Html Css Color HEX #A2119B Dark Magenta

📋 copy color: '#A2119B'

red 162 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #A2119B

Tints of Dark Magenta #A2119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 48.5%
G = 5.09%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2119B (or 0xA2119B) is known color: Dark Magenta. HEX triplet: A2, 11 and 9B. RGB value is (162,17,155). Sum of RGB (Red+Green+Blue) = 162+17+155=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2119B is #5DEE64. Grayscale: #4B4B4B. Windows color (decimal): -6155877 or 10162594. OLE color: 10162594.

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

Color convert

RGB 162 17 155 -
CMYK 0 0.90 0.04 0.36
HSL 302.9º 0.81% 0.35% -
HSV(B) 302.9º 0.9% 0.64% -
XYZ 21.02 10.45 31.92 -
YUV 76.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 162 17 155 0 0.90 0.04 0.36 302.9 0.81 0.35
Hex A2 11 9B 0 5A 4 24 12F 51 23
Octal 242 21 233 0 132 4 44 457 121 43
Binary 10100010 10001 10011011 0 1011010 100 100100 100101111 1010001 100011

Color Harmonies of #A2119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2119B

Black with #A2119B

Text Example


Text Example

White with #A2119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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