#A10686

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

Shades of Dark Magenta #A10686

Tints of Dark Magenta #A10686

Color information

#A10686 (or 0xA10686) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 86. RGB value is (161,6,134). Sum of RGB (Red+Green+Blue) = 161+6+134=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A10686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10686 is #5EF979. Grayscale: #424242. Windows color (decimal): -6224250 or 8783521. OLE color: 8783521.

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

Color convert

RGB1616134-
CMYK00.960.170.37
HSL310.45º92.81%32.75%-
HSV(B)310.45º96.27%63.14%-
XYZ19.079.4323.37-
YUV66.94165.85195.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=53.49%
G=1.99%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161613400.960.170.37310.4592.8132.75
HexA168606011251365d21
Octal24162060140214546613541
Binary101000011101000011001100000100011001011001101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10686; }

 p { color: rgb(161,6,134); }

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

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

 a { background-color: rgb(161,6,134); }

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

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

 span { border-color: rgb(161,6,134); }

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