Shades of East Side #AA83CA
Tints of East Side #AA83CA
RGB
CMYK
RGB Variations
Color information
#AA83CA (or 0xAA83CA) is known color: East Side. HEX triplet: AA, 83 and CA. RGB value is (170,131,202). Sum of RGB (Red+Green+Blue) = 170+131+202=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CA is #557C35. Grayscale: #969696. Windows color (decimal): -5602358 or 13271978. OLE color: 13271978.
HSL color Cylindrical-coordinate representation of color #AA83CA: hue angle of 272.96º degrees, saturation: 0.4, 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 #AA83CA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 131 | 202 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.21 |
| HSL | 272.96º | 0.4% | 0.65% | - |
| HSV(B) | 272.96º | 0.35% | 0.79% | - |
| XYZ | 35.35 | 29.04 | 59.62 | - |
| YUV | 150.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 202 | 0.16 | 0.35 | 0 | 0.21 | 272.96 | 0.4 | 0.65 |
| Hex | AA | 83 | CA | 10 | 23 | 0 | 15 | 111 | 28 | 41 |
| Octal | 252 | 203 | 312 | 20 | 43 | 0 | 25 | 421 | 50 | 101 |
| Binary | 10101010 | 10000011 | 11001010 | 10000 | 100011 | 0 | 10101 | 100010001 | 101000 | 1000001 |
Color Harmonies of #AA83CA
Complementary color
Monochromatic Colors of #AA83CA
Black with #AA83CA
Text Example
Text Example
White with #AA83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83CA; }
p { color: rgb(170,131,202); }
H1.HeaderClassName
{
color: #AA83CA;
}
.AnyTagClassName
{
color: #AA83CA;
}
</style>
background-color css
<style>
a { background-color: #AA83CA; }
a { background-color: rgb(170,131,202); }
div.DivClassName
{
background-color: #AA83CA;
}
.BgClassName
{
background-color: #AA83CA;
}
</style>
border-color css
<style>
span { border-color: #AA83CA; }
span { border-color: rgb(170,131,202); }
td.TdClassName
{
border-color: #AA83CA;
}
.TagClassName
{
border-color: #AA83CA;
}
</style>