#A20586

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

Shades of Dark Magenta #A20586

Tints of Dark Magenta #A20586

Color information

#A20586 (or 0xA20586) is unknown color: approx Dark Magenta. HEX triplet: A2, 05 and 86. RGB value is (162,5,134). Sum of RGB (Red+Green+Blue) = 162+5+134=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20586 is #5DFA79. Grayscale: #424242. Windows color (decimal): -6158970 or 8783266. OLE color: 8783266.

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

Color convert

RGB1625134-
CMYK00.970.170.36
HSL310.7º94.01%32.75%-
HSV(B)310.7º96.91%63.53%-
XYZ19.269.5123.38-
YUV66.65166.01196.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=53.82%
G=1.66%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513400.970.170.36310.794.0132.75
HexA258606111241375e21
Octal24252060141214446713641
Binary101000101011000011001100001100011001001001101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20586; }

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

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

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

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

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

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

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

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