#A60D90

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

Shades of Dark Magenta #A60D90

Tints of Dark Magenta #A60D90

Color information

#A60D90 (or 0xA60D90) is unknown color: approx Dark Magenta. HEX triplet: A6, 0D and 90. RGB value is (166,13,144). Sum of RGB (Red+Green+Blue) = 166+13+144=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D90 is #59F26F. Grayscale: #494949. Windows color (decimal): -5894768 or 9440678. OLE color: 9440678.

HSL color Cylindrical-coordinate representation of color #A60D90: hue angle of 308.63º degrees, saturation: 0.85, 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 #A60D90 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16613144-
CMYK00.920.130.35
HSL308.63º85.47%35.1%-
HSV(B)308.63º92.17%65.1%-
XYZ20.910.4127.29-
YUV73.68167.69193.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 13 (5.47% from 255) = 4.02%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=51.39%
G=4.02%
B=44.58%

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
Decimal1661314400.920.130.35308.6385.4735.1
HexA6D9005CD231355523
Octal246152200134154346512543
Binary101001101101100100000101110011011000111001101011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D90; }

 p { color: rgb(166,13,144); }

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

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

 a { background-color: rgb(166,13,144); }

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

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

 span { border-color: rgb(166,13,144); }

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