#A60C90

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

Shades of Dark Magenta #A60C90

Tints of Dark Magenta #A60C90

Color information

#A60C90 (or 0xA60C90) is unknown color: approx Dark Magenta. HEX triplet: A6, 0C and 90. RGB value is (166,12,144). Sum of RGB (Red+Green+Blue) = 166+12+144=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C90 is #59F36F. Grayscale: #484848. Windows color (decimal): -5895024 or 9440422. OLE color: 9440422.

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

Color convert

RGB16612144-
CMYK00.930.130.35
HSL308.57º86.52%34.9%-
HSV(B)308.57º92.77%65.1%-
XYZ20.8910.3827.29-
YUV73.09168.02194.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=51.55%
G=3.73%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661214400.930.130.35308.5786.5234.9
HexA6C9005DD231355723
Octal246142200135154346512743
Binary101001101100100100000101110111011000111001101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C90; }

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

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

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

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

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

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

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

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