Shades of East Side #AA8BC7
Tints of East Side #AA8BC7
RGB
CMYK
RGB Variations
Color information
#AA8BC7 (or 0xAA8BC7) is known color: East Side. HEX triplet: AA, 8B and C7. RGB value is (170,139,199). Sum of RGB (Red+Green+Blue) = 170+139+199=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA8BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BC7 is #557438. Grayscale: #9A9A9A. Windows color (decimal): -5600313 or 13077418. OLE color: 13077418.
HSL color Cylindrical-coordinate representation of color #AA8BC7: hue angle of 271º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8BC7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 139 | 199 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.22 |
| HSL | 271º | 0.35% | 0.66% | - |
| HSV(B) | 271º | 0.3% | 0.78% | - |
| XYZ | 36.12 | 31.13 | 58.14 | - |
| YUV | 155.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 199 | 0.15 | 0.30 | 0 | 0.22 | 271 | 0.35 | 0.66 |
| Hex | AA | 8B | C7 | F | 1E | 0 | 16 | 10F | 23 | 42 |
| Octal | 252 | 213 | 307 | 17 | 36 | 0 | 26 | 417 | 43 | 102 |
| Binary | 10101010 | 10001011 | 11000111 | 1111 | 11110 | 0 | 10110 | 100001111 | 100011 | 1000010 |
Color Harmonies of #AA8BC7
Complementary color
Monochromatic Colors of #AA8BC7
Black with #AA8BC7
Text Example
Text Example
White with #AA8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BC7; }
p { color: rgb(170,139,199); }
H1.HeaderClassName
{
color: #AA8BC7;
}
.AnyTagClassName
{
color: #AA8BC7;
}
</style>
background-color css
<style>
a { background-color: #AA8BC7; }
a { background-color: rgb(170,139,199); }
div.DivClassName
{
background-color: #AA8BC7;
}
.BgClassName
{
background-color: #AA8BC7;
}
</style>
border-color css
<style>
span { border-color: #AA8BC7; }
span { border-color: rgb(170,139,199); }
td.TdClassName
{
border-color: #AA8BC7;
}
.TagClassName
{
border-color: #AA8BC7;
}
</style>