Shades of East Side #AA8BC1
Tints of East Side #AA8BC1
RGB
CMYK
RGB Variations
Color information
#AA8BC1 (or 0xAA8BC1) is known color: East Side. HEX triplet: AA, 8B and C1. RGB value is (170,139,193). Sum of RGB (Red+Green+Blue) = 170+139+193=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA8BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BC1 is #55743E. Grayscale: #9A9A9A. Windows color (decimal): -5600319 or 12684202. OLE color: 12684202.
HSL color Cylindrical-coordinate representation of color #AA8BC1: hue angle of 274.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA8BC1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 139 | 193 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.24 |
| HSL | 274.44º | 0.3% | 0.65% | - |
| HSV(B) | 274.44º | 0.28% | 0.76% | - |
| XYZ | 35.44 | 30.86 | 54.54 | - |
| YUV | 154.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 193 | 0.12 | 0.28 | 0 | 0.24 | 274.44 | 0.3 | 0.65 |
| Hex | AA | 8B | C1 | C | 1C | 0 | 18 | 112 | 1E | 41 |
| Octal | 252 | 213 | 301 | 14 | 34 | 0 | 30 | 422 | 36 | 101 |
| Binary | 10101010 | 10001011 | 11000001 | 1100 | 11100 | 0 | 11000 | 100010010 | 11110 | 1000001 |
Color Harmonies of #AA8BC1
Complementary color
Monochromatic Colors of #AA8BC1
Black with #AA8BC1
Text Example
Text Example
White with #AA8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BC1; }
p { color: rgb(170,139,193); }
H1.HeaderClassName
{
color: #AA8BC1;
}
.AnyTagClassName
{
color: #AA8BC1;
}
</style>
background-color css
<style>
a { background-color: #AA8BC1; }
a { background-color: rgb(170,139,193); }
div.DivClassName
{
background-color: #AA8BC1;
}
.BgClassName
{
background-color: #AA8BC1;
}
</style>
border-color css
<style>
span { border-color: #AA8BC1; }
span { border-color: rgb(170,139,193); }
td.TdClassName
{
border-color: #AA8BC1;
}
.TagClassName
{
border-color: #AA8BC1;
}
</style>