Shades of East Side #AA94BA
Tints of East Side #AA94BA
RGB
CMYK
RGB Variations
Color information
#AA94BA (or 0xAA94BA) is known color: East Side. HEX triplet: AA, 94 and BA. RGB value is (170,148,186). Sum of RGB (Red+Green+Blue) = 170+148+186=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94BA is #556B45. Grayscale: #9E9E9E. Windows color (decimal): -5598022 or 12227754. OLE color: 12227754.
HSL color Cylindrical-coordinate representation of color #AA94BA: hue angle of 274.74º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA94BA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 148 | 186 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.27 |
| HSL | 274.74º | 0.22% | 0.65% | - |
| HSV(B) | 274.74º | 0.2% | 0.73% | - |
| XYZ | 36.03 | 33.27 | 50.98 | - |
| YUV | 158.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 186 | 0.09 | 0.20 | 0 | 0.27 | 274.74 | 0.22 | 0.65 |
| Hex | AA | 94 | BA | 9 | 14 | 0 | 1B | 113 | 16 | 41 |
| Octal | 252 | 224 | 272 | 11 | 24 | 0 | 33 | 423 | 26 | 101 |
| Binary | 10101010 | 10010100 | 10111010 | 1001 | 10100 | 0 | 11011 | 100010011 | 10110 | 1000001 |
Color Harmonies of #AA94BA
Complementary color
Monochromatic Colors of #AA94BA
Black with #AA94BA
Text Example
Text Example
White with #AA94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94BA; }
p { color: rgb(170,148,186); }
H1.HeaderClassName
{
color: #AA94BA;
}
.AnyTagClassName
{
color: #AA94BA;
}
</style>
background-color css
<style>
a { background-color: #AA94BA; }
a { background-color: rgb(170,148,186); }
div.DivClassName
{
background-color: #AA94BA;
}
.BgClassName
{
background-color: #AA94BA;
}
</style>
border-color css
<style>
span { border-color: #AA94BA; }
span { border-color: rgb(170,148,186); }
td.TdClassName
{
border-color: #AA94BA;
}
.TagClassName
{
border-color: #AA94BA;
}
</style>