#A60C84

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

Shades of Dark Magenta #A60C84

Tints of Dark Magenta #A60C84

Color information

#A60C84 (or 0xA60C84) is unknown color: approx Dark Magenta. HEX triplet: A6, 0C and 84. RGB value is (166,12,132). Sum of RGB (Red+Green+Blue) = 166+12+132=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C84 is #59F37B. Grayscale: #474747. Windows color (decimal): -5895036 or 8653990. OLE color: 8653990.

HSL color Cylindrical-coordinate representation of color #A60C84: hue angle of 313.25º 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 #A60C84 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16612132-
CMYK00.930.200.35
HSL313.25º86.52%34.9%-
HSV(B)313.25º92.77%65.1%-
XYZ20.0210.0422.71-
YUV71.73162.02195.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=53.55%
G=3.87%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661213200.930.200.35313.2586.5234.9
HexA6C8405D14231395723
Octal246142040135244347112743
Binary1010011011001000010001011101101001000111001110011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C84; }

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

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

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

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

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

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

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

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