Shades of East Side #AA76C6
Tints of East Side #AA76C6
RGB
CMYK
RGB Variations
Color information
#AA76C6 (or 0xAA76C6) is known color: East Side. HEX triplet: AA, 76 and C6. RGB value is (170,118,198). Sum of RGB (Red+Green+Blue) = 170+118+198=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA76C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C6 is #558939. Grayscale: #8E8E8E. Windows color (decimal): -5605690 or 13006506. OLE color: 13006506.
HSL color Cylindrical-coordinate representation of color #AA76C6: hue angle of 279º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA76C6 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 118 | 198 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.22 |
| HSL | 279º | 0.41% | 0.62% | - |
| HSV(B) | 279º | 0.4% | 0.78% | - |
| XYZ | 33.25 | 25.58 | 56.61 | - |
| YUV | 142.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 198 | 0.14 | 0.40 | 0 | 0.22 | 279 | 0.41 | 0.62 |
| Hex | AA | 76 | C6 | E | 28 | 0 | 16 | 117 | 29 | 3E |
| Octal | 252 | 166 | 306 | 16 | 50 | 0 | 26 | 427 | 51 | 76 |
| Binary | 10101010 | 1110110 | 11000110 | 1110 | 101000 | 0 | 10110 | 100010111 | 101001 | 111110 |
Color Harmonies of #AA76C6
Complementary color
Monochromatic Colors of #AA76C6
Black with #AA76C6
Text Example
Text Example
White with #AA76C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76C6; }
p { color: rgb(170,118,198); }
H1.HeaderClassName
{
color: #AA76C6;
}
.AnyTagClassName
{
color: #AA76C6;
}
</style>
background-color css
<style>
a { background-color: #AA76C6; }
a { background-color: rgb(170,118,198); }
div.DivClassName
{
background-color: #AA76C6;
}
.BgClassName
{
background-color: #AA76C6;
}
</style>
border-color css
<style>
span { border-color: #AA76C6; }
span { border-color: rgb(170,118,198); }
td.TdClassName
{
border-color: #AA76C6;
}
.TagClassName
{
border-color: #AA76C6;
}
</style>