#A02DAC

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

Shades of Dark Orchid #A02DAC

Tints of Dark Orchid #A02DAC

Color information

#A02DAC (or 0xA02DAC) is unknown color: approx Dark Orchid. HEX triplet: A0, 2D and AC. RGB value is (160,45,172). Sum of RGB (Red+Green+Blue) = 160+45+172=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A02DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DAC is #5FD253. Grayscale: #5D5D5D. Windows color (decimal): -6279764 or 11283872. OLE color: 11283872.

HSL color Cylindrical-coordinate representation of color #A02DAC: hue angle of 294.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02DAC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16045172-
CMYK0.070.7400.33
HSL294.33º58.53%42.55%-
HSV(B)294.33º73.84%67.45%-
XYZ22.8812.3340.2-
YUV93.86172.1175.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 45 (17.97% from 255) = 11.94%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=42.44%
G=11.94%
B=45.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160451720.070.7400.33294.3358.5342.55
HexA02DAC74A0211263b2b
Octal2405525471120414467353
Binary101000001011011010110011110010100100001100100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02DAC; }

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

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

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

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

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

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

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

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