Html Css Color HEX #A2119D Dark Magenta

📋 copy color: '#A2119D'

red 162 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #A2119D

Tints of Dark Magenta #A2119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

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

R = 48.21%
G = 5.06%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2119D (or 0xA2119D) is known color: Dark Magenta. HEX triplet: A2, 11 and 9D. RGB value is (162,17,157). Sum of RGB (Red+Green+Blue) = 162+17+157=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2119D is #5DEE62. Grayscale: #4B4B4B. Windows color (decimal): -6155875 or 10293666. OLE color: 10293666.

HSL color Cylindrical-coordinate representation of color #A2119D: hue angle of 302.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2119D is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 157 -
CMYK 0 0.90 0.03 0.36
HSL 302.07º 0.81% 0.35% -
HSV(B) 302.07º 0.9% 0.64% -
XYZ 21.19 10.52 32.81 -
YUV 76.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 162 17 157 0 0.90 0.03 0.36 302.07 0.81 0.35
Hex A2 11 9D 0 5A 3 24 12E 51 23
Octal 242 21 235 0 132 3 44 456 121 43
Binary 10100010 10001 10011101 0 1011010 11 100100 100101110 1010001 100011

Color Harmonies of #A2119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2119D

Black with #A2119D

Text Example


Text Example

White with #A2119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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