Html Css Color HEX #A20C86 Dark Magenta

📋 copy color: '#A20C86'

red 162 ◦ green 12 ◦ blue 134

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

Shades of Dark Magenta #A20C86

Tints of Dark Magenta #A20C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 52.6%
G = 3.9%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A20C86 (or 0xA20C86) is known color: Dark Magenta. HEX triplet: A2, 0C and 86. RGB value is (162,12,134). Sum of RGB (Red+Green+Blue) = 162+12+134=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C86 is #5DF379. Grayscale: #464646. Windows color (decimal): -6157178 or 8785058. OLE color: 8785058.

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

Color convert

RGB 162 12 134 -
CMYK 0 0.93 0.17 0.36
HSL 311.2º 0.86% 0.34% -
HSV(B) 311.2º 0.93% 0.64% -
XYZ 19.33 9.67 23.4 -
YUV 70.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 162 12 134 0 0.93 0.17 0.36 311.2 0.86 0.34
Hex A2 C 86 0 5D 11 24 137 56 22
Octal 242 14 206 0 135 21 44 467 126 42
Binary 10100010 1100 10000110 0 1011101 10001 100100 100110111 1010110 100010

Color Harmonies of #A20C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C86

Black with #A20C86

Text Example


Text Example

White with #A20C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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