#a60fa9

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

Shades of Dark Magenta #A60FA9

Tints of Dark Magenta #A60FA9

Color information

#A60FA9 (or 0xA60FA9) is unknown color: approx Dark Magenta. HEX triplet: A6, 0F and A9. RGB value is (166,15,169). Sum of RGB (Red+Green+Blue) = 166+15+169=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #A60FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FA9 is #59F056. Grayscale: #4D4D4D. Windows color (decimal): -5894231 or 11079590. OLE color: 11079590.

HSL color Cylindrical-coordinate representation of color #A60FA9: hue angle of 298.83º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FA9 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16615169-
CMYK0.020.9100.34
HSL298.83º83.7%36.08%-
HSV(B)298.83º91.12%66.27%-
XYZ23.0611.3138.5-
YUV77.7179.53190.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 15 (6.25% from 255) = 4.29%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=47.43%
G=4.29%
B=48.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166151690.020.9100.34298.8383.736.08
HexA6FA925B02212b5424
Octal24617251213304245312444
Binary1010011011111010100110101101101000101001010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60fa9; }

 p { color: rgb(166,15,169); }

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

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

 a { background-color: rgb(166,15,169); }

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

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

 span { border-color: rgb(166,15,169); }

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