Shades of East Side #AA83CB
Tints of East Side #AA83CB
RGB
CMYK
RGB Variations
Color information
#AA83CB (or 0xAA83CB) is known color: East Side. HEX triplet: AA, 83 and CB. RGB value is (170,131,203). Sum of RGB (Red+Green+Blue) = 170+131+203=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CB is #557C34. Grayscale: #969696. Windows color (decimal): -5602357 or 13337514. OLE color: 13337514.
HSL color Cylindrical-coordinate representation of color #AA83CB: hue angle of 272.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA83CB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 131 | 203 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.20 |
| HSL | 272.5º | 0.41% | 0.65% | - |
| HSV(B) | 272.5º | 0.35% | 0.8% | - |
| XYZ | 35.47 | 29.09 | 60.25 | - |
| YUV | 150.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 203 | 0.16 | 0.35 | 0 | 0.20 | 272.5 | 0.41 | 0.65 |
| Hex | AA | 83 | CB | 10 | 23 | 0 | 14 | 110 | 29 | 41 |
| Octal | 252 | 203 | 313 | 20 | 43 | 0 | 24 | 420 | 51 | 101 |
| Binary | 10101010 | 10000011 | 11001011 | 10000 | 100011 | 0 | 10100 | 100010000 | 101001 | 1000001 |
Color Harmonies of #AA83CB
Complementary color
Monochromatic Colors of #AA83CB
Black with #AA83CB
Text Example
Text Example
White with #AA83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83CB; }
p { color: rgb(170,131,203); }
H1.HeaderClassName
{
color: #AA83CB;
}
.AnyTagClassName
{
color: #AA83CB;
}
</style>
background-color css
<style>
a { background-color: #AA83CB; }
a { background-color: rgb(170,131,203); }
div.DivClassName
{
background-color: #AA83CB;
}
.BgClassName
{
background-color: #AA83CB;
}
</style>
border-color css
<style>
span { border-color: #AA83CB; }
span { border-color: rgb(170,131,203); }
td.TdClassName
{
border-color: #AA83CB;
}
.TagClassName
{
border-color: #AA83CB;
}
</style>