Shades of East Side #AA7FBC
Tints of East Side #AA7FBC
RGB
CMYK
RGB Variations
Color information
#AA7FBC (or 0xAA7FBC) is known color: East Side. HEX triplet: AA, 7F and BC. RGB value is (170,127,188). Sum of RGB (Red+Green+Blue) = 170+127+188=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FBC is #558043. Grayscale: #929292. Windows color (decimal): -5603396 or 12353450. OLE color: 12353450.
HSL color Cylindrical-coordinate representation of color #AA7FBC: hue angle of 282.3º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7FBC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 127 | 188 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 282.3º | 0.31% | 0.62% | - |
| HSV(B) | 282.3º | 0.32% | 0.74% | - |
| XYZ | 33.24 | 27.36 | 51.1 | - |
| YUV | 146.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 188 | 0.10 | 0.32 | 0 | 0.26 | 282.3 | 0.31 | 0.62 |
| Hex | AA | 7F | BC | A | 20 | 0 | 1A | 11A | 1F | 3E |
| Octal | 252 | 177 | 274 | 12 | 40 | 0 | 32 | 432 | 37 | 76 |
| Binary | 10101010 | 1111111 | 10111100 | 1010 | 100000 | 0 | 11010 | 100011010 | 11111 | 111110 |
Color Harmonies of #AA7FBC
Complementary color
Monochromatic Colors of #AA7FBC
Black with #AA7FBC
Text Example
Text Example
White with #AA7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FBC; }
p { color: rgb(170,127,188); }
H1.HeaderClassName
{
color: #AA7FBC;
}
.AnyTagClassName
{
color: #AA7FBC;
}
</style>
background-color css
<style>
a { background-color: #AA7FBC; }
a { background-color: rgb(170,127,188); }
div.DivClassName
{
background-color: #AA7FBC;
}
.BgClassName
{
background-color: #AA7FBC;
}
</style>
border-color css
<style>
span { border-color: #AA7FBC; }
span { border-color: rgb(170,127,188); }
td.TdClassName
{
border-color: #AA7FBC;
}
.TagClassName
{
border-color: #AA7FBC;
}
</style>