Html Css Color HEX #AD17AB Deep Magenta

📋 copy color: '#AD17AB'

red 173 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #AD17AB

Tints of Deep Magenta #AD17AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 47.14%
G = 6.27%
B = 46.59%

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

#AD17AB (or 0xAD17AB) is known color: Deep Magenta. HEX triplet: AD, 17 and AB. RGB value is (173,23,171). Sum of RGB (Red+Green+Blue) = 173+23+171=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD17AB is #52E854. Grayscale: #545454. Windows color (decimal): -5433429 or 11212717. OLE color: 11212717.

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

Color convert

RGB 173 23 171 -
CMYK 0 0.87 0.01 0.32
HSL 300.8º 0.77% 0.38% -
HSV(B) 300.8º 0.87% 0.68% -
XYZ 24.89 12.44 39.62 -
YUV 84.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 173 23 171 0 0.87 0.01 0.32 300.8 0.77 0.38
Hex AD 17 AB 0 57 1 20 12D 4D 26
Octal 255 27 253 0 127 1 40 455 115 46
Binary 10101101 10111 10101011 0 1010111 1 100000 100101101 1001101 100110

Color Harmonies of #AD17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17AB

Black with #AD17AB

Text Example


Text Example

White with #AD17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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