#A11E96

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

Shades of Dark Magenta #A11E96

Tints of Dark Magenta #A11E96

Color information

#A11E96 (or 0xA11E96) is unknown color: approx Dark Magenta. HEX triplet: A1, 1E and 96. RGB value is (161,30,150). Sum of RGB (Red+Green+Blue) = 161+30+150=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E96 is #5EE169. Grayscale: #525252. Windows color (decimal): -6218090 or 9838241. OLE color: 9838241.

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

Color convert

RGB16130150-
CMYK00.810.070.37
HSL305.04º68.59%37.45%-
HSV(B)305.04º81.37%63.14%-
XYZ20.6710.7129.83-
YUV82.85165.9183.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=47.21%
G=8.80%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613015000.810.070.37305.0468.5937.45
HexA11E960517251314525
Octal24136226012174546110545
Binary101000011111010010110010100011111001011001100011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E96; }

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

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

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

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

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

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

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

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