Html Css Color HEX #A20992 Dark Magenta

📋 copy color: '#A20992'

red 162 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #A20992

Tints of Dark Magenta #A20992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 51.1%
G = 2.84%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20992 (or 0xA20992) is known color: Dark Magenta. HEX triplet: A2, 09 and 92. RGB value is (162,9,146). Sum of RGB (Red+Green+Blue) = 162+9+146=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20992 is #5DF66D. Grayscale: #454545. Windows color (decimal): -6157934 or 9570722. OLE color: 9570722.

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

Color convert

RGB 162 9 146 -
CMYK 0 0.94 0.10 0.36
HSL 306.27º 0.89% 0.34% -
HSV(B) 306.27º 0.94% 0.64% -
XYZ 20.19 9.95 28.05 -
YUV 70.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 162 9 146 0 0.94 0.10 0.36 306.27 0.89 0.34
Hex A2 9 92 0 5E A 24 132 59 22
Octal 242 11 222 0 136 12 44 462 131 42
Binary 10100010 1001 10010010 0 1011110 1010 100100 100110010 1011001 100010

Color Harmonies of #A20992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20992

Black with #A20992

Text Example


Text Example

White with #A20992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20992; }

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

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

background-color css

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

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

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

border-color css

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

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

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