#AE15AC

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

Shades of Deep Magenta #AE15AC

Tints of Deep Magenta #AE15AC

Color information

#AE15AC (or 0xAE15AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 15 and AC. RGB value is (174,21,172). Sum of RGB (Red+Green+Blue) = 174+21+172=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE15AC is #51EA53. Grayscale: #535353. Windows color (decimal): -5368404 or 11277742. OLE color: 11277742.

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

Color convert

RGB17421172-
CMYK00.880.010.32
HSL300.78º78.46%38.24%-
HSV(B)300.78º87.93%68.24%-
XYZ25.1712.5140.12-
YUV83.96177.69192.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=47.41%
G=5.72%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742117200.880.010.32300.7878.4638.24
HexAE15AC05812012d4e26
Octal25625254013014045511646
Binary1010111010101101011000101100011000001001011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE15AC; }

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

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

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

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

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

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

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

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