Html Css Color HEX #AD17AC Deep Magenta

📋 copy color: '#AD17AC'

red 173 ◦ green 23 ◦ blue 172

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

Shades of Deep Magenta #AD17AC

Tints of Deep Magenta #AD17AC

RGB

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

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

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

R = 47.01%
G = 6.25%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD17AC (or 0xAD17AC) is known color: Deep Magenta. HEX triplet: AD, 17 and AC. RGB value is (173,23,172). Sum of RGB (Red+Green+Blue) = 173+23+172=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17AC is #52E853. Grayscale: #545454. Windows color (decimal): -5433428 or 11278253. OLE color: 11278253.

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

Color convert

RGB 173 23 172 -
CMYK 0 0.87 0.01 0.32
HSL 300.4º 0.77% 0.38% -
HSV(B) 300.4º 0.87% 0.68% -
XYZ 24.99 12.48 40.12 -
YUV 84.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 173 23 172 0 0.87 0.01 0.32 300.4 0.77 0.38
Hex AD 17 AC 0 57 1 20 12C 4D 26
Octal 255 27 254 0 127 1 40 454 115 46
Binary 10101101 10111 10101100 0 1010111 1 100000 100101100 1001101 100110

Color Harmonies of #AD17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17AC

Black with #AD17AC

Text Example


Text Example

White with #AD17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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