Html Css Color HEX #A20EAD Dark Magenta

📋 copy color: '#A20EAD'

red 162 ◦ green 14 ◦ blue 173

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

Shades of Dark Magenta #A20EAD

Tints of Dark Magenta #A20EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 46.42%
G = 4.01%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A20EAD (or 0xA20EAD) is known color: Dark Magenta. HEX triplet: A2, 0E and AD. RGB value is (162,14,173). Sum of RGB (Red+Green+Blue) = 162+14+173=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A20EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EAD is #5DF152. Grayscale: #4B4B4B. Windows color (decimal): -6156627 or 11341474. OLE color: 11341474.

HSL color Cylindrical-coordinate representation of color #A20EAD: hue angle of 295.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EAD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 14 173 -
CMYK 0.06 0.92 0 0.32
HSL 295.85º 0.85% 0.37% -
HSV(B) 295.85º 0.92% 0.68% -
XYZ 22.6 11.01 40.47 -
YUV 76.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 162 14 173 0.06 0.92 0 0.32 295.85 0.85 0.37
Hex A2 E AD 6 5C 0 20 128 55 25
Octal 242 16 255 6 134 0 40 450 125 45
Binary 10100010 1110 10101101 110 1011100 0 100000 100101000 1010101 100101

Color Harmonies of #A20EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EAD

Black with #A20EAD

Text Example


Text Example

White with #A20EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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