#AE01AC

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

Shades of Deep Magenta #AE01AC

Tints of Deep Magenta #AE01AC

Color information

#AE01AC (or 0xAE01AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 01 and AC. RGB value is (174,1,172). Sum of RGB (Red+Green+Blue) = 174+1+172=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01AC is #51FE53. Grayscale: #474747. Windows color (decimal): -5373524 or 11272622. OLE color: 11272622.

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

Color convert

RGB1741172-
CMYK00.990.010.32
HSL300.69º98.86%34.31%-
HSV(B)300.69º99.43%68.24%-
XYZ24.911240.03-
YUV72.22184.31200.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=50.14%
G=0.29%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117200.990.010.32300.6998.8634.31
HexAE1AC06312012d6322
Octal2561254014314045514342
Binary101011101101011000110001111000001001011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE01AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE01AC; }

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

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

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

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

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

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

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

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