Html Css Color HEX #A20DAE Dark Magenta

📋 copy color: '#A20DAE'

red 162 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #A20DAE

Tints of Dark Magenta #A20DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 46.42%
G = 3.72%
B = 49.86%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A20DAE (or 0xA20DAE) is known color: Dark Magenta. HEX triplet: A2, 0D and AE. RGB value is (162,13,174). Sum of RGB (Red+Green+Blue) = 162+13+174=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #A20DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DAE is #5DF251. Grayscale: #4B4B4B. Windows color (decimal): -6156882 or 11406754. OLE color: 11406754.

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

Color convert

RGB 162 13 174 -
CMYK 0.07 0.93 0 0.32
HSL 295.53º 0.86% 0.37% -
HSV(B) 295.53º 0.93% 0.68% -
XYZ 22.68 11.03 40.98 -
YUV 75.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 162 13 174 0.07 0.93 0 0.32 295.53 0.86 0.37
Hex A2 D AE 7 5D 0 20 128 56 25
Octal 242 15 256 7 135 0 40 450 126 45
Binary 10100010 1101 10101110 111 1011101 0 100000 100101000 1010110 100101

Color Harmonies of #A20DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DAE

Black with #A20DAE

Text Example


Text Example

White with #A20DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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