Shades of East Side #AA93BA
Tints of East Side #AA93BA
RGB
CMYK
RGB Variations
Color information
#AA93BA (or 0xAA93BA) is known color: East Side. HEX triplet: AA, 93 and BA. RGB value is (170,147,186). Sum of RGB (Red+Green+Blue) = 170+147+186=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BA is #556C45. Grayscale: #9E9E9E. Windows color (decimal): -5598278 or 12227498. OLE color: 12227498.
HSL color Cylindrical-coordinate representation of color #AA93BA: hue angle of 275.38º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA93BA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 147 | 186 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.27 |
| HSL | 275.38º | 0.22% | 0.65% | - |
| HSV(B) | 275.38º | 0.21% | 0.73% | - |
| XYZ | 35.87 | 32.96 | 50.93 | - |
| YUV | 158.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 186 | 0.09 | 0.21 | 0 | 0.27 | 275.38 | 0.22 | 0.65 |
| Hex | AA | 93 | BA | 9 | 15 | 0 | 1B | 113 | 16 | 41 |
| Octal | 252 | 223 | 272 | 11 | 25 | 0 | 33 | 423 | 26 | 101 |
| Binary | 10101010 | 10010011 | 10111010 | 1001 | 10101 | 0 | 11011 | 100010011 | 10110 | 1000001 |
Color Harmonies of #AA93BA
Complementary color
Monochromatic Colors of #AA93BA
Black with #AA93BA
Text Example
Text Example
White with #AA93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93BA; }
p { color: rgb(170,147,186); }
H1.HeaderClassName
{
color: #AA93BA;
}
.AnyTagClassName
{
color: #AA93BA;
}
</style>
background-color css
<style>
a { background-color: #AA93BA; }
a { background-color: rgb(170,147,186); }
div.DivClassName
{
background-color: #AA93BA;
}
.BgClassName
{
background-color: #AA93BA;
}
</style>
border-color css
<style>
span { border-color: #AA93BA; }
span { border-color: rgb(170,147,186); }
td.TdClassName
{
border-color: #AA93BA;
}
.TagClassName
{
border-color: #AA93BA;
}
</style>