#A60295

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

Shades of Dark Magenta #A60295

Tints of Dark Magenta #A60295

Color information

#A60295 (or 0xA60295) is unknown color: approx Dark Magenta. HEX triplet: A6, 02 and 95. RGB value is (166,2,149). Sum of RGB (Red+Green+Blue) = 166+2+149=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A60295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60295 is #59FD6A. Grayscale: #434343. Windows color (decimal): -5897579 or 9765542. OLE color: 9765542.

HSL color Cylindrical-coordinate representation of color #A60295: hue angle of 306.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60295 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB1662149-
CMYK00.990.100.35
HSL306.22º97.62%32.94%-
HSV(B)306.22º98.8%65.1%-
XYZ21.1710.3229.31-
YUV67.79173.83198.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=52.37%
G=0.63%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166214900.990.100.35306.2297.6232.94
HexA6295063A231326221
Octal24622250143124346214241
Binary1010011010100101010110001110101000111001100101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60295; }

 p { color: rgb(166,2,149); }

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

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

 a { background-color: rgb(166,2,149); }

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

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

 span { border-color: rgb(166,2,149); }

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