Shades of East Side #AA91BD
Tints of East Side #AA91BD
RGB
CMYK
RGB Variations
Color information
#AA91BD (or 0xAA91BD) is known color: East Side. HEX triplet: AA, 91 and BD. RGB value is (170,145,189). Sum of RGB (Red+Green+Blue) = 170+145+189=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BD is #556E42. Grayscale: #9D9D9D. Windows color (decimal): -5598787 or 12423594. OLE color: 12423594.
HSL color Cylindrical-coordinate representation of color #AA91BD: hue angle of 274.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA91BD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 145 | 189 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.26 |
| HSL | 274.09º | 0.25% | 0.65% | - |
| HSV(B) | 274.09º | 0.23% | 0.74% | - |
| XYZ | 35.89 | 32.47 | 52.52 | - |
| YUV | 157.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 189 | 0.10 | 0.23 | 0 | 0.26 | 274.09 | 0.25 | 0.65 |
| Hex | AA | 91 | BD | A | 17 | 0 | 1A | 112 | 19 | 41 |
| Octal | 252 | 221 | 275 | 12 | 27 | 0 | 32 | 422 | 31 | 101 |
| Binary | 10101010 | 10010001 | 10111101 | 1010 | 10111 | 0 | 11010 | 100010010 | 11001 | 1000001 |
Color Harmonies of #AA91BD
Complementary color
Monochromatic Colors of #AA91BD
Black with #AA91BD
Text Example
Text Example
White with #AA91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91BD; }
p { color: rgb(170,145,189); }
H1.HeaderClassName
{
color: #AA91BD;
}
.AnyTagClassName
{
color: #AA91BD;
}
</style>
background-color css
<style>
a { background-color: #AA91BD; }
a { background-color: rgb(170,145,189); }
div.DivClassName
{
background-color: #AA91BD;
}
.BgClassName
{
background-color: #AA91BD;
}
</style>
border-color css
<style>
span { border-color: #AA91BD; }
span { border-color: rgb(170,145,189); }
td.TdClassName
{
border-color: #AA91BD;
}
.TagClassName
{
border-color: #AA91BD;
}
</style>