Shades of East Side #AA9BBD
Tints of East Side #AA9BBD
RGB
CMYK
RGB Variations
Color information
#AA9BBD (or 0xAA9BBD) is known color: East Side. HEX triplet: AA, 9B and BD. RGB value is (170,155,189). Sum of RGB (Red+Green+Blue) = 170+155+189=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BBD is #556442. Grayscale: #A3A3A3. Windows color (decimal): -5596227 or 12426154. OLE color: 12426154.
HSL color Cylindrical-coordinate representation of color #AA9BBD: hue angle of 266.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9BBD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 155 | 189 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.26 |
| HSL | 266.47º | 0.2% | 0.67% | - |
| HSV(B) | 266.47º | 0.18% | 0.74% | - |
| XYZ | 37.48 | 35.66 | 53.05 | - |
| YUV | 163.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 189 | 0.10 | 0.18 | 0 | 0.26 | 266.47 | 0.2 | 0.67 |
| Hex | AA | 9B | BD | A | 12 | 0 | 1A | 10A | 14 | 43 |
| Octal | 252 | 233 | 275 | 12 | 22 | 0 | 32 | 412 | 24 | 103 |
| Binary | 10101010 | 10011011 | 10111101 | 1010 | 10010 | 0 | 11010 | 100001010 | 10100 | 1000011 |
Color Harmonies of #AA9BBD
Complementary color
Monochromatic Colors of #AA9BBD
Black with #AA9BBD
Text Example
Text Example
White with #AA9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BBD; }
p { color: rgb(170,155,189); }
H1.HeaderClassName
{
color: #AA9BBD;
}
.AnyTagClassName
{
color: #AA9BBD;
}
</style>
background-color css
<style>
a { background-color: #AA9BBD; }
a { background-color: rgb(170,155,189); }
div.DivClassName
{
background-color: #AA9BBD;
}
.BgClassName
{
background-color: #AA9BBD;
}
</style>
border-color css
<style>
span { border-color: #AA9BBD; }
span { border-color: rgb(170,155,189); }
td.TdClassName
{
border-color: #AA9BBD;
}
.TagClassName
{
border-color: #AA9BBD;
}
</style>