#A60A9A

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

Shades of Dark Magenta #A60A9A

Tints of Dark Magenta #A60A9A

Color information

#A60A9A (or 0xA60A9A) is unknown color: approx Dark Magenta. HEX triplet: A6, 0A and 9A. RGB value is (166,10,154). Sum of RGB (Red+Green+Blue) = 166+10+154=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60A9A is #59F565. Grayscale: #484848. Windows color (decimal): -5895526 or 10095270. OLE color: 10095270.

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

Color convert

RGB16610154-
CMYK00.940.070.35
HSL304.62º88.64%34.51%-
HSV(B)304.62º93.98%65.1%-
XYZ21.6710.6631.49-
YUV73.06173.68194.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 10 (4.30% from 255) = 3.03%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=50.30%
G=3.03%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661015400.940.070.35304.6288.6434.51
HexA6A9A05E7231315923
Octal24612232013674346113143
Binary10100110101010011010010111101111000111001100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A9A; }

 p { color: rgb(166,10,154); }

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

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

 a { background-color: rgb(166,10,154); }

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

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

 span { border-color: rgb(166,10,154); }

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