Shades of East Side #AA85BD
Tints of East Side #AA85BD
RGB
CMYK
RGB Variations
Color information
#AA85BD (or 0xAA85BD) is known color: East Side. HEX triplet: AA, 85 and BD. RGB value is (170,133,189). Sum of RGB (Red+Green+Blue) = 170+133+189=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85BD is #557A42. Grayscale: #969696. Windows color (decimal): -5601859 or 12420522. OLE color: 12420522.
HSL color Cylindrical-coordinate representation of color #AA85BD: hue angle of 279.64º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA85BD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 133 | 189 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.26 |
| HSL | 279.64º | 0.3% | 0.63% | - |
| HSV(B) | 279.64º | 0.3% | 0.74% | - |
| XYZ | 34.15 | 29 | 51.94 | - |
| YUV | 150.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 189 | 0.10 | 0.30 | 0 | 0.26 | 279.64 | 0.3 | 0.63 |
| Hex | AA | 85 | BD | A | 1E | 0 | 1A | 118 | 1E | 3F |
| Octal | 252 | 205 | 275 | 12 | 36 | 0 | 32 | 430 | 36 | 77 |
| Binary | 10101010 | 10000101 | 10111101 | 1010 | 11110 | 0 | 11010 | 100011000 | 11110 | 111111 |
Color Harmonies of #AA85BD
Complementary color
Monochromatic Colors of #AA85BD
Black with #AA85BD
Text Example
Text Example
White with #AA85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85BD; }
p { color: rgb(170,133,189); }
H1.HeaderClassName
{
color: #AA85BD;
}
.AnyTagClassName
{
color: #AA85BD;
}
</style>
background-color css
<style>
a { background-color: #AA85BD; }
a { background-color: rgb(170,133,189); }
div.DivClassName
{
background-color: #AA85BD;
}
.BgClassName
{
background-color: #AA85BD;
}
</style>
border-color css
<style>
span { border-color: #AA85BD; }
span { border-color: rgb(170,133,189); }
td.TdClassName
{
border-color: #AA85BD;
}
.TagClassName
{
border-color: #AA85BD;
}
</style>