Html Css Color HEX #AD19A6 Dark Magenta

📋 copy color: '#AD19A6'

red 173 ◦ green 25 ◦ blue 166

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

Shades of Dark Magenta #AD19A6

Tints of Dark Magenta #AD19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 47.53%
G = 6.87%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD19A6 (or 0xAD19A6) is known color: Dark Magenta. HEX triplet: AD, 19 and A6. RGB value is (173,25,166). Sum of RGB (Red+Green+Blue) = 173+25+166=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19A6 is #52E659. Grayscale: #545454. Windows color (decimal): -5432922 or 10885549. OLE color: 10885549.

HSL color Cylindrical-coordinate representation of color #AD19A6: hue angle of 302.84º 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 #AD19A6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 166 -
CMYK 0 0.86 0.04 0.32
HSL 302.84º 0.75% 0.39% -
HSV(B) 302.84º 0.86% 0.68% -
XYZ 24.46 12.33 37.17 -
YUV 85.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 173 25 166 0 0.86 0.04 0.32 302.84 0.75 0.39
Hex AD 19 A6 0 56 4 20 12F 4B 27
Octal 255 31 246 0 126 4 40 457 113 47
Binary 10101101 11001 10100110 0 1010110 100 100000 100101111 1001011 100111

Color Harmonies of #AD19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19A6

Black with #AD19A6

Text Example


Text Example

White with #AD19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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