#A20C86

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

Shades of Dark Magenta #A20C86

Tints of Dark Magenta #A20C86

Color information

#A20C86 (or 0xA20C86) is unknown color: approx Dark Magenta. HEX triplet: A2, 0C and 86. RGB value is (162,12,134). Sum of RGB (Red+Green+Blue) = 162+12+134=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C86 is #5DF379. Grayscale: #464646. Windows color (decimal): -6157178 or 8785058. OLE color: 8785058.

HSL color Cylindrical-coordinate representation of color #A20C86: hue angle of 311.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C86 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16212134-
CMYK00.930.170.36
HSL311.2º86.21%34.12%-
HSV(B)311.2º92.59%63.53%-
XYZ19.339.6723.4-
YUV70.76163.7193.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=52.60%
G=3.90%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621213400.930.170.36311.286.2134.12
HexA2C8605D11241375622
Octal242142060135214446712642
Binary1010001011001000011001011101100011001001001101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C86; }

 p { color: rgb(162,12,134); }

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

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

 a { background-color: rgb(162,12,134); }

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

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

 span { border-color: rgb(162,12,134); }

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