#A80986

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

Shades of Dark Magenta #A80986

Tints of Dark Magenta #A80986

Color information

#A80986 (or 0xA80986) is unknown color: approx Dark Magenta. HEX triplet: A8, 09 and 86. RGB value is (168,9,134). Sum of RGB (Red+Green+Blue) = 168+9+134=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A80986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80986 is #57F679. Grayscale: #464646. Windows color (decimal): -5764730 or 8784296. OLE color: 8784296.

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

Color convert

RGB1689134-
CMYK00.950.200.34
HSL312.83º89.83%34.71%-
HSV(B)312.83º94.64%65.88%-
XYZ20.5510.2423.45-
YUV70.79163.68197.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 9 (3.91% from 255) = 2.89%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=54.02%
G=2.89%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168913400.950.200.34312.8389.8334.71
HexA898605F14221395a23
Octal250112060137244247113243
Binary1010100010011000011001011111101001000101001110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80986; }

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

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

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

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

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

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

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

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