#A60E93

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

Shades of Dark Magenta #A60E93

Tints of Dark Magenta #A60E93

Color information

#A60E93 (or 0xA60E93) is unknown color: approx Dark Magenta. HEX triplet: A6, 0E and 93. RGB value is (166,14,147). Sum of RGB (Red+Green+Blue) = 166+14+147=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E93 is #59F16C. Grayscale: #4A4A4A. Windows color (decimal): -5894509 or 9637542. OLE color: 9637542.

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

Color convert

RGB16614147-
CMYK00.920.110.35
HSL307.5º84.44%35.29%-
HSV(B)307.5º91.57%65.1%-
XYZ21.1510.5328.52-
YUV74.61168.86193.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=50.76%
G=4.28%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661414700.920.110.35307.584.4435.29
HexA6E9305CB231345423
Octal246162230134134346412443
Binary101001101110100100110101110010111000111001101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E93; }

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

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

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

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

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

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

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

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