#AA9AB5

Color #AA9AB5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA9AB5

Tints of East Side #AA9AB5

Color information

#AA9AB5 (or 0xAA9AB5) is unknown color: approx East Side. HEX triplet: AA, 9A and B5. RGB value is (170,154,181). Sum of RGB (Red+Green+Blue) = 170+154+181=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AB5 is #55654A. Grayscale: #A1A1A1. Windows color (decimal): -5596491 or 11901610. OLE color: 11901610.

HSL color Cylindrical-coordinate representation of color #AA9AB5: hue angle of 275.56º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9AB5 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170154181-
CMYK0.060.1500.29
HSL275.56º15.43%65.69%-
HSV(B)275.56º14.92%70.98%-
XYZ36.4734.9948.55-
YUV161.86138.8133.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=33.66%
G=30.50%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701541810.060.1500.29275.5615.4365.69
HexAA9AB56F01D114f42
Octal25223226561703542417102
Binary101010101001101010110101110111101110110001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AB5; }

 p { color: rgb(170,154,181); }

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

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

 a { background-color: rgb(170,154,181); }

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

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

 span { border-color: rgb(170,154,181); }

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