Shades of East Side #AA78B3
Tints of East Side #AA78B3
RGB
CMYK
RGB Variations
Color information
#AA78B3 (or 0xAA78B3) is known color: East Side. HEX triplet: AA, 78 and B3. RGB value is (170,120,179). Sum of RGB (Red+Green+Blue) = 170+120+179=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA78B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78B3 is #55874C. Grayscale: #8D8D8D. Windows color (decimal): -5605197 or 11761834. OLE color: 11761834.
HSL color Cylindrical-coordinate representation of color #AA78B3: hue angle of 290.85º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA78B3 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 120 | 179 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.30 |
| HSL | 290.85º | 0.28% | 0.59% | - |
| HSV(B) | 290.85º | 0.33% | 0.7% | - |
| XYZ | 31.43 | 25.23 | 45.86 | - |
| YUV | 141.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 179 | 0.05 | 0.33 | 0 | 0.30 | 290.85 | 0.28 | 0.59 |
| Hex | AA | 78 | B3 | 5 | 21 | 0 | 1E | 123 | 1C | 3B |
| Octal | 252 | 170 | 263 | 5 | 41 | 0 | 36 | 443 | 34 | 73 |
| Binary | 10101010 | 1111000 | 10110011 | 101 | 100001 | 0 | 11110 | 100100011 | 11100 | 111011 |
Color Harmonies of #AA78B3
Complementary color
Monochromatic Colors of #AA78B3
Black with #AA78B3
Text Example
Text Example
White with #AA78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78B3; }
p { color: rgb(170,120,179); }
H1.HeaderClassName
{
color: #AA78B3;
}
.AnyTagClassName
{
color: #AA78B3;
}
</style>
background-color css
<style>
a { background-color: #AA78B3; }
a { background-color: rgb(170,120,179); }
div.DivClassName
{
background-color: #AA78B3;
}
.BgClassName
{
background-color: #AA78B3;
}
</style>
border-color css
<style>
span { border-color: #AA78B3; }
span { border-color: rgb(170,120,179); }
td.TdClassName
{
border-color: #AA78B3;
}
.TagClassName
{
border-color: #AA78B3;
}
</style>