#A02AAE

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

Shades of Dark Orchid #A02AAE

Tints of Dark Orchid #A02AAE

Color information

#A02AAE (or 0xA02AAE) is unknown color: approx Dark Orchid. HEX triplet: A0, 2A and AE. RGB value is (160,42,174). Sum of RGB (Red+Green+Blue) = 160+42+174=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #A02AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAE is #5FD551. Grayscale: #5B5B5B. Windows color (decimal): -6280530 or 11414176. OLE color: 11414176.

HSL color Cylindrical-coordinate representation of color #A02AAE: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02AAE is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16042174-
CMYK0.080.7600.32
HSL293.64º61.11%42.35%-
HSV(B)293.64º75.86%68.24%-
XYZ22.9712.1941.19-
YUV92.33174.09176.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 42 (16.80% from 255) = 11.17%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=42.55%
G=11.17%
B=46.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160421740.080.7600.32293.6461.1142.35
HexA02AAE84C0201263d2a
Octal24052256101140404467552
Binary1010000010101010101110100010011000100000100100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02AAE; }

 p { color: rgb(160,42,174); }

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

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

 a { background-color: rgb(160,42,174); }

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

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

 span { border-color: rgb(160,42,174); }

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