#AA9BBA

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

Shades of East Side #AA9BBA

Tints of East Side #AA9BBA

Color information

#AA9BBA (or 0xAA9BBA) is unknown color: approx East Side. HEX triplet: AA, 9B and BA. RGB value is (170,155,186). Sum of RGB (Red+Green+Blue) = 170+155+186=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BBA is #556445. Grayscale: #A2A2A2. Windows color (decimal): -5596230 or 12229546. OLE color: 12229546.

HSL color Cylindrical-coordinate representation of color #AA9BBA: hue angle of 269.03º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9BBA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170155186-
CMYK0.090.1700.27
HSL269.03º18.34%66.86%-
HSV(B)269.03º16.67%72.94%-
XYZ37.1635.5351.35-
YUV163.02140.97132.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=33.27%
G=30.33%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701551860.090.1700.27269.0318.3466.86
HexAA9BBA91101B10d1243
Octal252233272112103341522103
Binary101010101001101110111010100110001011011100001101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BBA; }

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

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

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

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

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

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

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

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