Shades of East Side #AA93C0
Tints of East Side #AA93C0
RGB
CMYK
RGB Variations
Color information
#AA93C0 (or 0xAA93C0) is known color: East Side. HEX triplet: AA, 93 and C0. RGB value is (170,147,192). Sum of RGB (Red+Green+Blue) = 170+147+192=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93C0 is #556C3F. Grayscale: #9E9E9E. Windows color (decimal): -5598272 or 12620714. OLE color: 12620714.
HSL color Cylindrical-coordinate representation of color #AA93C0: hue angle of 270.67º degrees, saturation: 0.26, 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 #AA93C0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 147 | 192 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.25 |
| HSL | 270.67º | 0.26% | 0.66% | - |
| HSV(B) | 270.67º | 0.23% | 0.75% | - |
| XYZ | 36.53 | 33.22 | 54.36 | - |
| YUV | 159.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 192 | 0.11 | 0.23 | 0 | 0.25 | 270.67 | 0.26 | 0.66 |
| Hex | AA | 93 | C0 | B | 17 | 0 | 19 | 10F | 1A | 42 |
| Octal | 252 | 223 | 300 | 13 | 27 | 0 | 31 | 417 | 32 | 102 |
| Binary | 10101010 | 10010011 | 11000000 | 1011 | 10111 | 0 | 11001 | 100001111 | 11010 | 1000010 |
Color Harmonies of #AA93C0
Complementary color
Monochromatic Colors of #AA93C0
Black with #AA93C0
Text Example
Text Example
White with #AA93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93C0; }
p { color: rgb(170,147,192); }
H1.HeaderClassName
{
color: #AA93C0;
}
.AnyTagClassName
{
color: #AA93C0;
}
</style>
background-color css
<style>
a { background-color: #AA93C0; }
a { background-color: rgb(170,147,192); }
div.DivClassName
{
background-color: #AA93C0;
}
.BgClassName
{
background-color: #AA93C0;
}
</style>
border-color css
<style>
span { border-color: #AA93C0; }
span { border-color: rgb(170,147,192); }
td.TdClassName
{
border-color: #AA93C0;
}
.TagClassName
{
border-color: #AA93C0;
}
</style>