#A11996

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

Shades of Dark Magenta #A11996

Tints of Dark Magenta #A11996

Color information

#A11996 (or 0xA11996) is unknown color: approx Dark Magenta. HEX triplet: A1, 19 and 96. RGB value is (161,25,150). Sum of RGB (Red+Green+Blue) = 161+25+150=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A11996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11996 is #5EE669. Grayscale: #4F4F4F. Windows color (decimal): -6219370 or 9836961. OLE color: 9836961.

HSL color Cylindrical-coordinate representation of color #A11996: hue angle of 304.85º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11996 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16125150-
CMYK00.840.070.37
HSL304.85º73.12%36.47%-
HSV(B)304.85º84.47%63.14%-
XYZ20.5510.4729.79-
YUV79.91167.56185.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=47.92%
G=7.44%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612515000.840.070.37304.8573.1236.47
HexA119960547251314924
Octal24131226012474546111144
Binary101000011100110010110010101001111001011001100011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11996; }

 p { color: rgb(161,25,150); }

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

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

 a { background-color: rgb(161,25,150); }

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

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

 span { border-color: rgb(161,25,150); }

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