Html Css Color HEX #A2199D Dark Magenta

📋 copy color: '#A2199D'

red 162 ◦ green 25 ◦ blue 157

#A2199D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A2199D

Tints of Dark Magenta #A2199D

RGB

 RED value IS 162 (63.67% from 255) = 47.09%

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 47.09%
G = 7.27%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2199D (or 0xA2199D) is known color: Dark Magenta. HEX triplet: A2, 19 and 9D. RGB value is (162,25,157). Sum of RGB (Red+Green+Blue) = 162+25+157=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2199D is #5DE662. Grayscale: #505050. Windows color (decimal): -6153827 or 10295714. OLE color: 10295714.

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

Color convert

RGB 162 25 157 -
CMYK 0 0.85 0.03 0.36
HSL 302.19º 0.73% 0.37% -
HSV(B) 302.19º 0.85% 0.64% -
XYZ 21.33 10.81 32.86 -
YUV 81.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 162 25 157 0 0.85 0.03 0.36 302.19 0.73 0.37
Hex A2 19 9D 0 55 3 24 12E 49 25
Octal 242 31 235 0 125 3 44 456 111 45
Binary 10100010 11001 10011101 0 1010101 11 100100 100101110 1001001 100101

Color Harmonies of #A2199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2199D

Black with #A2199D

Text Example


Text Example

White with #A2199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2199D; }

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

 H1.HeaderClassName
 {
   color: #A2199D;
 }
 .AnyTagClassName
 {
   color: #A2199D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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