Shades of East Side #AA83C3
Tints of East Side #AA83C3
RGB
CMYK
RGB Variations
Color information
#AA83C3 (or 0xAA83C3) is known color: East Side. HEX triplet: AA, 83 and C3. RGB value is (170,131,195). Sum of RGB (Red+Green+Blue) = 170+131+195=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA83C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83C3 is #557C3C. Grayscale: #959595. Windows color (decimal): -5602365 or 12813226. OLE color: 12813226.
HSL color Cylindrical-coordinate representation of color #AA83C3: hue angle of 276.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA83C3 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 131 | 195 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.24 |
| HSL | 276.56º | 0.35% | 0.64% | - |
| HSV(B) | 276.56º | 0.33% | 0.76% | - |
| XYZ | 34.54 | 28.72 | 55.35 | - |
| YUV | 149.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 195 | 0.13 | 0.33 | 0 | 0.24 | 276.56 | 0.35 | 0.64 |
| Hex | AA | 83 | C3 | D | 21 | 0 | 18 | 115 | 23 | 40 |
| Octal | 252 | 203 | 303 | 15 | 41 | 0 | 30 | 425 | 43 | 100 |
| Binary | 10101010 | 10000011 | 11000011 | 1101 | 100001 | 0 | 11000 | 100010101 | 100011 | 1000000 |
Color Harmonies of #AA83C3
Complementary color
Monochromatic Colors of #AA83C3
Black with #AA83C3
Text Example
Text Example
White with #AA83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83C3; }
p { color: rgb(170,131,195); }
H1.HeaderClassName
{
color: #AA83C3;
}
.AnyTagClassName
{
color: #AA83C3;
}
</style>
background-color css
<style>
a { background-color: #AA83C3; }
a { background-color: rgb(170,131,195); }
div.DivClassName
{
background-color: #AA83C3;
}
.BgClassName
{
background-color: #AA83C3;
}
</style>
border-color css
<style>
span { border-color: #AA83C3; }
span { border-color: rgb(170,131,195); }
td.TdClassName
{
border-color: #AA83C3;
}
.TagClassName
{
border-color: #AA83C3;
}
</style>