#AA06AE

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

Shades of Deep Magenta #AA06AE

Tints of Deep Magenta #AA06AE

Color information

#AA06AE (or 0xAA06AE) is unknown color: approx Deep Magenta. HEX triplet: AA, 06 and AE. RGB value is (170,6,174). Sum of RGB (Red+Green+Blue) = 170+6+174=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA06AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06AE is #55F951. Grayscale: #494949. Windows color (decimal): -5634386 or 11404970. OLE color: 11404970.

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

Color convert

RGB1706174-
CMYK0.020.9700.32
HSL298.57º93.33%35.29%-
HSV(B)298.57º96.55%68.24%-
XYZ24.2811.7341.03-
YUV74.19184.33196.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=48.57%
G=1.71%
B=49.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17061740.020.9700.32298.5793.3335.29
HexAA6AE26102012b5d23
Octal2526256214104045313543
Binary101010101101010111010110000101000001001010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06AE; }

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

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

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

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

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

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

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

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