Shades of East Side #AA8FB1
Tints of East Side #AA8FB1
RGB
CMYK
RGB Variations
Color information
#AA8FB1 (or 0xAA8FB1) is known color: East Side. HEX triplet: AA, 8F and B1. RGB value is (170,143,177). Sum of RGB (Red+Green+Blue) = 170+143+177=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FB1 is #55704E. Grayscale: #9A9A9A. Windows color (decimal): -5599311 or 11636650. OLE color: 11636650.
HSL color Cylindrical-coordinate representation of color #AA8FB1: hue angle of 287.65º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8FB1 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 143 | 177 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.31 |
| HSL | 287.65º | 0.18% | 0.63% | - |
| HSV(B) | 287.65º | 0.19% | 0.69% | - |
| XYZ | 34.34 | 31.37 | 45.84 | - |
| YUV | 154.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 177 | 0.04 | 0.19 | 0 | 0.31 | 287.65 | 0.18 | 0.63 |
| Hex | AA | 8F | B1 | 4 | 13 | 0 | 1F | 120 | 12 | 3F |
| Octal | 252 | 217 | 261 | 4 | 23 | 0 | 37 | 440 | 22 | 77 |
| Binary | 10101010 | 10001111 | 10110001 | 100 | 10011 | 0 | 11111 | 100100000 | 10010 | 111111 |
Color Harmonies of #AA8FB1
Complementary color
Monochromatic Colors of #AA8FB1
Black with #AA8FB1
Text Example
Text Example
White with #AA8FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FB1; }
p { color: rgb(170,143,177); }
H1.HeaderClassName
{
color: #AA8FB1;
}
.AnyTagClassName
{
color: #AA8FB1;
}
</style>
background-color css
<style>
a { background-color: #AA8FB1; }
a { background-color: rgb(170,143,177); }
div.DivClassName
{
background-color: #AA8FB1;
}
.BgClassName
{
background-color: #AA8FB1;
}
</style>
border-color css
<style>
span { border-color: #AA8FB1; }
span { border-color: rgb(170,143,177); }
td.TdClassName
{
border-color: #AA8FB1;
}
.TagClassName
{
border-color: #AA8FB1;
}
</style>