#A80996

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

Shades of Dark Magenta #A80996

Tints of Dark Magenta #A80996

Color information

#A80996 (or 0xA80996) is unknown color: approx Dark Magenta. HEX triplet: A8, 09 and 96. RGB value is (168,9,150). Sum of RGB (Red+Green+Blue) = 168+9+150=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A80996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80996 is #57F669. Grayscale: #484848. Windows color (decimal): -5764714 or 9832872. OLE color: 9832872.

HSL color Cylindrical-coordinate representation of color #A80996: hue angle of 306.79º 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 #A80996 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB1689150-
CMYK00.950.110.34
HSL306.79º89.83%34.71%-
HSV(B)306.79º94.64%65.88%-
XYZ21.7510.7229.78-
YUV72.62171.68196.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 9 (3.91% from 255) = 2.75%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=51.38%
G=2.75%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168915000.950.110.34306.7989.8334.71
HexA899605FB221335a23
Octal250112260137134246313243
Binary101010001001100101100101111110111000101001100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80996; }

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

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

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

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

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

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

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

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