Shades of East Side #AA78C9
Tints of East Side #AA78C9
RGB
CMYK
RGB Variations
Color information
#AA78C9 (or 0xAA78C9) is known color: East Side. HEX triplet: AA, 78 and C9. RGB value is (170,120,201). Sum of RGB (Red+Green+Blue) = 170+120+201=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA78C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78C9 is #558736. Grayscale: #8F8F8F. Windows color (decimal): -5605175 or 13203626. OLE color: 13203626.
HSL color Cylindrical-coordinate representation of color #AA78C9: hue angle of 277.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA78C9 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 120 | 201 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.21 |
| HSL | 277.04º | 0.43% | 0.63% | - |
| HSV(B) | 277.04º | 0.4% | 0.79% | - |
| XYZ | 33.84 | 26.2 | 58.53 | - |
| YUV | 144.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 201 | 0.15 | 0.40 | 0 | 0.21 | 277.04 | 0.43 | 0.63 |
| Hex | AA | 78 | C9 | F | 28 | 0 | 15 | 115 | 2B | 3F |
| Octal | 252 | 170 | 311 | 17 | 50 | 0 | 25 | 425 | 53 | 77 |
| Binary | 10101010 | 1111000 | 11001001 | 1111 | 101000 | 0 | 10101 | 100010101 | 101011 | 111111 |
Color Harmonies of #AA78C9
Complementary color
Monochromatic Colors of #AA78C9
Black with #AA78C9
Text Example
Text Example
White with #AA78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78C9; }
p { color: rgb(170,120,201); }
H1.HeaderClassName
{
color: #AA78C9;
}
.AnyTagClassName
{
color: #AA78C9;
}
</style>
background-color css
<style>
a { background-color: #AA78C9; }
a { background-color: rgb(170,120,201); }
div.DivClassName
{
background-color: #AA78C9;
}
.BgClassName
{
background-color: #AA78C9;
}
</style>
border-color css
<style>
span { border-color: #AA78C9; }
span { border-color: rgb(170,120,201); }
td.TdClassName
{
border-color: #AA78C9;
}
.TagClassName
{
border-color: #AA78C9;
}
</style>