Html Css Color HEX #A20DA1 Dark Magenta

📋 copy color: '#A20DA1'

red 162 ◦ green 13 ◦ blue 161

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

Shades of Dark Magenta #A20DA1

Tints of Dark Magenta #A20DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 161 (63.28% from 255) = 47.92%

R = 48.21%
G = 3.87%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A20DA1 (or 0xA20DA1) is known color: Dark Magenta. HEX triplet: A2, 0D and A1. RGB value is (162,13,161). Sum of RGB (Red+Green+Blue) = 162+13+161=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A20DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DA1 is #5DF25E. Grayscale: #494949. Windows color (decimal): -6156895 or 10554786. OLE color: 10554786.

HSL color Cylindrical-coordinate representation of color #A20DA1: hue angle of 300.4º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 161 -
CMYK 0 0.92 0.01 0.36
HSL 300.4º 0.85% 0.34% -
HSV(B) 300.4º 0.92% 0.64% -
XYZ 21.48 10.54 34.62 -
YUV 74.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 162 13 161 0 0.92 0.01 0.36 300.4 0.85 0.34
Hex A2 D A1 0 5C 1 24 12C 55 22
Octal 242 15 241 0 134 1 44 454 125 42
Binary 10100010 1101 10100001 0 1011100 1 100100 100101100 1010101 100010

Color Harmonies of #A20DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DA1

Black with #A20DA1

Text Example


Text Example

White with #A20DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DA1; }

 p { color: rgb(162,13,161); }

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

background-color css

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

 a { background-color: rgb(162,13,161); }

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

border-color css

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

 span { border-color: rgb(162,13,161); }

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