#A60C94

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

Shades of Dark Magenta #A60C94

Tints of Dark Magenta #A60C94

Color information

#A60C94 (or 0xA60C94) is unknown color: approx Dark Magenta. HEX triplet: A6, 0C and 94. RGB value is (166,12,148). Sum of RGB (Red+Green+Blue) = 166+12+148=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C94 is #59F36B. Grayscale: #494949. Windows color (decimal): -5895020 or 9702566. OLE color: 9702566.

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

Color convert

RGB16612148-
CMYK00.930.110.35
HSL307.01º86.52%34.9%-
HSV(B)307.01º92.77%65.1%-
XYZ21.210.5128.93-
YUV73.55170.02193.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=50.92%
G=3.68%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661214800.930.110.35307.0186.5234.9
HexA6C9405DB231335723
Octal246142240135134346312743
Binary101001101100100101000101110110111000111001100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C94; }

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

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

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

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

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

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

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

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