Shades of East Side #AA8DBD
Tints of East Side #AA8DBD
RGB
CMYK
RGB Variations
Color information
#AA8DBD (or 0xAA8DBD) is known color: East Side. HEX triplet: AA, 8D and BD. RGB value is (170,141,189). Sum of RGB (Red+Green+Blue) = 170+141+189=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DBD is #557242. Grayscale: #9A9A9A. Windows color (decimal): -5599811 or 12422570. OLE color: 12422570.
HSL color Cylindrical-coordinate representation of color #AA8DBD: hue angle of 276.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8DBD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 141 | 189 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.26 |
| HSL | 276.25º | 0.27% | 0.65% | - |
| HSV(B) | 276.25º | 0.25% | 0.74% | - |
| XYZ | 35.29 | 31.27 | 52.32 | - |
| YUV | 155.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 189 | 0.10 | 0.25 | 0 | 0.26 | 276.25 | 0.27 | 0.65 |
| Hex | AA | 8D | BD | A | 19 | 0 | 1A | 114 | 1B | 41 |
| Octal | 252 | 215 | 275 | 12 | 31 | 0 | 32 | 424 | 33 | 101 |
| Binary | 10101010 | 10001101 | 10111101 | 1010 | 11001 | 0 | 11010 | 100010100 | 11011 | 1000001 |
Color Harmonies of #AA8DBD
Complementary color
Monochromatic Colors of #AA8DBD
Black with #AA8DBD
Text Example
Text Example
White with #AA8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DBD; }
p { color: rgb(170,141,189); }
H1.HeaderClassName
{
color: #AA8DBD;
}
.AnyTagClassName
{
color: #AA8DBD;
}
</style>
background-color css
<style>
a { background-color: #AA8DBD; }
a { background-color: rgb(170,141,189); }
div.DivClassName
{
background-color: #AA8DBD;
}
.BgClassName
{
background-color: #AA8DBD;
}
</style>
border-color css
<style>
span { border-color: #AA8DBD; }
span { border-color: rgb(170,141,189); }
td.TdClassName
{
border-color: #AA8DBD;
}
.TagClassName
{
border-color: #AA8DBD;
}
</style>