#A11895

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

Shades of Dark Magenta #A11895

Tints of Dark Magenta #A11895

Color information

#A11895 (or 0xA11895) is unknown color: approx Dark Magenta. HEX triplet: A1, 18 and 95. RGB value is (161,24,149). Sum of RGB (Red+Green+Blue) = 161+24+149=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A11895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11895 is #5EE76A. Grayscale: #4E4E4E. Windows color (decimal): -6219627 or 9771169. OLE color: 9771169.

HSL color Cylindrical-coordinate representation of color #A11895: hue angle of 305.26º 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 #A11895 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16124149-
CMYK00.850.070.37
HSL305.26º74.05%36.27%-
HSV(B)305.26º85.09%63.14%-
XYZ20.4510.429.36-
YUV79.21167.39186.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=48.20%
G=7.19%
B=44.61%

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
Decimal1612414900.850.070.37305.2674.0536.27
HexA118950557251314a24
Octal24130225012574546111244
Binary101000011100010010101010101011111001011001100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11895; }

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

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

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

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

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

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

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

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