#A20C85

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

Shades of Dark Magenta #A20C85

Tints of Dark Magenta #A20C85

Color information

#A20C85 (or 0xA20C85) is unknown color: approx Dark Magenta. HEX triplet: A2, 0C and 85. RGB value is (162,12,133). Sum of RGB (Red+Green+Blue) = 162+12+133=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C85 is #5DF37A. Grayscale: #464646. Windows color (decimal): -6157179 or 8719522. OLE color: 8719522.

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

Color convert

RGB16212133-
CMYK00.930.180.36
HSL311.6º86.21%34.12%-
HSV(B)311.6º92.59%63.53%-
XYZ19.279.6423.04-
YUV70.64163.2193.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=52.77%
G=3.91%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621213300.930.180.36311.686.2134.12
HexA2C8505D12241385622
Octal242142050135224447012642
Binary1010001011001000010101011101100101001001001110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C85; }

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

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

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

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

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

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

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

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