#AD15AE

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

Shades of Deep Magenta #AD15AE

Tints of Deep Magenta #AD15AE

Color information

#AD15AE (or 0xAD15AE) is unknown color: approx Deep Magenta. HEX triplet: AD, 15 and AE. RGB value is (173,21,174). Sum of RGB (Red+Green+Blue) = 173+21+174=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD15AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AE is #52EA51. Grayscale: #535353. Windows color (decimal): -5433938 or 11408813. OLE color: 11408813.

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

Color convert

RGB17321174-
CMYK0.010.8800.32
HSL299.61º78.46%38.24%-
HSV(B)299.61º87.93%68.24%-
XYZ25.1412.4841.13-
YUV83.89178.86191.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=47.01%
G=5.71%
B=47.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173211740.010.8800.32299.6178.4638.24
HexAD15AE15802012c4e26
Octal25525256113004045411646
Binary1010110110101101011101101100001000001001011001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD15AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD15AE; }

 p { color: rgb(173,21,174); }

 H1.HeaderClassName
 {
   color: #AD15AE;
 }
 .AnyTagClassName
 {
   color: #AD15AE;
 }
</style>
background-color css

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

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

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

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

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

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