#A02EDE

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

Shades of Dark Orchid #A02EDE

Tints of Dark Orchid #A02EDE

Color information

#A02EDE (or 0xA02EDE) is unknown color: approx Dark Orchid. HEX triplet: A0, 2E and DE. RGB value is (160,46,222). Sum of RGB (Red+Green+Blue) = 160+46+222=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #A02EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EDE is #5FD121. Grayscale: #636363. Windows color (decimal): -6279458 or 14560928. OLE color: 14560928.

HSL color Cylindrical-coordinate representation of color #A02EDE: hue angle of 278.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02EDE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16046222-
CMYK0.280.7900.13
HSL278.86º72.73%52.55%-
HSV(B)278.86º79.28%87.06%-
XYZ28.6614.770.43-
YUV100.15196.77170.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 46 (18.36% from 255) = 10.75%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=37.38%
G=10.75%
B=51.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160462220.280.7900.13278.8672.7352.55
HexA02EDE1C4F0D1174935
Octal240563363411701542711165
Binary1010000010111011011110111001001111011011000101111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02EDE; }

 p { color: rgb(160,46,222); }

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

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

 a { background-color: rgb(160,46,222); }

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

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

 span { border-color: rgb(160,46,222); }

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