Shades of East Side #AA92B8
Tints of East Side #AA92B8
RGB
CMYK
RGB Variations
Color information
#AA92B8 (or 0xAA92B8) is known color: East Side. HEX triplet: AA, 92 and B8. RGB value is (170,146,184). Sum of RGB (Red+Green+Blue) = 170+146+184=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA92B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92B8 is #556D47. Grayscale: #9D9D9D. Windows color (decimal): -5598536 or 12096170. OLE color: 12096170.
HSL color Cylindrical-coordinate representation of color #AA92B8: hue angle of 277.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA92B8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 146 | 184 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.28 |
| HSL | 277.89º | 0.21% | 0.65% | - |
| HSV(B) | 277.89º | 0.21% | 0.72% | - |
| XYZ | 35.51 | 32.56 | 49.76 | - |
| YUV | 157.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 184 | 0.08 | 0.21 | 0 | 0.28 | 277.89 | 0.21 | 0.65 |
| Hex | AA | 92 | B8 | 8 | 15 | 0 | 1C | 116 | 15 | 41 |
| Octal | 252 | 222 | 270 | 10 | 25 | 0 | 34 | 426 | 25 | 101 |
| Binary | 10101010 | 10010010 | 10111000 | 1000 | 10101 | 0 | 11100 | 100010110 | 10101 | 1000001 |
Color Harmonies of #AA92B8
Complementary color
Monochromatic Colors of #AA92B8
Black with #AA92B8
Text Example
Text Example
White with #AA92B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92B8; }
p { color: rgb(170,146,184); }
H1.HeaderClassName
{
color: #AA92B8;
}
.AnyTagClassName
{
color: #AA92B8;
}
</style>
background-color css
<style>
a { background-color: #AA92B8; }
a { background-color: rgb(170,146,184); }
div.DivClassName
{
background-color: #AA92B8;
}
.BgClassName
{
background-color: #AA92B8;
}
</style>
border-color css
<style>
span { border-color: #AA92B8; }
span { border-color: rgb(170,146,184); }
td.TdClassName
{
border-color: #AA92B8;
}
.TagClassName
{
border-color: #AA92B8;
}
</style>