Shades of East Side #AA9ABC
Tints of East Side #AA9ABC
RGB
CMYK
RGB Variations
Color information
#AA9ABC (or 0xAA9ABC) is known color: East Side. HEX triplet: AA, 9A and BC. RGB value is (170,154,188). Sum of RGB (Red+Green+Blue) = 170+154+188=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABC is #556543. Grayscale: #A2A2A2. Windows color (decimal): -5596484 or 12360362. OLE color: 12360362.
HSL color Cylindrical-coordinate representation of color #AA9ABC: hue angle of 268.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9ABC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 154 | 188 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.26 |
| HSL | 268.24º | 0.2% | 0.67% | - |
| HSV(B) | 268.24º | 0.18% | 0.74% | - |
| XYZ | 37.21 | 35.29 | 52.43 | - |
| YUV | 162.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 188 | 0.10 | 0.18 | 0 | 0.26 | 268.24 | 0.2 | 0.67 |
| Hex | AA | 9A | BC | A | 12 | 0 | 1A | 10C | 14 | 43 |
| Octal | 252 | 232 | 274 | 12 | 22 | 0 | 32 | 414 | 24 | 103 |
| Binary | 10101010 | 10011010 | 10111100 | 1010 | 10010 | 0 | 11010 | 100001100 | 10100 | 1000011 |
Color Harmonies of #AA9ABC
Complementary color
Monochromatic Colors of #AA9ABC
Black with #AA9ABC
Text Example
Text Example
White with #AA9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ABC; }
p { color: rgb(170,154,188); }
H1.HeaderClassName
{
color: #AA9ABC;
}
.AnyTagClassName
{
color: #AA9ABC;
}
</style>
background-color css
<style>
a { background-color: #AA9ABC; }
a { background-color: rgb(170,154,188); }
div.DivClassName
{
background-color: #AA9ABC;
}
.BgClassName
{
background-color: #AA9ABC;
}
</style>
border-color css
<style>
span { border-color: #AA9ABC; }
span { border-color: rgb(170,154,188); }
td.TdClassName
{
border-color: #AA9ABC;
}
.TagClassName
{
border-color: #AA9ABC;
}
</style>