#AA5AB0

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

Shades of Violet Blue #AA5AB0

Tints of Violet Blue #AA5AB0

Color information

#AA5AB0 (or 0xAA5AB0) is unknown color: approx Violet Blue. HEX triplet: AA, 5A and B0. RGB value is (170,90,176). Sum of RGB (Red+Green+Blue) = 170+90+176=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA5AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AB0 is #55A54F. Grayscale: #7B7B7B. Windows color (decimal): -5612880 or 11557546. OLE color: 11557546.

HSL color Cylindrical-coordinate representation of color #AA5AB0: hue angle of 295.81º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5AB0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17090176-
CMYK0.030.4900.31
HSL295.81º35.25%52.16%-
HSV(B)295.81º48.86%69.02%-
XYZ28.0718.9943.26-
YUV123.72157.5161.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=38.99%
G=20.64%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170901760.030.4900.31295.8135.2552.16
HexAA5AB033101F1282334
Octal2521322603610374504364
Binary1010101010110101011000011110001011111100101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AB0; }

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

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

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

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

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

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

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

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