Shades of East Side #AA93B8
Tints of East Side #AA93B8
RGB
CMYK
RGB Variations
Color information
#AA93B8 (or 0xAA93B8) is known color: East Side. HEX triplet: AA, 93 and B8. RGB value is (170,147,184). Sum of RGB (Red+Green+Blue) = 170+147+184=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA93B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93B8 is #556C47. Grayscale: #9D9D9D. Windows color (decimal): -5598280 or 12096426. OLE color: 12096426.
HSL color Cylindrical-coordinate representation of color #AA93B8: hue angle of 277.3º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA93B8 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 147 | 184 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.28 |
| HSL | 277.3º | 0.21% | 0.65% | - |
| HSV(B) | 277.3º | 0.2% | 0.72% | - |
| XYZ | 35.66 | 32.87 | 49.81 | - |
| YUV | 158.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 184 | 0.08 | 0.20 | 0 | 0.28 | 277.3 | 0.21 | 0.65 |
| Hex | AA | 93 | B8 | 8 | 14 | 0 | 1C | 115 | 15 | 41 |
| Octal | 252 | 223 | 270 | 10 | 24 | 0 | 34 | 425 | 25 | 101 |
| Binary | 10101010 | 10010011 | 10111000 | 1000 | 10100 | 0 | 11100 | 100010101 | 10101 | 1000001 |
Color Harmonies of #AA93B8
Complementary color
Monochromatic Colors of #AA93B8
Black with #AA93B8
Text Example
Text Example
White with #AA93B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93B8; }
p { color: rgb(170,147,184); }
H1.HeaderClassName
{
color: #AA93B8;
}
.AnyTagClassName
{
color: #AA93B8;
}
</style>
background-color css
<style>
a { background-color: #AA93B8; }
a { background-color: rgb(170,147,184); }
div.DivClassName
{
background-color: #AA93B8;
}
.BgClassName
{
background-color: #AA93B8;
}
</style>
border-color css
<style>
span { border-color: #AA93B8; }
span { border-color: rgb(170,147,184); }
td.TdClassName
{
border-color: #AA93B8;
}
.TagClassName
{
border-color: #AA93B8;
}
</style>