#AE09AC

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

Shades of Deep Magenta #AE09AC

Tints of Deep Magenta #AE09AC

Color information

#AE09AC (or 0xAE09AC) is unknown color: approx Deep Magenta. HEX triplet: AE, 09 and AC. RGB value is (174,9,172). Sum of RGB (Red+Green+Blue) = 174+9+172=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09AC is #51F653. Grayscale: #4C4C4C. Windows color (decimal): -5371476 or 11274670. OLE color: 11274670.

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

Color convert

RGB1749172-
CMYK00.950.010.32
HSL300.73º90.16%35.88%-
HSV(B)300.73º94.83%68.24%-
XYZ2512.1740.06-
YUV76.92181.66197.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=49.01%
G=2.54%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174917200.950.010.32300.7390.1635.88
HexAE9AC05F12012d5a24
Octal25611254013714045513244
Binary101011101001101011000101111111000001001011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE09AC; }

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

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

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

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

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

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

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

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