#AA15AE

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

Shades of Deep Magenta #AA15AE

Tints of Deep Magenta #AA15AE

Color information

#AA15AE (or 0xAA15AE) is unknown color: approx Deep Magenta. HEX triplet: AA, 15 and AE. RGB value is (170,21,174). Sum of RGB (Red+Green+Blue) = 170+21+174=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA15AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15AE is #55EA51. Grayscale: #525252. Windows color (decimal): -5630546 or 11408810. OLE color: 11408810.

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

Color convert

RGB17021174-
CMYK0.020.8800.32
HSL298.43º78.46%38.24%-
HSV(B)298.43º87.93%68.24%-
XYZ24.4912.1441.1-
YUV82.99179.36190.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 21 (8.59% from 255) = 5.75%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=46.58%
G=5.75%
B=47.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170211740.020.8800.32298.4378.4638.24
HexAA15AE25802012a4e26
Octal25225256213004045211646
Binary10101010101011010111010101100001000001001010101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15AE; }

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

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

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

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

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

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

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

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