Html Css Color HEX #A80DAC Dark Magenta

📋 copy color: '#A80DAC'

red 168 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A80DAC

Tints of Dark Magenta #A80DAC

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

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

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

R = 47.59%
G = 3.68%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A80DAC (or 0xA80DAC) is known color: Dark Magenta. HEX triplet: A8, 0D and AC. RGB value is (168,13,172). Sum of RGB (Red+Green+Blue) = 168+13+172=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A80DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DAC is #57F253. Grayscale: #4C4C4C. Windows color (decimal): -5763668 or 11275688. OLE color: 11275688.

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

Color convert

RGB 168 13 172 -
CMYK 0.02 0.92 0 0.33
HSL 298.49º 0.86% 0.36% -
HSV(B) 298.49º 0.92% 0.67% -
XYZ 23.74 11.59 40.02 -
YUV 77.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 168 13 172 0.02 0.92 0 0.33 298.49 0.86 0.36
Hex A8 D AC 2 5C 0 21 12A 56 24
Octal 250 15 254 2 134 0 41 452 126 44
Binary 10101000 1101 10101100 10 1011100 0 100001 100101010 1010110 100100

Color Harmonies of #A80DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DAC

Black with #A80DAC

Text Example


Text Example

White with #A80DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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