Shades of East Side #AA8DB1
Tints of East Side #AA8DB1
RGB
CMYK
RGB Variations
Color information
#AA8DB1 (or 0xAA8DB1) is known color: East Side. HEX triplet: AA, 8D and B1. RGB value is (170,141,177). Sum of RGB (Red+Green+Blue) = 170+141+177=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DB1 is #55724E. Grayscale: #999999. Windows color (decimal): -5599823 or 11636138. OLE color: 11636138.
HSL color Cylindrical-coordinate representation of color #AA8DB1: hue angle of 288.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8DB1 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 141 | 177 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.31 |
| HSL | 288.33º | 0.19% | 0.62% | - |
| HSV(B) | 288.33º | 0.2% | 0.69% | - |
| XYZ | 34.04 | 30.77 | 45.74 | - |
| YUV | 153.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 177 | 0.04 | 0.20 | 0 | 0.31 | 288.33 | 0.19 | 0.62 |
| Hex | AA | 8D | B1 | 4 | 14 | 0 | 1F | 120 | 13 | 3E |
| Octal | 252 | 215 | 261 | 4 | 24 | 0 | 37 | 440 | 23 | 76 |
| Binary | 10101010 | 10001101 | 10110001 | 100 | 10100 | 0 | 11111 | 100100000 | 10011 | 111110 |
Color Harmonies of #AA8DB1
Complementary color
Monochromatic Colors of #AA8DB1
Black with #AA8DB1
Text Example
Text Example
White with #AA8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DB1; }
p { color: rgb(170,141,177); }
H1.HeaderClassName
{
color: #AA8DB1;
}
.AnyTagClassName
{
color: #AA8DB1;
}
</style>
background-color css
<style>
a { background-color: #AA8DB1; }
a { background-color: rgb(170,141,177); }
div.DivClassName
{
background-color: #AA8DB1;
}
.BgClassName
{
background-color: #AA8DB1;
}
</style>
border-color css
<style>
span { border-color: #AA8DB1; }
span { border-color: rgb(170,141,177); }
td.TdClassName
{
border-color: #AA8DB1;
}
.TagClassName
{
border-color: #AA8DB1;
}
</style>