Shades of East Side #AA9CBB
Tints of East Side #AA9CBB
RGB
CMYK
RGB Variations
Color information
#AA9CBB (or 0xAA9CBB) is known color: East Side. HEX triplet: AA, 9C and BB. RGB value is (170,156,187). Sum of RGB (Red+Green+Blue) = 170+156+187=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBB is #556344. Grayscale: #A3A3A3. Windows color (decimal): -5595973 or 12295338. OLE color: 12295338.
HSL color Cylindrical-coordinate representation of color #AA9CBB: hue angle of 267.1º degrees, saturation: 0.19, 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 #AA9CBB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 156 | 187 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.27 |
| HSL | 267.1º | 0.19% | 0.67% | - |
| HSV(B) | 267.1º | 0.17% | 0.73% | - |
| XYZ | 37.44 | 35.91 | 51.97 | - |
| YUV | 163.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 187 | 0.09 | 0.17 | 0 | 0.27 | 267.1 | 0.19 | 0.67 |
| Hex | AA | 9C | BB | 9 | 11 | 0 | 1B | 10B | 13 | 43 |
| Octal | 252 | 234 | 273 | 11 | 21 | 0 | 33 | 413 | 23 | 103 |
| Binary | 10101010 | 10011100 | 10111011 | 1001 | 10001 | 0 | 11011 | 100001011 | 10011 | 1000011 |
Color Harmonies of #AA9CBB
Complementary color
Monochromatic Colors of #AA9CBB
Black with #AA9CBB
Text Example
Text Example
White with #AA9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CBB; }
p { color: rgb(170,156,187); }
H1.HeaderClassName
{
color: #AA9CBB;
}
.AnyTagClassName
{
color: #AA9CBB;
}
</style>
background-color css
<style>
a { background-color: #AA9CBB; }
a { background-color: rgb(170,156,187); }
div.DivClassName
{
background-color: #AA9CBB;
}
.BgClassName
{
background-color: #AA9CBB;
}
</style>
border-color css
<style>
span { border-color: #AA9CBB; }
span { border-color: rgb(170,156,187); }
td.TdClassName
{
border-color: #AA9CBB;
}
.TagClassName
{
border-color: #AA9CBB;
}
</style>