#AA5EA9

Color #AA5EA9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA5EA9

Tints of Violet Blue #AA5EA9

Color information

#AA5EA9 (or 0xAA5EA9) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and A9. RGB value is (170,94,169). Sum of RGB (Red+Green+Blue) = 170+94+169=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5EA9 is #55A156. Grayscale: #7D7D7D. Windows color (decimal): -5611863 or 11099818. OLE color: 11099818.

HSL color Cylindrical-coordinate representation of color #AA5EA9: hue angle of 300.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5EA9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17094169-
CMYK00.450.010.33
HSL300.79º30.89%51.76%-
HSV(B)300.79º44.71%66.67%-
XYZ27.7419.4239.82-
YUV125.27152.68159.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=39.26%
G=21.71%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709416900.450.010.33300.7930.8951.76
HexAA5EA902D12112d1f34
Octal2521362510551414553764
Binary101010101011110101010010101101110000110010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EA9; }

 p { color: rgb(170,94,169); }

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

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

 a { background-color: rgb(170,94,169); }

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

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

 span { border-color: rgb(170,94,169); }

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