#AD01AE

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

Shades of Deep Magenta #AD01AE

Tints of Deep Magenta #AD01AE

Color information

#AD01AE (or 0xAD01AE) is unknown color: approx Deep Magenta. HEX triplet: AD, 01 and AE. RGB value is (173,1,174). Sum of RGB (Red+Green+Blue) = 173+1+174=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01AE is #52FE51. Grayscale: #474747. Windows color (decimal): -5439058 or 11403693. OLE color: 11403693.

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

Color convert

RGB1731174-
CMYK0.010.9900.32
HSL299.65º98.86%34.31%-
HSV(B)299.65º99.43%68.24%-
XYZ24.8811.9641.04-
YUV72.15185.48199.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 174 (68.36% from 255) = 50%
R=49.71%
G=0.29%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311740.010.9900.32299.6598.8634.31
HexAD1AE16302012c6322
Octal2551256114304045414342
Binary101011011101011101110001101000001001011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD01AE; }

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

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

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

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

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

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

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

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