#A60FAE

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

Shades of Dark Magenta #A60FAE

Tints of Dark Magenta #A60FAE

Color information

#A60FAE (or 0xA60FAE) is unknown color: approx Dark Magenta. HEX triplet: A6, 0F and AE. RGB value is (166,15,174). Sum of RGB (Red+Green+Blue) = 166+15+174=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #A60FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAE is #59F051. Grayscale: #4D4D4D. Windows color (decimal): -5894226 or 11407270. OLE color: 11407270.

HSL color Cylindrical-coordinate representation of color #A60FAE: hue angle of 296.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FAE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16615174-
CMYK0.050.9100.32
HSL296.98º84.13%37.06%-
HSV(B)296.98º91.38%68.24%-
XYZ23.5411.541.02-
YUV78.28182.03190.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=46.76%
G=4.23%
B=49.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166151740.050.9100.32296.9884.1337.06
HexA6FAE55B0201295425
Octal24617256513304045112445
Binary10100110111110101110101101101101000001001010011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FAE; }

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

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

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

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

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

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

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

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