#A020B6

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

Shades of Dark Orchid #A020B6

Tints of Dark Orchid #A020B6

Color information

#A020B6 (or 0xA020B6) is unknown color: approx Dark Orchid. HEX triplet: A0, 20 and B6. RGB value is (160,32,182). Sum of RGB (Red+Green+Blue) = 160+32+182=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #A020B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020B6 is #5FDF49. Grayscale: #565656. Windows color (decimal): -6283082 or 11935904. OLE color: 11935904.

HSL color Cylindrical-coordinate representation of color #A020B6: hue angle of 291.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A020B6 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16032182-
CMYK0.120.8200.29
HSL291.2º70.09%41.96%-
HSV(B)291.2º82.42%71.37%-
XYZ23.4611.8845.31-
YUV87.37181.41179.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 32 (12.89% from 255) = 8.56%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=42.78%
G=8.56%
B=48.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160321820.120.8200.29291.270.0941.96
HexA020B6C5201D123462a
Octal240402661412203544310652
Binary1010000010000010110110110010100100111011001000111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A020B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A020B6; }

 p { color: rgb(160,32,182); }

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

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

 a { background-color: rgb(160,32,182); }

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

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

 span { border-color: rgb(160,32,182); }

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