#AE18AB

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

Shades of Deep Magenta #AE18AB

Tints of Deep Magenta #AE18AB

Color information

#AE18AB (or 0xAE18AB) is unknown color: approx Deep Magenta. HEX triplet: AE, 18 and AB. RGB value is (174,24,171). Sum of RGB (Red+Green+Blue) = 174+24+171=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE18AB is #51E754. Grayscale: #555555. Windows color (decimal): -5367637 or 11212974. OLE color: 11212974.

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

Color convert

RGB17424171-
CMYK00.860.020.32
HSL301.2º75.76%38.82%-
HSV(B)301.2º86.21%68.24%-
XYZ25.1312.5939.63-
YUV85.61176.2191.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 24 (9.77% from 255) = 6.50%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=47.15%
G=6.50%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742417100.860.020.32301.275.7638.82
HexAE18AB05622012d4c27
Octal25630253012624045511447
Binary10101110110001010101101010110101000001001011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE18AB; }

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

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

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

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

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

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

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

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