#AA9BB5

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

Shades of East Side #AA9BB5

Tints of East Side #AA9BB5

Color information

#AA9BB5 (or 0xAA9BB5) is unknown color: approx East Side. HEX triplet: AA, 9B and B5. RGB value is (170,155,181). Sum of RGB (Red+Green+Blue) = 170+155+181=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA9BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BB5 is #55644A. Grayscale: #A2A2A2. Windows color (decimal): -5596235 or 11901866. OLE color: 11901866.

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

Color convert

RGB170155181-
CMYK0.060.1400.29
HSL274.62º14.94%65.88%-
HSV(B)274.62º14.36%70.98%-
XYZ36.6435.3248.6-
YUV162.45138.47133.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=33.60%
G=30.63%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701551810.060.1400.29274.6214.9465.88
HexAA9BB56E01D113f42
Octal25223326561603542317102
Binary101010101001101110110101110111001110110001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BB5; }

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

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

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

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

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

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

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

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