Html Css Color HEX #A20DAC Dark Magenta

📋 copy color: '#A20DAC'

red 162 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A20DAC

Tints of Dark Magenta #A20DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 46.69%
G = 3.75%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20DAC (or 0xA20DAC) is known color: Dark Magenta. HEX triplet: A2, 0D and AC. RGB value is (162,13,172). Sum of RGB (Red+Green+Blue) = 162+13+172=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DAC is #5DF253. Grayscale: #4B4B4B. Windows color (decimal): -6156884 or 11275682. OLE color: 11275682.

HSL color Cylindrical-coordinate representation of color #A20DAC: hue angle of 296.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20DAC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 13 172 -
CMYK 0.06 0.92 0 0.33
HSL 296.23º 0.86% 0.36% -
HSV(B) 296.23º 0.92% 0.67% -
XYZ 22.49 10.95 39.96 -
YUV 75.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 162 13 172 0.06 0.92 0 0.33 296.23 0.86 0.36
Hex A2 D AC 6 5C 0 21 128 56 24
Octal 242 15 254 6 134 0 41 450 126 44
Binary 10100010 1101 10101100 110 1011100 0 100001 100101000 1010110 100100

Color Harmonies of #A20DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DAC

Black with #A20DAC

Text Example


Text Example

White with #A20DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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