#A80686

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

Shades of Dark Magenta #A80686

Tints of Dark Magenta #A80686

Color information

#A80686 (or 0xA80686) is unknown color: approx Dark Magenta. HEX triplet: A8, 06 and 86. RGB value is (168,6,134). Sum of RGB (Red+Green+Blue) = 168+6+134=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80686 is #57F979. Grayscale: #444444. Windows color (decimal): -5765498 or 8783528. OLE color: 8783528.

HSL color Cylindrical-coordinate representation of color #A80686: hue angle of 312.59º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80686 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB1686134-
CMYK00.960.200.34
HSL312.59º93.1%34.12%-
HSV(B)312.59º96.43%65.88%-
XYZ20.5210.1823.44-
YUV69.03164.67198.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=54.55%
G=1.95%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168613400.960.200.34312.5993.134.12
HexA868606014221395d22
Octal25062060140244247113542
Binary101010001101000011001100000101001000101001110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80686; }

 p { color: rgb(168,6,134); }

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

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

 a { background-color: rgb(168,6,134); }

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

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

 span { border-color: rgb(168,6,134); }

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