Html Css Color HEX #AD19AD Deep Magenta

📋 copy color: '#AD19AD'

red 173 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #AD19AD

Tints of Deep Magenta #AD19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 46.63%
G = 6.74%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD19AD (or 0xAD19AD) is known color: Deep Magenta. HEX triplet: AD, 19 and AD. RGB value is (173,25,173). Sum of RGB (Red+Green+Blue) = 173+25+173=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19AD is #52E652. Grayscale: #555555. Windows color (decimal): -5432915 or 11344301. OLE color: 11344301.

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

Color convert

RGB 173 25 173 -
CMYK 0 0.86 0 0.32
HSL 300º 0.75% 0.39% -
HSV(B) 300º 0.86% 0.68% -
XYZ 25.12 12.6 40.64 -
YUV 86.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 173 25 173 0 0.86 0 0.32 300 0.75 0.39
Hex AD 19 AD 0 56 0 20 12C 4B 27
Octal 255 31 255 0 126 0 40 454 113 47
Binary 10101101 11001 10101101 0 1010110 0 100000 100101100 1001011 100111

Color Harmonies of #AD19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19AD

Black with #AD19AD

Text Example


Text Example

White with #AD19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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