Html Css Color HEX #A20E9E Dark Magenta

📋 copy color: '#A20E9E'

red 162 ◦ green 14 ◦ blue 158

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

Shades of Dark Magenta #A20E9E

Tints of Dark Magenta #A20E9E

RGB

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

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

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

R = 48.5%
G = 4.19%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A20E9E (or 0xA20E9E) is known color: Dark Magenta. HEX triplet: A2, 0E and 9E. RGB value is (162,14,158). Sum of RGB (Red+Green+Blue) = 162+14+158=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E9E is #5DF161. Grayscale: #4A4A4A. Windows color (decimal): -6156642 or 10358434. OLE color: 10358434.

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

Color convert

RGB 162 14 158 -
CMYK 0 0.91 0.02 0.36
HSL 301.62º 0.84% 0.35% -
HSV(B) 301.62º 0.91% 0.64% -
XYZ 21.23 10.46 33.25 -
YUV 74.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 162 14 158 0 0.91 0.02 0.36 301.62 0.84 0.35
Hex A2 E 9E 0 5B 2 24 12E 54 23
Octal 242 16 236 0 133 2 44 456 124 43
Binary 10100010 1110 10011110 0 1011011 10 100100 100101110 1010100 100011

Color Harmonies of #A20E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E9E

Black with #A20E9E

Text Example


Text Example

White with #A20E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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