#A60FA1

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

Shades of Dark Magenta #A60FA1

Tints of Dark Magenta #A60FA1

Color information

#A60FA1 (or 0xA60FA1) is unknown color: approx Dark Magenta. HEX triplet: A6, 0F and A1. RGB value is (166,15,161). Sum of RGB (Red+Green+Blue) = 166+15+161=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A60FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FA1 is #59F05E. Grayscale: #4C4C4C. Windows color (decimal): -5894239 or 10555302. OLE color: 10555302.

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

Color convert

RGB16615161-
CMYK00.910.030.35
HSL301.99º83.43%35.49%-
HSV(B)301.99º90.96%65.1%-
XYZ22.3311.0234.67-
YUV76.79175.53191.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 161 (63.28% from 255) = 47.08%
R=48.54%
G=4.39%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661516100.910.030.35301.9983.4335.49
HexA6FA105B32312e5323
Octal24617241013334345612343
Binary1010011011111010000101011011111000111001011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FA1; }

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

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

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

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

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

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

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

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