#A20C8E

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

Shades of Dark Magenta #A20C8E

Tints of Dark Magenta #A20C8E

Color information

#A20C8E (or 0xA20C8E) is unknown color: approx Dark Magenta. HEX triplet: A2, 0C and 8E. RGB value is (162,12,142). Sum of RGB (Red+Green+Blue) = 162+12+142=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C8E is #5DF371. Grayscale: #474747. Windows color (decimal): -6157170 or 9309346. OLE color: 9309346.

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

Color convert

RGB16212142-
CMYK00.930.120.36
HSL308º86.21%34.12%-
HSV(B)308º92.59%63.53%-
XYZ19.919.926.45-
YUV71.67167.7192.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=51.27%
G=3.80%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621214200.930.120.3630886.2134.12
HexA2C8E05DC241345622
Octal242142160135144446412642
Binary101000101100100011100101110111001001001001101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C8E; }

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

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

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

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

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

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

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

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