Html Css Color HEX #A20E9D Dark Magenta

📋 copy color: '#A20E9D'

red 162 ◦ green 14 ◦ blue 157

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

Shades of Dark Magenta #A20E9D

Tints of Dark Magenta #A20E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 48.65%
G = 4.2%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A20E9D (or 0xA20E9D) is known color: Dark Magenta. HEX triplet: A2, 0E and 9D. RGB value is (162,14,157). Sum of RGB (Red+Green+Blue) = 162+14+157=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E9D is #5DF162. Grayscale: #4A4A4A. Windows color (decimal): -6156643 or 10292898. OLE color: 10292898.

HSL color Cylindrical-coordinate representation of color #A20E9D: hue angle of 302.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E9D is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 157 -
CMYK 0 0.91 0.03 0.36
HSL 302.03º 0.84% 0.35% -
HSV(B) 302.03º 0.91% 0.64% -
XYZ 21.14 10.43 32.8 -
YUV 74.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 162 14 157 0 0.91 0.03 0.36 302.03 0.84 0.35
Hex A2 E 9D 0 5B 3 24 12E 54 23
Octal 242 16 235 0 133 3 44 456 124 43
Binary 10100010 1110 10011101 0 1011011 11 100100 100101110 1010100 100011

Color Harmonies of #A20E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E9D

Black with #A20E9D

Text Example


Text Example

White with #A20E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E9D; }

 p { color: rgb(162,14,157); }

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

background-color css

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

 a { background-color: rgb(162,14,157); }

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

border-color css

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

 span { border-color: rgb(162,14,157); }

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