#A60E91

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

Shades of Dark Magenta #A60E91

Tints of Dark Magenta #A60E91

Color information

#A60E91 (or 0xA60E91) is unknown color: approx Dark Magenta. HEX triplet: A6, 0E and 91. RGB value is (166,14,145). Sum of RGB (Red+Green+Blue) = 166+14+145=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E91 is #59F16E. Grayscale: #4A4A4A. Windows color (decimal): -5894511 or 9506470. OLE color: 9506470.

HSL color Cylindrical-coordinate representation of color #A60E91: hue angle of 308.29º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E91 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16614145-
CMYK00.920.130.35
HSL308.29º84.44%35.29%-
HSV(B)308.29º91.57%65.1%-
XYZ20.9910.4727.7-
YUV74.38167.86193.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=51.08%
G=4.31%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661414500.920.130.35308.2984.4435.29
HexA6E9105CD231345423
Octal246162210134154346412443
Binary101001101110100100010101110011011000111001101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E91; }

 p { color: rgb(166,14,145); }

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

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

 a { background-color: rgb(166,14,145); }

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

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

 span { border-color: rgb(166,14,145); }

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