Shades of East Side #AA8BB4
Tints of East Side #AA8BB4
RGB
CMYK
RGB Variations
Color information
#AA8BB4 (or 0xAA8BB4) is known color: East Side. HEX triplet: AA, 8B and B4. RGB value is (170,139,180). Sum of RGB (Red+Green+Blue) = 170+139+180=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA8BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BB4 is #55744B. Grayscale: #989898. Windows color (decimal): -5600332 or 11832234. OLE color: 11832234.
HSL color Cylindrical-coordinate representation of color #AA8BB4: hue angle of 285.37º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8BB4 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 139 | 180 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.29 |
| HSL | 285.37º | 0.21% | 0.63% | - |
| HSV(B) | 285.37º | 0.23% | 0.71% | - |
| XYZ | 34.05 | 30.31 | 47.24 | - |
| YUV | 152.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 180 | 0.06 | 0.23 | 0 | 0.29 | 285.37 | 0.21 | 0.63 |
| Hex | AA | 8B | B4 | 6 | 17 | 0 | 1D | 11D | 15 | 3F |
| Octal | 252 | 213 | 264 | 6 | 27 | 0 | 35 | 435 | 25 | 77 |
| Binary | 10101010 | 10001011 | 10110100 | 110 | 10111 | 0 | 11101 | 100011101 | 10101 | 111111 |
Color Harmonies of #AA8BB4
Complementary color
Monochromatic Colors of #AA8BB4
Black with #AA8BB4
Text Example
Text Example
White with #AA8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BB4; }
p { color: rgb(170,139,180); }
H1.HeaderClassName
{
color: #AA8BB4;
}
.AnyTagClassName
{
color: #AA8BB4;
}
</style>
background-color css
<style>
a { background-color: #AA8BB4; }
a { background-color: rgb(170,139,180); }
div.DivClassName
{
background-color: #AA8BB4;
}
.BgClassName
{
background-color: #AA8BB4;
}
</style>
border-color css
<style>
span { border-color: #AA8BB4; }
span { border-color: rgb(170,139,180); }
td.TdClassName
{
border-color: #AA8BB4;
}
.TagClassName
{
border-color: #AA8BB4;
}
</style>