Shades of East Side #AA70BE
Tints of East Side #AA70BE
RGB
CMYK
RGB Variations
Color information
#AA70BE (or 0xAA70BE) is known color: East Side. HEX triplet: AA, 70 and BE. RGB value is (170,112,190). Sum of RGB (Red+Green+Blue) = 170+112+190=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70BE is #558F41. Grayscale: #898989. Windows color (decimal): -5607234 or 12480682. OLE color: 12480682.
HSL color Cylindrical-coordinate representation of color #AA70BE: hue angle of 284.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA70BE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 112 | 190 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.25 |
| HSL | 284.62º | 0.38% | 0.59% | - |
| HSV(B) | 284.62º | 0.41% | 0.75% | - |
| XYZ | 31.67 | 23.85 | 51.65 | - |
| YUV | 138.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 190 | 0.11 | 0.41 | 0 | 0.25 | 284.62 | 0.38 | 0.59 |
| Hex | AA | 70 | BE | B | 29 | 0 | 19 | 11D | 26 | 3B |
| Octal | 252 | 160 | 276 | 13 | 51 | 0 | 31 | 435 | 46 | 73 |
| Binary | 10101010 | 1110000 | 10111110 | 1011 | 101001 | 0 | 11001 | 100011101 | 100110 | 111011 |
Color Harmonies of #AA70BE
Complementary color
Monochromatic Colors of #AA70BE
Black with #AA70BE
Text Example
Text Example
White with #AA70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70BE; }
p { color: rgb(170,112,190); }
H1.HeaderClassName
{
color: #AA70BE;
}
.AnyTagClassName
{
color: #AA70BE;
}
</style>
background-color css
<style>
a { background-color: #AA70BE; }
a { background-color: rgb(170,112,190); }
div.DivClassName
{
background-color: #AA70BE;
}
.BgClassName
{
background-color: #AA70BE;
}
</style>
border-color css
<style>
span { border-color: #AA70BE; }
span { border-color: rgb(170,112,190); }
td.TdClassName
{
border-color: #AA70BE;
}
.TagClassName
{
border-color: #AA70BE;
}
</style>