#A10E91

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

Shades of Dark Magenta #A10E91

Tints of Dark Magenta #A10E91

Color information

#A10E91 (or 0xA10E91) is unknown color: approx Dark Magenta. HEX triplet: A1, 0E and 91. RGB value is (161,14,145). Sum of RGB (Red+Green+Blue) = 161+14+145=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10E91 is #5EF16E. Grayscale: #484848. Windows color (decimal): -6222191 or 9506465. OLE color: 9506465.

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

Color convert

RGB16114145-
CMYK00.910.100.37
HSL306.53º84%34.31%-
HSV(B)306.53º91.3%63.14%-
XYZ19.979.9427.65-
YUV72.89168.7190.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=50.31%
G=4.38%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611414500.910.100.37306.538434.31
HexA1E9105BA251335422
Octal241162210133124546312442
Binary101000011110100100010101101110101001011001100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E91; }

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

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

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

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

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

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

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

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