#A02DA9

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

Shades of Dark Orchid #A02DA9

Tints of Dark Orchid #A02DA9

Color information

#A02DA9 (or 0xA02DA9) is unknown color: approx Dark Orchid. HEX triplet: A0, 2D and A9. RGB value is (160,45,169). Sum of RGB (Red+Green+Blue) = 160+45+169=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #A02DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DA9 is #5FD256. Grayscale: #5D5D5D. Windows color (decimal): -6279767 or 11087264. OLE color: 11087264.

HSL color Cylindrical-coordinate representation of color #A02DA9: hue angle of 295.65º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02DA9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16045169-
CMYK0.050.7300.34
HSL295.65º57.94%41.96%-
HSV(B)295.65º73.37%66.27%-
XYZ22.612.2138.7-
YUV93.52170.6175.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=42.78%
G=12.03%
B=45.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160451690.050.7300.34295.6557.9441.96
HexA02DA95490221283a2a
Octal2405525151110424507252
Binary101000001011011010100110110010010100010100101000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02DA9; }

 p { color: rgb(160,45,169); }

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

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

 a { background-color: rgb(160,45,169); }

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

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

 span { border-color: rgb(160,45,169); }

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