Html Css Color HEX #A20C83 Dark Magenta

📋 copy color: '#A20C83'

red 162 ◦ green 12 ◦ blue 131

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

Shades of Dark Magenta #A20C83

Tints of Dark Magenta #A20C83

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

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

R = 53.11%
G = 3.93%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20C83 (or 0xA20C83) is known color: Dark Magenta. HEX triplet: A2, 0C and 83. RGB value is (162,12,131). Sum of RGB (Red+Green+Blue) = 162+12+131=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C83 is #5DF37C. Grayscale: #464646. Windows color (decimal): -6157181 or 8588450. OLE color: 8588450.

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

Color convert

RGB 162 12 131 -
CMYK 0 0.93 0.19 0.36
HSL 312.4º 0.86% 0.34% -
HSV(B) 312.4º 0.93% 0.64% -
XYZ 19.13 9.58 22.31 -
YUV 70.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 162 12 131 0 0.93 0.19 0.36 312.4 0.86 0.34
Hex A2 C 83 0 5D 13 24 138 56 22
Octal 242 14 203 0 135 23 44 470 126 42
Binary 10100010 1100 10000011 0 1011101 10011 100100 100111000 1010110 100010

Color Harmonies of #A20C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C83

Black with #A20C83

Text Example


Text Example

White with #A20C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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