#AA09AE

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

Shades of Deep Magenta #AA09AE

Tints of Deep Magenta #AA09AE

Color information

#AA09AE (or 0xAA09AE) is unknown color: approx Deep Magenta. HEX triplet: AA, 09 and AE. RGB value is (170,9,174). Sum of RGB (Red+Green+Blue) = 170+9+174=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09AE is #55F651. Grayscale: #4B4B4B. Windows color (decimal): -5633618 or 11405738. OLE color: 11405738.

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

Color convert

RGB1709174-
CMYK0.020.9500.32
HSL298.55º90.16%35.88%-
HSV(B)298.55º94.83%68.24%-
XYZ24.3211.841.04-
YUV75.95183.34195.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=48.16%
G=2.55%
B=49.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17091740.020.9500.32298.5590.1635.88
HexAA9AE25F02012b5a24
Octal25211256213704045313244
Binary1010101010011010111010101111101000001001010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09AE; }

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

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

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

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

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

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

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

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