#AE16AC

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

Shades of Deep Magenta #AE16AC

Tints of Deep Magenta #AE16AC

Color information

#AE16AC (or 0xAE16AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 16 and AC. RGB value is (174,22,172). Sum of RGB (Red+Green+Blue) = 174+22+172=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16AC is #51E953. Grayscale: #545454. Windows color (decimal): -5368148 or 11277998. OLE color: 11277998.

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

Color convert

RGB17422172-
CMYK00.870.010.32
HSL300.79º77.55%38.43%-
HSV(B)300.79º87.36%68.24%-
XYZ25.1912.5540.12-
YUV84.55177.36191.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=47.28%
G=5.98%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742217200.870.010.32300.7977.5538.43
HexAE16AC05712012d4e26
Octal25626254012714045511646
Binary1010111010110101011000101011111000001001011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE16AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE16AC; }

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

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

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

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

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

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

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

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