Shades of East Side #AA7BC6
Tints of East Side #AA7BC6
RGB
CMYK
RGB Variations
Color information
#AA7BC6 (or 0xAA7BC6) is known color: East Side. HEX triplet: AA, 7B and C6. RGB value is (170,123,198). Sum of RGB (Red+Green+Blue) = 170+123+198=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA7BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BC6 is #558439. Grayscale: #919191. Windows color (decimal): -5604410 or 13007786. OLE color: 13007786.
HSL color Cylindrical-coordinate representation of color #AA7BC6: hue angle of 277.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7BC6 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 123 | 198 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.22 |
| HSL | 277.6º | 0.4% | 0.63% | - |
| HSV(B) | 277.6º | 0.38% | 0.78% | - |
| XYZ | 33.85 | 26.79 | 56.81 | - |
| YUV | 145.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 198 | 0.14 | 0.38 | 0 | 0.22 | 277.6 | 0.4 | 0.63 |
| Hex | AA | 7B | C6 | E | 26 | 0 | 16 | 116 | 28 | 3F |
| Octal | 252 | 173 | 306 | 16 | 46 | 0 | 26 | 426 | 50 | 77 |
| Binary | 10101010 | 1111011 | 11000110 | 1110 | 100110 | 0 | 10110 | 100010110 | 101000 | 111111 |
Color Harmonies of #AA7BC6
Complementary color
Monochromatic Colors of #AA7BC6
Black with #AA7BC6
Text Example
Text Example
White with #AA7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BC6; }
p { color: rgb(170,123,198); }
H1.HeaderClassName
{
color: #AA7BC6;
}
.AnyTagClassName
{
color: #AA7BC6;
}
</style>
background-color css
<style>
a { background-color: #AA7BC6; }
a { background-color: rgb(170,123,198); }
div.DivClassName
{
background-color: #AA7BC6;
}
.BgClassName
{
background-color: #AA7BC6;
}
</style>
border-color css
<style>
span { border-color: #AA7BC6; }
span { border-color: rgb(170,123,198); }
td.TdClassName
{
border-color: #AA7BC6;
}
.TagClassName
{
border-color: #AA7BC6;
}
</style>