#AD17AC

Color #AD17AC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AD17AC

Tints of Deep Magenta #AD17AC

Color information

#AD17AC (or 0xAD17AC) is unknown color: approx 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

RGB17323172-
CMYK00.870.010.32
HSL300.4º76.53%38.43%-
HSV(B)300.4º86.71%67.84%-
XYZ24.9912.4840.12-
YUV84.84177.2190.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732317200.870.010.32300.476.5338.43
HexAD17AC05712012c4d26
Octal25527254012714045411546
Binary1010110110111101011000101011111000001001011001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>