Shades of East Side #AA96B9
Tints of East Side #AA96B9
RGB
CMYK
RGB Variations
Color information
#AA96B9 (or 0xAA96B9) is known color: East Side. HEX triplet: AA, 96 and B9. RGB value is (170,150,185). Sum of RGB (Red+Green+Blue) = 170+150+185=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA96B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96B9 is #556946. Grayscale: #9F9F9F. Windows color (decimal): -5597511 or 12162730. OLE color: 12162730.
HSL color Cylindrical-coordinate representation of color #AA96B9: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA96B9 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 150 | 185 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.27 |
| HSL | 274.29º | 0.2% | 0.66% | - |
| HSV(B) | 274.29º | 0.19% | 0.73% | - |
| XYZ | 36.24 | 33.86 | 50.52 | - |
| YUV | 159.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 185 | 0.08 | 0.19 | 0 | 0.27 | 274.29 | 0.2 | 0.66 |
| Hex | AA | 96 | B9 | 8 | 13 | 0 | 1B | 112 | 14 | 42 |
| Octal | 252 | 226 | 271 | 10 | 23 | 0 | 33 | 422 | 24 | 102 |
| Binary | 10101010 | 10010110 | 10111001 | 1000 | 10011 | 0 | 11011 | 100010010 | 10100 | 1000010 |
Color Harmonies of #AA96B9
Complementary color
Monochromatic Colors of #AA96B9
Black with #AA96B9
Text Example
Text Example
White with #AA96B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96B9; }
p { color: rgb(170,150,185); }
H1.HeaderClassName
{
color: #AA96B9;
}
.AnyTagClassName
{
color: #AA96B9;
}
</style>
background-color css
<style>
a { background-color: #AA96B9; }
a { background-color: rgb(170,150,185); }
div.DivClassName
{
background-color: #AA96B9;
}
.BgClassName
{
background-color: #AA96B9;
}
</style>
border-color css
<style>
span { border-color: #AA96B9; }
span { border-color: rgb(170,150,185); }
td.TdClassName
{
border-color: #AA96B9;
}
.TagClassName
{
border-color: #AA96B9;
}
</style>