Html Css Color HEX #A20996 Dark Magenta

📋 copy color: '#A20996'

red 162 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #A20996

Tints of Dark Magenta #A20996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 50.47%
G = 2.8%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20996 (or 0xA20996) is known color: Dark Magenta. HEX triplet: A2, 09 and 96. RGB value is (162,9,150). Sum of RGB (Red+Green+Blue) = 162+9+150=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20996 is #5DF669. Grayscale: #464646. Windows color (decimal): -6157930 or 9832866. OLE color: 9832866.

HSL color Cylindrical-coordinate representation of color #A20996: hue angle of 304.71º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20996 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 150 -
CMYK 0 0.94 0.07 0.36
HSL 304.71º 0.89% 0.34% -
HSV(B) 304.71º 0.94% 0.64% -
XYZ 20.5 10.08 29.72 -
YUV 70.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 162 9 150 0 0.94 0.07 0.36 304.71 0.89 0.34
Hex A2 9 96 0 5E 7 24 131 59 22
Octal 242 11 226 0 136 7 44 461 131 42
Binary 10100010 1001 10010110 0 1011110 111 100100 100110001 1011001 100010

Color Harmonies of #A20996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20996

Black with #A20996

Text Example


Text Example

White with #A20996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20996; }

 p { color: rgb(162,9,150); }

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

background-color css

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

 a { background-color: rgb(162,9,150); }

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

border-color css

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

 span { border-color: rgb(162,9,150); }

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