Html Css Color HEX #AD19A8 Dark Magenta

📋 copy color: '#AD19A8'

red 173 ◦ green 25 ◦ blue 168

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

Shades of Dark Magenta #AD19A8

Tints of Dark Magenta #AD19A8

RGB

 RED value IS 173 (67.97% from 255) = 47.27%

 GREEN value IS 25 (10.16% from 255) = 6.83%

 BLUE value IS 168 (66.02% from 255) = 45.9%

R = 47.27%
G = 6.83%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD19A8 (or 0xAD19A8) is known color: Dark Magenta. HEX triplet: AD, 19 and A8. RGB value is (173,25,168). Sum of RGB (Red+Green+Blue) = 173+25+168=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19A8 is #52E657. Grayscale: #555555. Windows color (decimal): -5432920 or 11016621. OLE color: 11016621.

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

Color convert

RGB 173 25 168 -
CMYK 0 0.86 0.03 0.32
HSL 302.03º 0.75% 0.39% -
HSV(B) 302.03º 0.86% 0.68% -
XYZ 24.65 12.41 38.14 -
YUV 85.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 173 25 168 0 0.86 0.03 0.32 302.03 0.75 0.39
Hex AD 19 A8 0 56 3 20 12E 4B 27
Octal 255 31 250 0 126 3 40 456 113 47
Binary 10101101 11001 10101000 0 1010110 11 100000 100101110 1001011 100111

Color Harmonies of #AD19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19A8

Black with #AD19A8

Text Example


Text Example

White with #AD19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19A8; }

 p { color: rgb(173,25,168); }

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

background-color css

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

 a { background-color: rgb(173,25,168); }

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

border-color css

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

 span { border-color: rgb(173,25,168); }

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