Shades of East Side #AA9DB5
Tints of East Side #AA9DB5
RGB
CMYK
RGB Variations
Color information
#AA9DB5 (or 0xAA9DB5) is known color: East Side. HEX triplet: AA, 9D and B5. RGB value is (170,157,181). Sum of RGB (Red+Green+Blue) = 170+157+181=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA9DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DB5 is #55624A. Grayscale: #A3A3A3. Windows color (decimal): -5595723 or 11902378. OLE color: 11902378.
HSL color Cylindrical-coordinate representation of color #AA9DB5: hue angle of 272.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9DB5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 157 | 181 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.29 |
| HSL | 272.5º | 0.14% | 0.66% | - |
| HSV(B) | 272.5º | 0.13% | 0.71% | - |
| XYZ | 36.98 | 36 | 48.72 | - |
| YUV | 163.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 181 | 0.06 | 0.13 | 0 | 0.29 | 272.5 | 0.14 | 0.66 |
| Hex | AA | 9D | B5 | 6 | D | 0 | 1D | 110 | E | 42 |
| Octal | 252 | 235 | 265 | 6 | 15 | 0 | 35 | 420 | 16 | 102 |
| Binary | 10101010 | 10011101 | 10110101 | 110 | 1101 | 0 | 11101 | 100010000 | 1110 | 1000010 |
Color Harmonies of #AA9DB5
Complementary color
Monochromatic Colors of #AA9DB5
Black with #AA9DB5
Text Example
Text Example
White with #AA9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB5; }
p { color: rgb(170,157,181); }
H1.HeaderClassName
{
color: #AA9DB5;
}
.AnyTagClassName
{
color: #AA9DB5;
}
</style>
background-color css
<style>
a { background-color: #AA9DB5; }
a { background-color: rgb(170,157,181); }
div.DivClassName
{
background-color: #AA9DB5;
}
.BgClassName
{
background-color: #AA9DB5;
}
</style>
border-color css
<style>
span { border-color: #AA9DB5; }
span { border-color: rgb(170,157,181); }
td.TdClassName
{
border-color: #AA9DB5;
}
.TagClassName
{
border-color: #AA9DB5;
}
</style>