Shades of East Side #AA93BB
Tints of East Side #AA93BB
RGB
CMYK
RGB Variations
Color information
#AA93BB (or 0xAA93BB) is known color: East Side. HEX triplet: AA, 93 and BB. RGB value is (170,147,187). Sum of RGB (Red+Green+Blue) = 170+147+187=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BB is #556C44. Grayscale: #9E9E9E. Windows color (decimal): -5598277 or 12293034. OLE color: 12293034.
HSL color Cylindrical-coordinate representation of color #AA93BB: hue angle of 274.5º degrees, saturation: 0.23, 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 #AA93BB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 147 | 187 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.27 |
| HSL | 274.5º | 0.23% | 0.65% | - |
| HSV(B) | 274.5º | 0.21% | 0.73% | - |
| XYZ | 35.98 | 33 | 51.49 | - |
| YUV | 158.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 187 | 0.09 | 0.21 | 0 | 0.27 | 274.5 | 0.23 | 0.65 |
| Hex | AA | 93 | BB | 9 | 15 | 0 | 1B | 112 | 17 | 41 |
| Octal | 252 | 223 | 273 | 11 | 25 | 0 | 33 | 422 | 27 | 101 |
| Binary | 10101010 | 10010011 | 10111011 | 1001 | 10101 | 0 | 11011 | 100010010 | 10111 | 1000001 |
Color Harmonies of #AA93BB
Complementary color
Monochromatic Colors of #AA93BB
Black with #AA93BB
Text Example
Text Example
White with #AA93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93BB; }
p { color: rgb(170,147,187); }
H1.HeaderClassName
{
color: #AA93BB;
}
.AnyTagClassName
{
color: #AA93BB;
}
</style>
background-color css
<style>
a { background-color: #AA93BB; }
a { background-color: rgb(170,147,187); }
div.DivClassName
{
background-color: #AA93BB;
}
.BgClassName
{
background-color: #AA93BB;
}
</style>
border-color css
<style>
span { border-color: #AA93BB; }
span { border-color: rgb(170,147,187); }
td.TdClassName
{
border-color: #AA93BB;
}
.TagClassName
{
border-color: #AA93BB;
}
</style>