Shades of East Side #AA7BBB
Tints of East Side #AA7BBB
RGB
CMYK
RGB Variations
Color information
#AA7BBB (or 0xAA7BBB) is known color: East Side. HEX triplet: AA, 7B and BB. RGB value is (170,123,187). Sum of RGB (Red+Green+Blue) = 170+123+187=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BBB is #558444. Grayscale: #909090. Windows color (decimal): -5604421 or 12286890. OLE color: 12286890.
HSL color Cylindrical-coordinate representation of color #AA7BBB: hue angle of 284.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7BBB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 123 | 187 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.27 |
| HSL | 284.06º | 0.32% | 0.61% | - |
| HSV(B) | 284.06º | 0.34% | 0.73% | - |
| XYZ | 32.63 | 26.3 | 50.37 | - |
| YUV | 144.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 187 | 0.09 | 0.34 | 0 | 0.27 | 284.06 | 0.32 | 0.61 |
| Hex | AA | 7B | BB | 9 | 22 | 0 | 1B | 11C | 20 | 3D |
| Octal | 252 | 173 | 273 | 11 | 42 | 0 | 33 | 434 | 40 | 75 |
| Binary | 10101010 | 1111011 | 10111011 | 1001 | 100010 | 0 | 11011 | 100011100 | 100000 | 111101 |
Color Harmonies of #AA7BBB
Complementary color
Monochromatic Colors of #AA7BBB
Black with #AA7BBB
Text Example
Text Example
White with #AA7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BBB; }
p { color: rgb(170,123,187); }
H1.HeaderClassName
{
color: #AA7BBB;
}
.AnyTagClassName
{
color: #AA7BBB;
}
</style>
background-color css
<style>
a { background-color: #AA7BBB; }
a { background-color: rgb(170,123,187); }
div.DivClassName
{
background-color: #AA7BBB;
}
.BgClassName
{
background-color: #AA7BBB;
}
</style>
border-color css
<style>
span { border-color: #AA7BBB; }
span { border-color: rgb(170,123,187); }
td.TdClassName
{
border-color: #AA7BBB;
}
.TagClassName
{
border-color: #AA7BBB;
}
</style>