#A10A87

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

Shades of Dark Magenta #A10A87

Tints of Dark Magenta #A10A87

Color information

#A10A87 (or 0xA10A87) is unknown color: approx Dark Magenta. HEX triplet: A1, 0A and 87. RGB value is (161,10,135). Sum of RGB (Red+Green+Blue) = 161+10+135=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10A87 is #5EF578. Grayscale: #454545. Windows color (decimal): -6223225 or 8850081. OLE color: 8850081.

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

Color convert

RGB16110135-
CMYK00.940.160.37
HSL310.33º88.3%33.53%-
HSV(B)310.33º93.79%63.14%-
XYZ19.189.5423.75-
YUV69.4165.03193.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=52.61%
G=3.27%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611013500.940.160.37310.3388.333.53
HexA1A8705E10251365822
Octal241122070136204546613042
Binary1010000110101000011101011110100001001011001101101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A87; }

 p { color: rgb(161,10,135); }

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

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

 a { background-color: rgb(161,10,135); }

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

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

 span { border-color: rgb(161,10,135); }

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