#A2199A

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

Shades of Dark Magenta #A2199A

Tints of Dark Magenta #A2199A

Color information

#A2199A (or 0xA2199A) is unknown color: approx Dark Magenta. HEX triplet: A2, 19 and 9A. RGB value is (162,25,154). Sum of RGB (Red+Green+Blue) = 162+25+154=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2199A is #5DE665. Grayscale: #505050. Windows color (decimal): -6153830 or 10099106. OLE color: 10099106.

HSL color Cylindrical-coordinate representation of color #A2199A: hue angle of 303.5º 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 #A2199A is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16225154-
CMYK00.850.050.36
HSL303.5º73.26%36.67%-
HSV(B)303.5º84.57%63.53%-
XYZ21.0810.7131.53-
YUV80.67169.39186.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=47.51%
G=7.33%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622515400.850.050.36303.573.2636.67
HexA2199A0555241304925
Octal24231232012554446011145
Binary101000101100110011010010101011011001001001100001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2199A; }

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

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

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

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

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

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

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

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