Html Css Color HEX #A20A89 Dark Magenta

📋 copy color: '#A20A89'

red 162 ◦ green 10 ◦ blue 137

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

Shades of Dark Magenta #A20A89

Tints of Dark Magenta #A20A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 52.43%
G = 3.24%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A20A89 (or 0xA20A89) is known color: Dark Magenta. HEX triplet: A2, 0A and 89. RGB value is (162,10,137). Sum of RGB (Red+Green+Blue) = 162+10+137=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A89 is #5DF576. Grayscale: #454545. Windows color (decimal): -6157687 or 8981154. OLE color: 8981154.

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

Color convert

RGB 162 10 137 -
CMYK 0 0.94 0.15 0.36
HSL 309.87º 0.88% 0.34% -
HSV(B) 309.87º 0.94% 0.64% -
XYZ 19.52 9.7 24.51 -
YUV 69.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 162 10 137 0 0.94 0.15 0.36 309.87 0.88 0.34
Hex A2 A 89 0 5E F 24 136 58 22
Octal 242 12 211 0 136 17 44 466 130 42
Binary 10100010 1010 10001001 0 1011110 1111 100100 100110110 1011000 100010

Color Harmonies of #A20A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A89

Black with #A20A89

Text Example


Text Example

White with #A20A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A89; }

 p { color: rgb(162,10,137); }

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

background-color css

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

 a { background-color: rgb(162,10,137); }

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

border-color css

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

 span { border-color: rgb(162,10,137); }

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