Shades of East Side #AA78C5
Tints of East Side #AA78C5
RGB
CMYK
RGB Variations
Color information
#AA78C5 (or 0xAA78C5) is known color: East Side. HEX triplet: AA, 78 and C5. RGB value is (170,120,197). Sum of RGB (Red+Green+Blue) = 170+120+197=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA78C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78C5 is #55873A. Grayscale: #8F8F8F. Windows color (decimal): -5605179 or 12941482. OLE color: 12941482.
HSL color Cylindrical-coordinate representation of color #AA78C5: hue angle of 278.96º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA78C5 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 120 | 197 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.23 |
| HSL | 278.96º | 0.4% | 0.62% | - |
| HSV(B) | 278.96º | 0.39% | 0.77% | - |
| XYZ | 33.37 | 26.01 | 56.08 | - |
| YUV | 143.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 197 | 0.14 | 0.39 | 0 | 0.23 | 278.96 | 0.4 | 0.62 |
| Hex | AA | 78 | C5 | E | 27 | 0 | 17 | 117 | 28 | 3E |
| Octal | 252 | 170 | 305 | 16 | 47 | 0 | 27 | 427 | 50 | 76 |
| Binary | 10101010 | 1111000 | 11000101 | 1110 | 100111 | 0 | 10111 | 100010111 | 101000 | 111110 |
Color Harmonies of #AA78C5
Complementary color
Monochromatic Colors of #AA78C5
Black with #AA78C5
Text Example
Text Example
White with #AA78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78C5; }
p { color: rgb(170,120,197); }
H1.HeaderClassName
{
color: #AA78C5;
}
.AnyTagClassName
{
color: #AA78C5;
}
</style>
background-color css
<style>
a { background-color: #AA78C5; }
a { background-color: rgb(170,120,197); }
div.DivClassName
{
background-color: #AA78C5;
}
.BgClassName
{
background-color: #AA78C5;
}
</style>
border-color css
<style>
span { border-color: #AA78C5; }
span { border-color: rgb(170,120,197); }
td.TdClassName
{
border-color: #AA78C5;
}
.TagClassName
{
border-color: #AA78C5;
}
</style>