Html Css Color HEX #A20983 Dark Magenta

📋 copy color: '#A20983'

red 162 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #A20983

Tints of Dark Magenta #A20983

RGB

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

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

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

R = 53.64%
G = 2.98%
B = 43.38%

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

#A20983 (or 0xA20983) is known color: Dark Magenta. HEX triplet: A2, 09 and 83. RGB value is (162,9,131). Sum of RGB (Red+Green+Blue) = 162+9+131=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20983 is #5DF67C. Grayscale: #444444. Windows color (decimal): -6157949 or 8587682. OLE color: 8587682.

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

Color convert

RGB 162 9 131 -
CMYK 0 0.94 0.19 0.36
HSL 312.16º 0.89% 0.34% -
HSV(B) 312.16º 0.94% 0.64% -
XYZ 19.09 9.52 22.3 -
YUV 68.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 162 9 131 0 0.94 0.19 0.36 312.16 0.89 0.34
Hex A2 9 83 0 5E 13 24 138 59 22
Octal 242 11 203 0 136 23 44 470 131 42
Binary 10100010 1001 10000011 0 1011110 10011 100100 100111000 1011001 100010

Color Harmonies of #A20983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20983

Black with #A20983

Text Example


Text Example

White with #A20983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20983; }

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

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

background-color css

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

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

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

border-color css

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

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

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