#A60AA4

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

Shades of Dark Magenta #A60AA4

Tints of Dark Magenta #A60AA4

Color information

#A60AA4 (or 0xA60AA4) is unknown color: approx Dark Magenta. HEX triplet: A6, 0A and A4. RGB value is (166,10,164). Sum of RGB (Red+Green+Blue) = 166+10+164=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A60AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AA4 is #59F55B. Grayscale: #494949. Windows color (decimal): -5895516 or 10750630. OLE color: 10750630.

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

Color convert

RGB16610164-
CMYK00.940.010.35
HSL300.77º88.64%34.51%-
HSV(B)300.77º93.98%65.1%-
XYZ22.541136.06-
YUV74.2178.68193.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=48.82%
G=2.94%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661016400.940.010.35300.7788.6434.51
HexA6AA405E12312d5923
Octal24612244013614345513143
Binary101001101010101001000101111011000111001011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60AA4; }

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

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

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

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

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

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

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

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