#AA5EAB

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

Shades of Violet Blue #AA5EAB

Tints of Violet Blue #AA5EAB

Color information

#AA5EAB (or 0xAA5EAB) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and AB. RGB value is (170,94,171). Sum of RGB (Red+Green+Blue) = 170+94+171=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5EAB is #55A154. Grayscale: #7D7D7D. Windows color (decimal): -5611861 or 11230890. OLE color: 11230890.

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

Color convert

RGB17094171-
CMYK0.010.4500.33
HSL299.22º31.43%51.96%-
HSV(B)299.22º45.03%67.06%-
XYZ27.9319.4940.82-
YUV125.5153.68159.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=39.08%
G=21.61%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170941710.010.4500.33299.2231.4351.96
HexAA5EAB12D02112b1f34
Octal2521362531550414533764
Binary101010101011110101010111101101010000110010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EAB; }

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

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

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

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

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

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

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

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