Shades of East Side #AA84C9
Tints of East Side #AA84C9
RGB
CMYK
RGB Variations
Color information
#AA84C9 (or 0xAA84C9) is known color: East Side. HEX triplet: AA, 84 and C9. RGB value is (170,132,201). Sum of RGB (Red+Green+Blue) = 170+132+201=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA84C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84C9 is #557B36. Grayscale: #969696. Windows color (decimal): -5602103 or 13206698. OLE color: 13206698.
HSL color Cylindrical-coordinate representation of color #AA84C9: hue angle of 273.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA84C9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 132 | 201 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.21 |
| HSL | 273.04º | 0.39% | 0.65% | - |
| HSV(B) | 273.04º | 0.34% | 0.79% | - |
| XYZ | 35.37 | 29.27 | 59.04 | - |
| YUV | 151.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 201 | 0.15 | 0.34 | 0 | 0.21 | 273.04 | 0.39 | 0.65 |
| Hex | AA | 84 | C9 | F | 22 | 0 | 15 | 111 | 27 | 41 |
| Octal | 252 | 204 | 311 | 17 | 42 | 0 | 25 | 421 | 47 | 101 |
| Binary | 10101010 | 10000100 | 11001001 | 1111 | 100010 | 0 | 10101 | 100010001 | 100111 | 1000001 |
Color Harmonies of #AA84C9
Complementary color
Monochromatic Colors of #AA84C9
Black with #AA84C9
Text Example
Text Example
White with #AA84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84C9; }
p { color: rgb(170,132,201); }
H1.HeaderClassName
{
color: #AA84C9;
}
.AnyTagClassName
{
color: #AA84C9;
}
</style>
background-color css
<style>
a { background-color: #AA84C9; }
a { background-color: rgb(170,132,201); }
div.DivClassName
{
background-color: #AA84C9;
}
.BgClassName
{
background-color: #AA84C9;
}
</style>
border-color css
<style>
span { border-color: #AA84C9; }
span { border-color: rgb(170,132,201); }
td.TdClassName
{
border-color: #AA84C9;
}
.TagClassName
{
border-color: #AA84C9;
}
</style>