#A10896

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

Shades of Dark Magenta #A10896

Tints of Dark Magenta #A10896

Color information

#A10896 (or 0xA10896) is unknown color: approx Dark Magenta. HEX triplet: A1, 08 and 96. RGB value is (161,8,150). Sum of RGB (Red+Green+Blue) = 161+8+150=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A10896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10896 is #5EF769. Grayscale: #454545. Windows color (decimal): -6223722 or 9832609. OLE color: 9832609.

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

Color convert

RGB1618150-
CMYK00.950.070.37
HSL304.31º90.53%33.14%-
HSV(B)304.31º95.03%63.14%-
XYZ20.299.9529.71-
YUV69.94173.19192.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=50.47%
G=2.51%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161815000.950.070.37304.3190.5333.14
HexA189605F7251305b21
Octal24110226013774546013341
Binary10100001100010010110010111111111001011001100001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10896; }

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

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

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

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

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

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

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

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