Html Css Color HEX #AD17AD Deep Magenta

📋 copy color: '#AD17AD'

red 173 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #AD17AD

Tints of Deep Magenta #AD17AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.23%

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

R = 46.88%
G = 6.23%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD17AD (or 0xAD17AD) is known color: Deep Magenta. HEX triplet: AD, 17 and AD. RGB value is (173,23,173). Sum of RGB (Red+Green+Blue) = 173+23+173=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17AD is #52E852. Grayscale: #545454. Windows color (decimal): -5433427 or 11343789. OLE color: 11343789.

HSL color Cylindrical-coordinate representation of color #AD17AD: hue angle of 300º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17AD is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 173 -
CMYK 0 0.87 0 0.32
HSL 300º 0.77% 0.38% -
HSV(B) 300º 0.87% 0.68% -
XYZ 25.08 12.51 40.63 -
YUV 84.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 173 23 173 0 0.87 0 0.32 300 0.77 0.38
Hex AD 17 AD 0 57 0 20 12C 4D 26
Octal 255 27 255 0 127 0 40 454 115 46
Binary 10101101 10111 10101101 0 1010111 0 100000 100101100 1001101 100110

Color Harmonies of #AD17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17AD

Black with #AD17AD

Text Example


Text Example

White with #AD17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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