Shades of East Side #AA78B1
Tints of East Side #AA78B1
RGB
CMYK
RGB Variations
Color information
#AA78B1 (or 0xAA78B1) is known color: East Side. HEX triplet: AA, 78 and B1. RGB value is (170,120,177). Sum of RGB (Red+Green+Blue) = 170+120+177=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA78B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78B1 is #55874E. Grayscale: #8D8D8D. Windows color (decimal): -5605199 or 11630762. OLE color: 11630762.
HSL color Cylindrical-coordinate representation of color #AA78B1: hue angle of 292.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA78B1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 120 | 177 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.31 |
| HSL | 292.63º | 0.27% | 0.58% | - |
| HSV(B) | 292.63º | 0.32% | 0.69% | - |
| XYZ | 31.23 | 25.15 | 44.8 | - |
| YUV | 141.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 177 | 0.04 | 0.32 | 0 | 0.31 | 292.63 | 0.27 | 0.58 |
| Hex | AA | 78 | B1 | 4 | 20 | 0 | 1F | 125 | 1B | 3A |
| Octal | 252 | 170 | 261 | 4 | 40 | 0 | 37 | 445 | 33 | 72 |
| Binary | 10101010 | 1111000 | 10110001 | 100 | 100000 | 0 | 11111 | 100100101 | 11011 | 111010 |
Color Harmonies of #AA78B1
Complementary color
Monochromatic Colors of #AA78B1
Black with #AA78B1
Text Example
Text Example
White with #AA78B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78B1; }
p { color: rgb(170,120,177); }
H1.HeaderClassName
{
color: #AA78B1;
}
.AnyTagClassName
{
color: #AA78B1;
}
</style>
background-color css
<style>
a { background-color: #AA78B1; }
a { background-color: rgb(170,120,177); }
div.DivClassName
{
background-color: #AA78B1;
}
.BgClassName
{
background-color: #AA78B1;
}
</style>
border-color css
<style>
span { border-color: #AA78B1; }
span { border-color: rgb(170,120,177); }
td.TdClassName
{
border-color: #AA78B1;
}
.TagClassName
{
border-color: #AA78B1;
}
</style>