#A10E95

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

Shades of Dark Magenta #A10E95

Tints of Dark Magenta #A10E95

Color information

#A10E95 (or 0xA10E95) is unknown color: approx Dark Magenta. HEX triplet: A1, 0E and 95. RGB value is (161,14,149). Sum of RGB (Red+Green+Blue) = 161+14+149=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10E95 is #5EF16A. Grayscale: #484848. Windows color (decimal): -6222187 or 9768609. OLE color: 9768609.

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

Color convert

RGB16114149-
CMYK00.910.070.37
HSL304.9º84%34.31%-
HSV(B)304.9º91.3%63.14%-
XYZ20.2810.0629.31-
YUV73.34170.7190.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 14 (5.86% from 255) = 4.32%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=49.69%
G=4.32%
B=45.99%

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
Decimal1611414900.910.070.37304.98434.31
HexA1E9505B7251315422
Octal24116225013374546112442
Binary10100001111010010101010110111111001011001100011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E95; }

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

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

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

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

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

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

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

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