Shades of East Side #AA83BF
Tints of East Side #AA83BF
RGB
CMYK
RGB Variations
Color information
#AA83BF (or 0xAA83BF) is known color: East Side. HEX triplet: AA, 83 and BF. RGB value is (170,131,191). Sum of RGB (Red+Green+Blue) = 170+131+191=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BF is #557C40. Grayscale: #959595. Windows color (decimal): -5602369 or 12551082. OLE color: 12551082.
HSL color Cylindrical-coordinate representation of color #AA83BF: hue angle of 279º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA83BF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 131 | 191 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.25 |
| HSL | 279º | 0.32% | 0.63% | - |
| HSV(B) | 279º | 0.31% | 0.75% | - |
| XYZ | 34.1 | 28.54 | 53 | - |
| YUV | 149.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 191 | 0.11 | 0.31 | 0 | 0.25 | 279 | 0.32 | 0.63 |
| Hex | AA | 83 | BF | B | 1F | 0 | 19 | 117 | 20 | 3F |
| Octal | 252 | 203 | 277 | 13 | 37 | 0 | 31 | 427 | 40 | 77 |
| Binary | 10101010 | 10000011 | 10111111 | 1011 | 11111 | 0 | 11001 | 100010111 | 100000 | 111111 |
Color Harmonies of #AA83BF
Complementary color
Monochromatic Colors of #AA83BF
Black with #AA83BF
Text Example
Text Example
White with #AA83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83BF; }
p { color: rgb(170,131,191); }
H1.HeaderClassName
{
color: #AA83BF;
}
.AnyTagClassName
{
color: #AA83BF;
}
</style>
background-color css
<style>
a { background-color: #AA83BF; }
a { background-color: rgb(170,131,191); }
div.DivClassName
{
background-color: #AA83BF;
}
.BgClassName
{
background-color: #AA83BF;
}
</style>
border-color css
<style>
span { border-color: #AA83BF; }
span { border-color: rgb(170,131,191); }
td.TdClassName
{
border-color: #AA83BF;
}
.TagClassName
{
border-color: #AA83BF;
}
</style>