Shades of East Side #AA79C5
Tints of East Side #AA79C5
RGB
CMYK
RGB Variations
Color information
#AA79C5 (or 0xAA79C5) is known color: East Side. HEX triplet: AA, 79 and C5. RGB value is (170,121,197). Sum of RGB (Red+Green+Blue) = 170+121+197=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA79C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79C5 is #55863A. Grayscale: #909090. Windows color (decimal): -5604923 or 12941738. OLE color: 12941738.
HSL color Cylindrical-coordinate representation of color #AA79C5: hue angle of 278.68º 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 #AA79C5 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 121 | 197 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.23 |
| HSL | 278.68º | 0.4% | 0.62% | - |
| HSV(B) | 278.68º | 0.39% | 0.77% | - |
| XYZ | 33.49 | 26.25 | 56.13 | - |
| YUV | 144.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 197 | 0.14 | 0.39 | 0 | 0.23 | 278.68 | 0.4 | 0.62 |
| Hex | AA | 79 | C5 | E | 27 | 0 | 17 | 117 | 28 | 3E |
| Octal | 252 | 171 | 305 | 16 | 47 | 0 | 27 | 427 | 50 | 76 |
| Binary | 10101010 | 1111001 | 11000101 | 1110 | 100111 | 0 | 10111 | 100010111 | 101000 | 111110 |
Color Harmonies of #AA79C5
Complementary color
Monochromatic Colors of #AA79C5
Black with #AA79C5
Text Example
Text Example
White with #AA79C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA79C5; }
p { color: rgb(170,121,197); }
H1.HeaderClassName
{
color: #AA79C5;
}
.AnyTagClassName
{
color: #AA79C5;
}
</style>
background-color css
<style>
a { background-color: #AA79C5; }
a { background-color: rgb(170,121,197); }
div.DivClassName
{
background-color: #AA79C5;
}
.BgClassName
{
background-color: #AA79C5;
}
</style>
border-color css
<style>
span { border-color: #AA79C5; }
span { border-color: rgb(170,121,197); }
td.TdClassName
{
border-color: #AA79C5;
}
.TagClassName
{
border-color: #AA79C5;
}
</style>