#A10E96

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

Shades of Dark Magenta #A10E96

Tints of Dark Magenta #A10E96

Color information

#A10E96 (or 0xA10E96) is unknown color: approx Dark Magenta. HEX triplet: A1, 0E and 96. RGB value is (161,14,150). Sum of RGB (Red+Green+Blue) = 161+14+150=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10E96 is #5EF169. Grayscale: #494949. Windows color (decimal): -6222186 or 9834145. OLE color: 9834145.

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

Color convert

RGB16114150-
CMYK00.910.070.37
HSL304.49º84%34.31%-
HSV(B)304.49º91.3%63.14%-
XYZ20.3610.0929.73-
YUV73.46171.2190.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=49.54%
G=4.31%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611415000.910.070.37304.498434.31
HexA1E9605B7251305422
Octal24116226013374546012442
Binary10100001111010010110010110111111001011001100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E96; }

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

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

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

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

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

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

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

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