#A60294

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

Shades of Dark Magenta #A60294

Tints of Dark Magenta #A60294

Color information

#A60294 (or 0xA60294) is unknown color: approx Dark Magenta. HEX triplet: A6, 02 and 94. RGB value is (166,2,148). Sum of RGB (Red+Green+Blue) = 166+2+148=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A60294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60294 is #59FD6B. Grayscale: #434343. Windows color (decimal): -5897580 or 9700006. OLE color: 9700006.

HSL color Cylindrical-coordinate representation of color #A60294: hue angle of 306.59º 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 #A60294 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB1662148-
CMYK00.990.110.35
HSL306.59º97.62%32.94%-
HSV(B)306.59º98.8%65.1%-
XYZ21.0910.2928.89-
YUV67.68173.33198.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=52.53%
G=0.63%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166214800.990.110.35306.5997.6232.94
HexA6294063B231336221
Octal24622240143134346314241
Binary1010011010100101000110001110111000111001100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60294; }

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

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

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

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

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

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

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

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