#AE18AC

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

Shades of Deep Magenta #AE18AC

Tints of Deep Magenta #AE18AC

Color information

#AE18AC (or 0xAE18AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 18 and AC. RGB value is (174,24,172). Sum of RGB (Red+Green+Blue) = 174+24+172=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE18AC is #51E753. Grayscale: #555555. Windows color (decimal): -5367636 or 11278510. OLE color: 11278510.

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

Color convert

RGB17424172-
CMYK00.860.010.32
HSL300.8º75.76%38.82%-
HSV(B)300.8º86.21%68.24%-
XYZ25.2312.6340.14-
YUV85.72176.7190.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=47.03%
G=6.49%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742417200.860.010.32300.875.7638.82
HexAE18AC05612012d4c27
Octal25630254012614045511447
Binary1010111011000101011000101011011000001001011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE18AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE18AC; }

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

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

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

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

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

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

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

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