#aa5e9e

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

Shades of Violet Blue #AA5E9E

Tints of Violet Blue #AA5E9E

Color information

#AA5E9E (or 0xAA5E9E) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and 9E. RGB value is (170,94,158). Sum of RGB (Red+Green+Blue) = 170+94+158=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5E9E is #55A161. Grayscale: #7B7B7B. Windows color (decimal): -5611874 or 10378922. OLE color: 10378922.

HSL color Cylindrical-coordinate representation of color #AA5E9E: hue angle of 309.47º 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 #AA5E9E is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17094158-
CMYK00.450.070.33
HSL309.47º30.89%51.76%-
HSV(B)309.47º44.71%66.67%-
XYZ26.7519.0234.61-
YUV124.02147.18160.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=40.28%
G=22.27%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709415800.450.070.33309.4730.8951.76
HexAA5E9E02D7211351f34
Octal2521362360557414653764
Binary10101010101111010011110010110111110000110011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5e9e; }

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

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

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

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

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

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

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

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