Shades of East Side #AA93B0
Tints of East Side #AA93B0
RGB
CMYK
RGB Variations
Color information
#AA93B0 (or 0xAA93B0) is known color: East Side. HEX triplet: AA, 93 and B0. RGB value is (170,147,176). Sum of RGB (Red+Green+Blue) = 170+147+176=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA93B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93B0 is #556C4F. Grayscale: #9D9D9D. Windows color (decimal): -5598288 or 11572138. OLE color: 11572138.
HSL color Cylindrical-coordinate representation of color #AA93B0: hue angle of 287.59º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA93B0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 147 | 176 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.31 |
| HSL | 287.59º | 0.16% | 0.63% | - |
| HSV(B) | 287.59º | 0.16% | 0.69% | - |
| XYZ | 34.85 | 32.55 | 45.52 | - |
| YUV | 157.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 176 | 0.03 | 0.16 | 0 | 0.31 | 287.59 | 0.16 | 0.63 |
| Hex | AA | 93 | B0 | 3 | 10 | 0 | 1F | 120 | 10 | 3F |
| Octal | 252 | 223 | 260 | 3 | 20 | 0 | 37 | 440 | 20 | 77 |
| Binary | 10101010 | 10010011 | 10110000 | 11 | 10000 | 0 | 11111 | 100100000 | 10000 | 111111 |
Color Harmonies of #AA93B0
Complementary color
Monochromatic Colors of #AA93B0
Black with #AA93B0
Text Example
Text Example
White with #AA93B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93B0; }
p { color: rgb(170,147,176); }
H1.HeaderClassName
{
color: #AA93B0;
}
.AnyTagClassName
{
color: #AA93B0;
}
</style>
background-color css
<style>
a { background-color: #AA93B0; }
a { background-color: rgb(170,147,176); }
div.DivClassName
{
background-color: #AA93B0;
}
.BgClassName
{
background-color: #AA93B0;
}
</style>
border-color css
<style>
span { border-color: #AA93B0; }
span { border-color: rgb(170,147,176); }
td.TdClassName
{
border-color: #AA93B0;
}
.TagClassName
{
border-color: #AA93B0;
}
</style>