Shades of East Side #AA83C9
Tints of East Side #AA83C9
RGB
CMYK
RGB Variations
Color information
#AA83C9 (or 0xAA83C9) is known color: East Side. HEX triplet: AA, 83 and C9. RGB value is (170,131,201). Sum of RGB (Red+Green+Blue) = 170+131+201=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA83C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83C9 is #557C36. Grayscale: #969696. Windows color (decimal): -5602359 or 13206442. OLE color: 13206442.
HSL color Cylindrical-coordinate representation of color #AA83C9: hue angle of 273.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA83C9 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 131 | 201 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.21 |
| HSL | 273.43º | 0.39% | 0.65% | - |
| HSV(B) | 273.43º | 0.35% | 0.79% | - |
| XYZ | 35.24 | 29 | 59 | - |
| YUV | 150.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 201 | 0.15 | 0.35 | 0 | 0.21 | 273.43 | 0.39 | 0.65 |
| Hex | AA | 83 | C9 | F | 23 | 0 | 15 | 111 | 27 | 41 |
| Octal | 252 | 203 | 311 | 17 | 43 | 0 | 25 | 421 | 47 | 101 |
| Binary | 10101010 | 10000011 | 11001001 | 1111 | 100011 | 0 | 10101 | 100010001 | 100111 | 1000001 |
Color Harmonies of #AA83C9
Complementary color
Monochromatic Colors of #AA83C9
Black with #AA83C9
Text Example
Text Example
White with #AA83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83C9; }
p { color: rgb(170,131,201); }
H1.HeaderClassName
{
color: #AA83C9;
}
.AnyTagClassName
{
color: #AA83C9;
}
</style>
background-color css
<style>
a { background-color: #AA83C9; }
a { background-color: rgb(170,131,201); }
div.DivClassName
{
background-color: #AA83C9;
}
.BgClassName
{
background-color: #AA83C9;
}
</style>
border-color css
<style>
span { border-color: #AA83C9; }
span { border-color: rgb(170,131,201); }
td.TdClassName
{
border-color: #AA83C9;
}
.TagClassName
{
border-color: #AA83C9;
}
</style>