Html Css Color HEX #A20A83 Dark Magenta

📋 copy color: '#A20A83'

red 162 ◦ green 10 ◦ blue 131

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

Shades of Dark Magenta #A20A83

Tints of Dark Magenta #A20A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.23%

R = 53.47%
G = 3.3%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20A83 (or 0xA20A83) is known color: Dark Magenta. HEX triplet: A2, 0A and 83. RGB value is (162,10,131). Sum of RGB (Red+Green+Blue) = 162+10+131=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A83 is #5DF57C. Grayscale: #444444. Windows color (decimal): -6157693 or 8587938. OLE color: 8587938.

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

Color convert

RGB 162 10 131 -
CMYK 0 0.94 0.19 0.36
HSL 312.24º 0.88% 0.34% -
HSV(B) 312.24º 0.94% 0.64% -
XYZ 19.11 9.54 22.31 -
YUV 69.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 162 10 131 0 0.94 0.19 0.36 312.24 0.88 0.34
Hex A2 A 83 0 5E 13 24 138 58 22
Octal 242 12 203 0 136 23 44 470 130 42
Binary 10100010 1010 10000011 0 1011110 10011 100100 100111000 1011000 100010

Color Harmonies of #A20A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A83

Black with #A20A83

Text Example


Text Example

White with #A20A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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