Shades of East Side #AA9CBA
Tints of East Side #AA9CBA
RGB
CMYK
RGB Variations
Color information
#AA9CBA (or 0xAA9CBA) is known color: East Side. HEX triplet: AA, 9C and BA. RGB value is (170,156,186). Sum of RGB (Red+Green+Blue) = 170+156+186=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBA is #556345. Grayscale: #A3A3A3. Windows color (decimal): -5595974 or 12229802. OLE color: 12229802.
HSL color Cylindrical-coordinate representation of color #AA9CBA: hue angle of 268º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9CBA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 156 | 186 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.27 |
| HSL | 268º | 0.18% | 0.67% | - |
| HSV(B) | 268º | 0.16% | 0.73% | - |
| XYZ | 37.33 | 35.87 | 51.41 | - |
| YUV | 163.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 186 | 0.09 | 0.16 | 0 | 0.27 | 268 | 0.18 | 0.67 |
| Hex | AA | 9C | BA | 9 | 10 | 0 | 1B | 10C | 12 | 43 |
| Octal | 252 | 234 | 272 | 11 | 20 | 0 | 33 | 414 | 22 | 103 |
| Binary | 10101010 | 10011100 | 10111010 | 1001 | 10000 | 0 | 11011 | 100001100 | 10010 | 1000011 |
Color Harmonies of #AA9CBA
Complementary color
Monochromatic Colors of #AA9CBA
Black with #AA9CBA
Text Example
Text Example
White with #AA9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CBA; }
p { color: rgb(170,156,186); }
H1.HeaderClassName
{
color: #AA9CBA;
}
.AnyTagClassName
{
color: #AA9CBA;
}
</style>
background-color css
<style>
a { background-color: #AA9CBA; }
a { background-color: rgb(170,156,186); }
div.DivClassName
{
background-color: #AA9CBA;
}
.BgClassName
{
background-color: #AA9CBA;
}
</style>
border-color css
<style>
span { border-color: #AA9CBA; }
span { border-color: rgb(170,156,186); }
td.TdClassName
{
border-color: #AA9CBA;
}
.TagClassName
{
border-color: #AA9CBA;
}
</style>