Shades of East Side #AA78B7
Tints of East Side #AA78B7
RGB
CMYK
RGB Variations
Color information
#AA78B7 (or 0xAA78B7) is known color: East Side. HEX triplet: AA, 78 and B7. RGB value is (170,120,183). Sum of RGB (Red+Green+Blue) = 170+120+183=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA78B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78B7 is #558748. Grayscale: #8D8D8D. Windows color (decimal): -5605193 or 12023978. OLE color: 12023978.
HSL color Cylindrical-coordinate representation of color #AA78B7: hue angle of 287.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA78B7 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 120 | 183 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.28 |
| HSL | 287.62º | 0.3% | 0.59% | - |
| HSV(B) | 287.62º | 0.34% | 0.72% | - |
| XYZ | 31.84 | 25.4 | 48.02 | - |
| YUV | 142.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 183 | 0.07 | 0.34 | 0 | 0.28 | 287.62 | 0.3 | 0.59 |
| Hex | AA | 78 | B7 | 7 | 22 | 0 | 1C | 120 | 1E | 3B |
| Octal | 252 | 170 | 267 | 7 | 42 | 0 | 34 | 440 | 36 | 73 |
| Binary | 10101010 | 1111000 | 10110111 | 111 | 100010 | 0 | 11100 | 100100000 | 11110 | 111011 |
Color Harmonies of #AA78B7
Complementary color
Monochromatic Colors of #AA78B7
Black with #AA78B7
Text Example
Text Example
White with #AA78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78B7; }
p { color: rgb(170,120,183); }
H1.HeaderClassName
{
color: #AA78B7;
}
.AnyTagClassName
{
color: #AA78B7;
}
</style>
background-color css
<style>
a { background-color: #AA78B7; }
a { background-color: rgb(170,120,183); }
div.DivClassName
{
background-color: #AA78B7;
}
.BgClassName
{
background-color: #AA78B7;
}
</style>
border-color css
<style>
span { border-color: #AA78B7; }
span { border-color: rgb(170,120,183); }
td.TdClassName
{
border-color: #AA78B7;
}
.TagClassName
{
border-color: #AA78B7;
}
</style>