Shades of East Side #AA9DBB
Tints of East Side #AA9DBB
RGB
CMYK
RGB Variations
Color information
#AA9DBB (or 0xAA9DBB) is known color: East Side. HEX triplet: AA, 9D and BB. RGB value is (170,157,187). Sum of RGB (Red+Green+Blue) = 170+157+187=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DBB is #556244. Grayscale: #A4A4A4. Windows color (decimal): -5595717 or 12295594. OLE color: 12295594.
HSL color Cylindrical-coordinate representation of color #AA9DBB: hue angle of 266º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9DBB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 157 | 187 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.27 |
| HSL | 266º | 0.18% | 0.67% | - |
| HSV(B) | 266º | 0.16% | 0.73% | - |
| XYZ | 37.6 | 36.25 | 52.03 | - |
| YUV | 164.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 187 | 0.09 | 0.16 | 0 | 0.27 | 266 | 0.18 | 0.67 |
| Hex | AA | 9D | BB | 9 | 10 | 0 | 1B | 10A | 12 | 43 |
| Octal | 252 | 235 | 273 | 11 | 20 | 0 | 33 | 412 | 22 | 103 |
| Binary | 10101010 | 10011101 | 10111011 | 1001 | 10000 | 0 | 11011 | 100001010 | 10010 | 1000011 |
Color Harmonies of #AA9DBB
Complementary color
Monochromatic Colors of #AA9DBB
Black with #AA9DBB
Text Example
Text Example
White with #AA9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DBB; }
p { color: rgb(170,157,187); }
H1.HeaderClassName
{
color: #AA9DBB;
}
.AnyTagClassName
{
color: #AA9DBB;
}
</style>
background-color css
<style>
a { background-color: #AA9DBB; }
a { background-color: rgb(170,157,187); }
div.DivClassName
{
background-color: #AA9DBB;
}
.BgClassName
{
background-color: #AA9DBB;
}
</style>
border-color css
<style>
span { border-color: #AA9DBB; }
span { border-color: rgb(170,157,187); }
td.TdClassName
{
border-color: #AA9DBB;
}
.TagClassName
{
border-color: #AA9DBB;
}
</style>