Shades of East Side #AA70C0
Tints of East Side #AA70C0
RGB
CMYK
RGB Variations
Color information
#AA70C0 (or 0xAA70C0) is known color: East Side. HEX triplet: AA, 70 and C0. RGB value is (170,112,192). Sum of RGB (Red+Green+Blue) = 170+112+192=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA70C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70C0 is #558F3F. Grayscale: #8A8A8A. Windows color (decimal): -5607232 or 12611754. OLE color: 12611754.
HSL color Cylindrical-coordinate representation of color #AA70C0: hue angle of 283.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA70C0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 112 | 192 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.25 |
| HSL | 283.5º | 0.39% | 0.6% | - |
| HSV(B) | 283.5º | 0.42% | 0.75% | - |
| XYZ | 31.89 | 23.94 | 52.81 | - |
| YUV | 138.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 192 | 0.11 | 0.42 | 0 | 0.25 | 283.5 | 0.39 | 0.6 |
| Hex | AA | 70 | C0 | B | 2A | 0 | 19 | 11C | 27 | 3C |
| Octal | 252 | 160 | 300 | 13 | 52 | 0 | 31 | 434 | 47 | 74 |
| Binary | 10101010 | 1110000 | 11000000 | 1011 | 101010 | 0 | 11001 | 100011100 | 100111 | 111100 |
Color Harmonies of #AA70C0
Complementary color
Monochromatic Colors of #AA70C0
Black with #AA70C0
Text Example
Text Example
White with #AA70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70C0; }
p { color: rgb(170,112,192); }
H1.HeaderClassName
{
color: #AA70C0;
}
.AnyTagClassName
{
color: #AA70C0;
}
</style>
background-color css
<style>
a { background-color: #AA70C0; }
a { background-color: rgb(170,112,192); }
div.DivClassName
{
background-color: #AA70C0;
}
.BgClassName
{
background-color: #AA70C0;
}
</style>
border-color css
<style>
span { border-color: #AA70C0; }
span { border-color: rgb(170,112,192); }
td.TdClassName
{
border-color: #AA70C0;
}
.TagClassName
{
border-color: #AA70C0;
}
</style>