Shades of East Side #AA70BC
Tints of East Side #AA70BC
RGB
CMYK
RGB Variations
Color information
#AA70BC (or 0xAA70BC) is known color: East Side. HEX triplet: AA, 70 and BC. RGB value is (170,112,188). Sum of RGB (Red+Green+Blue) = 170+112+188=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70BC is #558F43. Grayscale: #898989. Windows color (decimal): -5607236 or 12349610. OLE color: 12349610.
HSL color Cylindrical-coordinate representation of color #AA70BC: hue angle of 285.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA70BC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 112 | 188 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.26 |
| HSL | 285.79º | 0.36% | 0.59% | - |
| HSV(B) | 285.79º | 0.4% | 0.74% | - |
| XYZ | 31.45 | 23.77 | 50.51 | - |
| YUV | 138.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 188 | 0.10 | 0.40 | 0 | 0.26 | 285.79 | 0.36 | 0.59 |
| Hex | AA | 70 | BC | A | 28 | 0 | 1A | 11E | 24 | 3B |
| Octal | 252 | 160 | 274 | 12 | 50 | 0 | 32 | 436 | 44 | 73 |
| Binary | 10101010 | 1110000 | 10111100 | 1010 | 101000 | 0 | 11010 | 100011110 | 100100 | 111011 |
Color Harmonies of #AA70BC
Complementary color
Monochromatic Colors of #AA70BC
Black with #AA70BC
Text Example
Text Example
White with #AA70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70BC; }
p { color: rgb(170,112,188); }
H1.HeaderClassName
{
color: #AA70BC;
}
.AnyTagClassName
{
color: #AA70BC;
}
</style>
background-color css
<style>
a { background-color: #AA70BC; }
a { background-color: rgb(170,112,188); }
div.DivClassName
{
background-color: #AA70BC;
}
.BgClassName
{
background-color: #AA70BC;
}
</style>
border-color css
<style>
span { border-color: #AA70BC; }
span { border-color: rgb(170,112,188); }
td.TdClassName
{
border-color: #AA70BC;
}
.TagClassName
{
border-color: #AA70BC;
}
</style>