Shades of East Side #AA76BE
Tints of East Side #AA76BE
RGB
CMYK
RGB Variations
Color information
#AA76BE (or 0xAA76BE) is known color: East Side. HEX triplet: AA, 76 and BE. RGB value is (170,118,190). Sum of RGB (Red+Green+Blue) = 170+118+190=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BE is #558941. Grayscale: #8D8D8D. Windows color (decimal): -5605698 or 12482218. OLE color: 12482218.
HSL color Cylindrical-coordinate representation of color #AA76BE: hue angle of 283.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA76BE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 118 | 190 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.25 |
| HSL | 283.33º | 0.36% | 0.6% | - |
| HSV(B) | 283.33º | 0.38% | 0.75% | - |
| XYZ | 32.35 | 25.22 | 51.88 | - |
| YUV | 141.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 190 | 0.11 | 0.38 | 0 | 0.25 | 283.33 | 0.36 | 0.6 |
| Hex | AA | 76 | BE | B | 26 | 0 | 19 | 11B | 24 | 3C |
| Octal | 252 | 166 | 276 | 13 | 46 | 0 | 31 | 433 | 44 | 74 |
| Binary | 10101010 | 1110110 | 10111110 | 1011 | 100110 | 0 | 11001 | 100011011 | 100100 | 111100 |
Color Harmonies of #AA76BE
Complementary color
Monochromatic Colors of #AA76BE
Black with #AA76BE
Text Example
Text Example
White with #AA76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76BE; }
p { color: rgb(170,118,190); }
H1.HeaderClassName
{
color: #AA76BE;
}
.AnyTagClassName
{
color: #AA76BE;
}
</style>
background-color css
<style>
a { background-color: #AA76BE; }
a { background-color: rgb(170,118,190); }
div.DivClassName
{
background-color: #AA76BE;
}
.BgClassName
{
background-color: #AA76BE;
}
</style>
border-color css
<style>
span { border-color: #AA76BE; }
span { border-color: rgb(170,118,190); }
td.TdClassName
{
border-color: #AA76BE;
}
.TagClassName
{
border-color: #AA76BE;
}
</style>