Html Css Color HEX #A20C9F Dark Magenta

📋 copy color: '#A20C9F'

red 162 ◦ green 12 ◦ blue 159

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

Shades of Dark Magenta #A20C9F

Tints of Dark Magenta #A20C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 48.65%
G = 3.6%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A20C9F (or 0xA20C9F) is known color: Dark Magenta. HEX triplet: A2, 0C and 9F. RGB value is (162,12,159). Sum of RGB (Red+Green+Blue) = 162+12+159=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C9F is #5DF360. Grayscale: #494949. Windows color (decimal): -6157153 or 10423458. OLE color: 10423458.

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

Color convert

RGB 162 12 159 -
CMYK 0 0.93 0.02 0.36
HSL 301.2º 0.86% 0.34% -
HSV(B) 301.2º 0.93% 0.64% -
XYZ 21.29 10.45 33.7 -
YUV 73.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 162 12 159 0 0.93 0.02 0.36 301.2 0.86 0.34
Hex A2 C 9F 0 5D 2 24 12D 56 22
Octal 242 14 237 0 135 2 44 455 126 42
Binary 10100010 1100 10011111 0 1011101 10 100100 100101101 1010110 100010

Color Harmonies of #A20C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C9F

Black with #A20C9F

Text Example


Text Example

White with #A20C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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