#A02DC2

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

Shades of Dark Orchid #A02DC2

Tints of Dark Orchid #A02DC2

Color information

#A02DC2 (or 0xA02DC2) is unknown color: approx Dark Orchid. HEX triplet: A0, 2D and C2. RGB value is (160,45,194). Sum of RGB (Red+Green+Blue) = 160+45+194=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #A02DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DC2 is #5FD23D. Grayscale: #5F5F5F. Windows color (decimal): -6279742 or 12725664. OLE color: 12725664.

HSL color Cylindrical-coordinate representation of color #A02DC2: hue angle of 286.31º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02DC2 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16045194-
CMYK0.180.7700.24
HSL286.31º62.34%46.86%-
HSV(B)286.31º76.8%76.08%-
XYZ25.1713.2552.27-
YUV96.37183.1173.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 194 (76.17% from 255) = 48.62%
R=40.10%
G=11.28%
B=48.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160451940.180.7700.24286.3162.3446.86
HexA02DC2124D01811e3e2f
Octal24055302221150304367657
Binary1010000010110111000010100101001101011000100011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02DC2; }

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

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

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

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

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

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

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

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