#A60FAB

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

Shades of Dark Magenta #A60FAB

Tints of Dark Magenta #A60FAB

Color information

#A60FAB (or 0xA60FAB) is unknown color: approx Dark Magenta. HEX triplet: A6, 0F and AB. RGB value is (166,15,171). Sum of RGB (Red+Green+Blue) = 166+15+171=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A60FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAB is #59F054. Grayscale: #4D4D4D. Windows color (decimal): -5894229 or 11210662. OLE color: 11210662.

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

Color convert

RGB16615171-
CMYK0.030.9100.33
HSL298.08º83.87%36.47%-
HSV(B)298.08º91.23%67.06%-
XYZ23.2511.3939.5-
YUV77.93180.53190.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 15 (6.25% from 255) = 4.26%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=47.16%
G=4.26%
B=48.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166151710.030.9100.33298.0883.8736.47
HexA6FAB35B02112a5424
Octal24617253313304145212444
Binary1010011011111010101111101101101000011001010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FAB; }

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

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

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

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

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

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

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

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