Shades of East Side #AA8FB7
Tints of East Side #AA8FB7
RGB
CMYK
RGB Variations
Color information
#AA8FB7 (or 0xAA8FB7) is known color: East Side. HEX triplet: AA, 8F and B7. RGB value is (170,143,183). Sum of RGB (Red+Green+Blue) = 170+143+183=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA8FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FB7 is #557048. Grayscale: #9B9B9B. Windows color (decimal): -5599305 or 12029866. OLE color: 12029866.
HSL color Cylindrical-coordinate representation of color #AA8FB7: hue angle of 280.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8FB7 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 143 | 183 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.28 |
| HSL | 280.5º | 0.22% | 0.64% | - |
| HSV(B) | 280.5º | 0.22% | 0.72% | - |
| XYZ | 34.95 | 31.61 | 49.06 | - |
| YUV | 155.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 183 | 0.07 | 0.22 | 0 | 0.28 | 280.5 | 0.22 | 0.64 |
| Hex | AA | 8F | B7 | 7 | 16 | 0 | 1C | 118 | 16 | 40 |
| Octal | 252 | 217 | 267 | 7 | 26 | 0 | 34 | 430 | 26 | 100 |
| Binary | 10101010 | 10001111 | 10110111 | 111 | 10110 | 0 | 11100 | 100011000 | 10110 | 1000000 |
Color Harmonies of #AA8FB7
Complementary color
Monochromatic Colors of #AA8FB7
Black with #AA8FB7
Text Example
Text Example
White with #AA8FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FB7; }
p { color: rgb(170,143,183); }
H1.HeaderClassName
{
color: #AA8FB7;
}
.AnyTagClassName
{
color: #AA8FB7;
}
</style>
background-color css
<style>
a { background-color: #AA8FB7; }
a { background-color: rgb(170,143,183); }
div.DivClassName
{
background-color: #AA8FB7;
}
.BgClassName
{
background-color: #AA8FB7;
}
</style>
border-color css
<style>
span { border-color: #AA8FB7; }
span { border-color: rgb(170,143,183); }
td.TdClassName
{
border-color: #AA8FB7;
}
.TagClassName
{
border-color: #AA8FB7;
}
</style>