#A11896

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

Shades of Dark Magenta #A11896

Tints of Dark Magenta #A11896

Color information

#A11896 (or 0xA11896) is unknown color: approx Dark Magenta. HEX triplet: A1, 18 and 96. RGB value is (161,24,150). Sum of RGB (Red+Green+Blue) = 161+24+150=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A11896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11896 is #5EE769. Grayscale: #4E4E4E. Windows color (decimal): -6219626 or 9836705. OLE color: 9836705.

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

Color convert

RGB16124150-
CMYK00.850.070.37
HSL304.82º74.05%36.27%-
HSV(B)304.82º85.09%63.14%-
XYZ20.5310.4329.79-
YUV79.33167.89186.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=48.06%
G=7.16%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612415000.850.070.37304.8274.0536.27
HexA118960557251314a24
Octal24130226012574546111244
Binary101000011100010010110010101011111001011001100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11896; }

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

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

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

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

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

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

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

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