#AA5AAE

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

Shades of Violet Blue #AA5AAE

Tints of Violet Blue #AA5AAE

Color information

#AA5AAE (or 0xAA5AAE) is unknown color: approx Violet Blue. HEX triplet: AA, 5A and AE. RGB value is (170,90,174). Sum of RGB (Red+Green+Blue) = 170+90+174=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AAE is #55A551. Grayscale: #7B7B7B. Windows color (decimal): -5612882 or 11426474. OLE color: 11426474.

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

Color convert

RGB17090174-
CMYK0.020.4800.32
HSL297.14º34.15%51.76%-
HSV(B)297.14º48.28%68.24%-
XYZ27.8718.9142.23-
YUV123.5156.5161.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=39.17%
G=20.74%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170901740.020.4800.32297.1434.1551.76
HexAA5AAE2300201292234
Octal2521322562600404514264
Binary10101010101101010101110101100000100000100101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AAE; }

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

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

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

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

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

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

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

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