Shades of East Side #AA85BC
Tints of East Side #AA85BC
RGB
CMYK
RGB Variations
Color information
#AA85BC (or 0xAA85BC) is known color: East Side. HEX triplet: AA, 85 and BC. RGB value is (170,133,188). Sum of RGB (Red+Green+Blue) = 170+133+188=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85BC is #557A43. Grayscale: #969696. Windows color (decimal): -5601860 or 12354986. OLE color: 12354986.
HSL color Cylindrical-coordinate representation of color #AA85BC: hue angle of 280.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA85BC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 133 | 188 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.26 |
| HSL | 280.36º | 0.29% | 0.63% | - |
| HSV(B) | 280.36º | 0.29% | 0.74% | - |
| XYZ | 34.04 | 28.95 | 51.37 | - |
| YUV | 150.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 188 | 0.10 | 0.29 | 0 | 0.26 | 280.36 | 0.29 | 0.63 |
| Hex | AA | 85 | BC | A | 1D | 0 | 1A | 118 | 1D | 3F |
| Octal | 252 | 205 | 274 | 12 | 35 | 0 | 32 | 430 | 35 | 77 |
| Binary | 10101010 | 10000101 | 10111100 | 1010 | 11101 | 0 | 11010 | 100011000 | 11101 | 111111 |
Color Harmonies of #AA85BC
Complementary color
Monochromatic Colors of #AA85BC
Black with #AA85BC
Text Example
Text Example
White with #AA85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85BC; }
p { color: rgb(170,133,188); }
H1.HeaderClassName
{
color: #AA85BC;
}
.AnyTagClassName
{
color: #AA85BC;
}
</style>
background-color css
<style>
a { background-color: #AA85BC; }
a { background-color: rgb(170,133,188); }
div.DivClassName
{
background-color: #AA85BC;
}
.BgClassName
{
background-color: #AA85BC;
}
</style>
border-color css
<style>
span { border-color: #AA85BC; }
span { border-color: rgb(170,133,188); }
td.TdClassName
{
border-color: #AA85BC;
}
.TagClassName
{
border-color: #AA85BC;
}
</style>