#AE09AF

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

Shades of Deep Magenta #AE09AF

Tints of Deep Magenta #AE09AF

Color information

#AE09AF (or 0xAE09AF) is unknown color: approx Deep Magenta. HEX triplet: AE, 09 and AF. RGB value is (174,9,175). Sum of RGB (Red+Green+Blue) = 174+9+175=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE09AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09AF is #51F650. Grayscale: #4C4C4C. Windows color (decimal): -5371473 or 11471278. OLE color: 11471278.

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

Color convert

RGB1749175-
CMYK0.010.9500.31
HSL299.64º90.22%36.08%-
HSV(B)299.64º94.86%68.63%-
XYZ25.2912.2941.6-
YUV77.26183.16197-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 9 (3.91% from 255) = 2.51%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=48.60%
G=2.51%
B=48.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17491750.010.9500.31299.6490.2236.08
HexAE9AF15F01F12c5a24
Octal25611257113703745413244
Binary10101110100110101111110111110111111001011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE09AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE09AF; }

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

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

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

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

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

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

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

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