Shades of East Side #AA93BE
Tints of East Side #AA93BE
RGB
CMYK
RGB Variations
Color information
#AA93BE (or 0xAA93BE) is known color: East Side. HEX triplet: AA, 93 and BE. RGB value is (170,147,190). Sum of RGB (Red+Green+Blue) = 170+147+190=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BE is #556C41. Grayscale: #9E9E9E. Windows color (decimal): -5598274 or 12489642. OLE color: 12489642.
HSL color Cylindrical-coordinate representation of color #AA93BE: hue angle of 272.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA93BE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 147 | 190 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.25 |
| HSL | 272.09º | 0.25% | 0.66% | - |
| HSV(B) | 272.09º | 0.23% | 0.75% | - |
| XYZ | 36.31 | 33.13 | 53.2 | - |
| YUV | 158.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 190 | 0.11 | 0.23 | 0 | 0.25 | 272.09 | 0.25 | 0.66 |
| Hex | AA | 93 | BE | B | 17 | 0 | 19 | 110 | 19 | 42 |
| Octal | 252 | 223 | 276 | 13 | 27 | 0 | 31 | 420 | 31 | 102 |
| Binary | 10101010 | 10010011 | 10111110 | 1011 | 10111 | 0 | 11001 | 100010000 | 11001 | 1000010 |
Color Harmonies of #AA93BE
Complementary color
Monochromatic Colors of #AA93BE
Black with #AA93BE
Text Example
Text Example
White with #AA93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93BE; }
p { color: rgb(170,147,190); }
H1.HeaderClassName
{
color: #AA93BE;
}
.AnyTagClassName
{
color: #AA93BE;
}
</style>
background-color css
<style>
a { background-color: #AA93BE; }
a { background-color: rgb(170,147,190); }
div.DivClassName
{
background-color: #AA93BE;
}
.BgClassName
{
background-color: #AA93BE;
}
</style>
border-color css
<style>
span { border-color: #AA93BE; }
span { border-color: rgb(170,147,190); }
td.TdClassName
{
border-color: #AA93BE;
}
.TagClassName
{
border-color: #AA93BE;
}
</style>