Html Css Color HEX #A20C8D Dark Magenta

📋 copy color: '#A20C8D'

red 162 ◦ green 12 ◦ blue 141

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

Shades of Dark Magenta #A20C8D

Tints of Dark Magenta #A20C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 51.43%
G = 3.81%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A20C8D (or 0xA20C8D) is known color: Dark Magenta. HEX triplet: A2, 0C and 8D. RGB value is (162,12,141). Sum of RGB (Red+Green+Blue) = 162+12+141=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C8D is #5DF372. Grayscale: #474747. Windows color (decimal): -6157171 or 9243810. OLE color: 9243810.

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

Color convert

RGB 162 12 141 -
CMYK 0 0.93 0.13 0.36
HSL 308.4º 0.86% 0.34% -
HSV(B) 308.4º 0.93% 0.64% -
XYZ 19.84 9.87 26.06 -
YUV 71.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 162 12 141 0 0.93 0.13 0.36 308.4 0.86 0.34
Hex A2 C 8D 0 5D D 24 134 56 22
Octal 242 14 215 0 135 15 44 464 126 42
Binary 10100010 1100 10001101 0 1011101 1101 100100 100110100 1010110 100010

Color Harmonies of #A20C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C8D

Black with #A20C8D

Text Example


Text Example

White with #A20C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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