#A11A91

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

Shades of Dark Magenta #A11A91

Tints of Dark Magenta #A11A91

Color information

#A11A91 (or 0xA11A91) is unknown color: approx Dark Magenta. HEX triplet: A1, 1A and 91. RGB value is (161,26,145). Sum of RGB (Red+Green+Blue) = 161+26+145=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A91 is #5EE56E. Grayscale: #4F4F4F. Windows color (decimal): -6219119 or 9509537. OLE color: 9509537.

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

Color convert

RGB16126145-
CMYK00.840.100.37
HSL307.11º72.19%36.67%-
HSV(B)307.11º83.85%63.14%-
XYZ20.1810.3627.72-
YUV79.93164.73185.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=48.49%
G=7.83%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612614500.840.100.37307.1172.1936.67
HexA11A91054A251334825
Octal241322210124124546311045
Binary1010000111010100100010101010010101001011001100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A91; }

 p { color: rgb(161,26,145); }

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

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

 a { background-color: rgb(161,26,145); }

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

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

 span { border-color: rgb(161,26,145); }

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