#a333e5

Color #A333E5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A333E5

Tints of Dark Orchid #A333E5

Color information

#A333E5 (or 0xA333E5) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and E5. RGB value is (163,51,229). Sum of RGB (Red+Green+Blue) = 163+51+229=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #A333E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333E5 is #5CCC1A. Grayscale: #686868. Windows color (decimal): -6081563 or 15020963. OLE color: 15020963.

HSL color Cylindrical-coordinate representation of color #A333E5: hue angle of 277.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A333E5 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16351229-
CMYK0.290.7800.10
HSL277.75º77.39%54.9%-
HSV(B)277.75º77.73%89.8%-
XYZ30.4315.8175.58-
YUV104.78198.11169.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 229 (89.84% from 255) = 51.69%
R=36.79%
G=11.51%
B=51.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal163512290.290.7800.10277.7577.3954.9
HexA333E51D4E0A1164d37
Octal243633453511601242611567
Binary1010001111001111100101111011001110010101000101101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a333e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a333e5; }

 p { color: rgb(163,51,229); }

 H1.HeaderClassName
 {
   color: #a333e5;
 }
 .AnyTagClassName
 {
   color: #a333e5;
 }
</style>
background-color css

<style>
 a { background-color: #a333e5; }

 a { background-color: rgb(163,51,229); }

 div.DivClassName
 {
   background-color: #a333e5;
 }
 .BgClassName
 {
   background-color: #a333e5;
 }
</style>
border-color css

<style>
 span { border-color: #a333e5; }

 span { border-color: rgb(163,51,229); }

 td.TdClassName
 {
   border-color: #a333e5;
 }
 .TagClassName
 {
   border-color: #a333e5;
 }
</style>