Html Css Color HEX #A20C9E Dark Magenta

📋 copy color: '#A20C9E'

red 162 ◦ green 12 ◦ blue 158

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

Shades of Dark Magenta #A20C9E

Tints of Dark Magenta #A20C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 48.8%
G = 3.61%
B = 47.59%

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

#A20C9E (or 0xA20C9E) is known color: Dark Magenta. HEX triplet: A2, 0C and 9E. RGB value is (162,12,158). Sum of RGB (Red+Green+Blue) = 162+12+158=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C9E is #5DF361. Grayscale: #494949. Windows color (decimal): -6157154 or 10357922. OLE color: 10357922.

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

Color convert

RGB 162 12 158 -
CMYK 0 0.93 0.02 0.36
HSL 301.6º 0.86% 0.34% -
HSV(B) 301.6º 0.93% 0.64% -
XYZ 21.2 10.41 33.24 -
YUV 73.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 162 12 158 0 0.93 0.02 0.36 301.6 0.86 0.34
Hex A2 C 9E 0 5D 2 24 12E 56 22
Octal 242 14 236 0 135 2 44 456 126 42
Binary 10100010 1100 10011110 0 1011101 10 100100 100101110 1010110 100010

Color Harmonies of #A20C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C9E

Black with #A20C9E

Text Example


Text Example

White with #A20C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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