#A20C87

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

Shades of Dark Magenta #A20C87

Tints of Dark Magenta #A20C87

Color information

#A20C87 (or 0xA20C87) is unknown color: approx Dark Magenta. HEX triplet: A2, 0C and 87. RGB value is (162,12,135). Sum of RGB (Red+Green+Blue) = 162+12+135=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C87 is #5DF378. Grayscale: #464646. Windows color (decimal): -6157177 or 8850594. OLE color: 8850594.

HSL color Cylindrical-coordinate representation of color #A20C87: hue angle of 310.8º 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 #A20C87 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16212135-
CMYK00.930.170.36
HSL310.8º86.21%34.12%-
HSV(B)310.8º92.59%63.53%-
XYZ19.49.6923.77-
YUV70.87164.2193-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=52.43%
G=3.88%
B=43.69%

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
Decimal1621213500.930.170.36310.886.2134.12
HexA2C8705D11241375622
Octal242142070135214446712642
Binary1010001011001000011101011101100011001001001101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C87; }

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

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

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

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

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

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

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

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