#A10687

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

Shades of Dark Magenta #A10687

Tints of Dark Magenta #A10687

Color information

#A10687 (or 0xA10687) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 87. RGB value is (161,6,135). Sum of RGB (Red+Green+Blue) = 161+6+135=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A10687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10687 is #5EF978. Grayscale: #424242. Windows color (decimal): -6224249 or 8849057. OLE color: 8849057.

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

Color convert

RGB1616135-
CMYK00.960.160.37
HSL310.06º92.81%32.75%-
HSV(B)310.06º96.27%63.14%-
XYZ19.149.4623.74-
YUV67.05166.35195.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=53.31%
G=1.99%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161613500.960.160.37310.0692.8132.75
HexA168706010251365d21
Octal24162070140204546613541
Binary101000011101000011101100000100001001011001101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10687; }

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

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

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

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

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

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

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

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