Shades of East Side #AA8CB1
Tints of East Side #AA8CB1
RGB
CMYK
RGB Variations
Color information
#AA8CB1 (or 0xAA8CB1) is known color: East Side. HEX triplet: AA, 8C and B1. RGB value is (170,140,177). Sum of RGB (Red+Green+Blue) = 170+140+177=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CB1 is #55734E. Grayscale: #999999. Windows color (decimal): -5600079 or 11635882. OLE color: 11635882.
HSL color Cylindrical-coordinate representation of color #AA8CB1: hue angle of 288.65º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8CB1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 140 | 177 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.31 |
| HSL | 288.65º | 0.19% | 0.62% | - |
| HSV(B) | 288.65º | 0.21% | 0.69% | - |
| XYZ | 33.89 | 30.48 | 45.69 | - |
| YUV | 153.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 177 | 0.04 | 0.21 | 0 | 0.31 | 288.65 | 0.19 | 0.62 |
| Hex | AA | 8C | B1 | 4 | 15 | 0 | 1F | 121 | 13 | 3E |
| Octal | 252 | 214 | 261 | 4 | 25 | 0 | 37 | 441 | 23 | 76 |
| Binary | 10101010 | 10001100 | 10110001 | 100 | 10101 | 0 | 11111 | 100100001 | 10011 | 111110 |
Color Harmonies of #AA8CB1
Complementary color
Monochromatic Colors of #AA8CB1
Black with #AA8CB1
Text Example
Text Example
White with #AA8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CB1; }
p { color: rgb(170,140,177); }
H1.HeaderClassName
{
color: #AA8CB1;
}
.AnyTagClassName
{
color: #AA8CB1;
}
</style>
background-color css
<style>
a { background-color: #AA8CB1; }
a { background-color: rgb(170,140,177); }
div.DivClassName
{
background-color: #AA8CB1;
}
.BgClassName
{
background-color: #AA8CB1;
}
</style>
border-color css
<style>
span { border-color: #AA8CB1; }
span { border-color: rgb(170,140,177); }
td.TdClassName
{
border-color: #AA8CB1;
}
.TagClassName
{
border-color: #AA8CB1;
}
</style>