Shades of East Side #AA96BC
Tints of East Side #AA96BC
RGB
CMYK
RGB Variations
Color information
#AA96BC (or 0xAA96BC) is known color: East Side. HEX triplet: AA, 96 and BC. RGB value is (170,150,188). Sum of RGB (Red+Green+Blue) = 170+150+188=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BC is #556943. Grayscale: #A0A0A0. Windows color (decimal): -5597508 or 12359338. OLE color: 12359338.
HSL color Cylindrical-coordinate representation of color #AA96BC: hue angle of 271.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA96BC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 150 | 188 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.26 |
| HSL | 271.58º | 0.22% | 0.66% | - |
| HSV(B) | 271.58º | 0.2% | 0.74% | - |
| XYZ | 36.56 | 33.99 | 52.21 | - |
| YUV | 160.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 188 | 0.10 | 0.20 | 0 | 0.26 | 271.58 | 0.22 | 0.66 |
| Hex | AA | 96 | BC | A | 14 | 0 | 1A | 110 | 16 | 42 |
| Octal | 252 | 226 | 274 | 12 | 24 | 0 | 32 | 420 | 26 | 102 |
| Binary | 10101010 | 10010110 | 10111100 | 1010 | 10100 | 0 | 11010 | 100010000 | 10110 | 1000010 |
Color Harmonies of #AA96BC
Complementary color
Monochromatic Colors of #AA96BC
Black with #AA96BC
Text Example
Text Example
White with #AA96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96BC; }
p { color: rgb(170,150,188); }
H1.HeaderClassName
{
color: #AA96BC;
}
.AnyTagClassName
{
color: #AA96BC;
}
</style>
background-color css
<style>
a { background-color: #AA96BC; }
a { background-color: rgb(170,150,188); }
div.DivClassName
{
background-color: #AA96BC;
}
.BgClassName
{
background-color: #AA96BC;
}
</style>
border-color css
<style>
span { border-color: #AA96BC; }
span { border-color: rgb(170,150,188); }
td.TdClassName
{
border-color: #AA96BC;
}
.TagClassName
{
border-color: #AA96BC;
}
</style>