#A2199C

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

Shades of Dark Magenta #A2199C

Tints of Dark Magenta #A2199C

Color information

#A2199C (or 0xA2199C) is unknown color: approx Dark Magenta. HEX triplet: A2, 19 and 9C. RGB value is (162,25,156). Sum of RGB (Red+Green+Blue) = 162+25+156=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2199C is #5DE663. Grayscale: #505050. Windows color (decimal): -6153828 or 10230178. OLE color: 10230178.

HSL color Cylindrical-coordinate representation of color #A2199C: hue angle of 302.63º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2199C is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16225156-
CMYK00.850.040.36
HSL302.63º73.26%36.67%-
HSV(B)302.63º84.57%63.53%-
XYZ21.2510.7832.41-
YUV80.9170.39185.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 25 (10.16% from 255) = 7.29%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=47.23%
G=7.29%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622515600.850.040.36302.6373.2636.67
HexA2199C05542412f4925
Octal24231234012544445711145
Binary101000101100110011100010101011001001001001011111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2199C; }

 p { color: rgb(162,25,156); }

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

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

 a { background-color: rgb(162,25,156); }

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

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

 span { border-color: rgb(162,25,156); }

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