Shades of East Side #AA9ABE
Tints of East Side #AA9ABE
RGB
CMYK
RGB Variations
Color information
#AA9ABE (or 0xAA9ABE) is known color: East Side. HEX triplet: AA, 9A and BE. RGB value is (170,154,190). Sum of RGB (Red+Green+Blue) = 170+154+190=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABE is #556541. Grayscale: #A2A2A2. Windows color (decimal): -5596482 or 12491434. OLE color: 12491434.
HSL color Cylindrical-coordinate representation of color #AA9ABE: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9ABE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 154 | 190 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.25 |
| HSL | 266.67º | 0.22% | 0.67% | - |
| HSV(B) | 266.67º | 0.19% | 0.75% | - |
| XYZ | 37.43 | 35.37 | 53.57 | - |
| YUV | 162.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 190 | 0.11 | 0.19 | 0 | 0.25 | 266.67 | 0.22 | 0.67 |
| Hex | AA | 9A | BE | B | 13 | 0 | 19 | 10B | 16 | 43 |
| Octal | 252 | 232 | 276 | 13 | 23 | 0 | 31 | 413 | 26 | 103 |
| Binary | 10101010 | 10011010 | 10111110 | 1011 | 10011 | 0 | 11001 | 100001011 | 10110 | 1000011 |
Color Harmonies of #AA9ABE
Complementary color
Monochromatic Colors of #AA9ABE
Black with #AA9ABE
Text Example
Text Example
White with #AA9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ABE; }
p { color: rgb(170,154,190); }
H1.HeaderClassName
{
color: #AA9ABE;
}
.AnyTagClassName
{
color: #AA9ABE;
}
</style>
background-color css
<style>
a { background-color: #AA9ABE; }
a { background-color: rgb(170,154,190); }
div.DivClassName
{
background-color: #AA9ABE;
}
.BgClassName
{
background-color: #AA9ABE;
}
</style>
border-color css
<style>
span { border-color: #AA9ABE; }
span { border-color: rgb(170,154,190); }
td.TdClassName
{
border-color: #AA9ABE;
}
.TagClassName
{
border-color: #AA9ABE;
}
</style>