#AE01AE

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

Shades of Deep Magenta #AE01AE

Tints of Deep Magenta #AE01AE

Color information

#AE01AE (or 0xAE01AE) is unknown color: approx Deep Magenta. HEX triplet: AE, 01 and AE. RGB value is (174,1,174). Sum of RGB (Red+Green+Blue) = 174+1+174=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01AE is #51FE51. Grayscale: #474747. Windows color (decimal): -5373522 or 11403694. OLE color: 11403694.

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

Color convert

RGB1741174-
CMYK00.9900.32
HSL300º98.86%34.31%-
HSV(B)300º99.43%68.24%-
XYZ25.1112.0841.05-
YUV72.45185.31200.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=49.86%
G=0.29%
B=49.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117400.9900.3230098.8634.31
HexAE1AE06302012c6322
Octal2561256014304045414342
Binary101011101101011100110001101000001001011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE01AE; }

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

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

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

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

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

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

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

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