Shades of East Side #AA92BC
Tints of East Side #AA92BC
RGB
CMYK
RGB Variations
Color information
#AA92BC (or 0xAA92BC) is known color: East Side. HEX triplet: AA, 92 and BC. RGB value is (170,146,188). Sum of RGB (Red+Green+Blue) = 170+146+188=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92BC is #556D43. Grayscale: #9D9D9D. Windows color (decimal): -5598532 or 12358314. OLE color: 12358314.
HSL color Cylindrical-coordinate representation of color #AA92BC: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA92BC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 146 | 188 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.26 |
| HSL | 274.29º | 0.24% | 0.65% | - |
| HSV(B) | 274.29º | 0.22% | 0.74% | - |
| XYZ | 35.93 | 32.73 | 52 | - |
| YUV | 157.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 188 | 0.10 | 0.22 | 0 | 0.26 | 274.29 | 0.24 | 0.65 |
| Hex | AA | 92 | BC | A | 16 | 0 | 1A | 112 | 18 | 41 |
| Octal | 252 | 222 | 274 | 12 | 26 | 0 | 32 | 422 | 30 | 101 |
| Binary | 10101010 | 10010010 | 10111100 | 1010 | 10110 | 0 | 11010 | 100010010 | 11000 | 1000001 |
Color Harmonies of #AA92BC
Complementary color
Monochromatic Colors of #AA92BC
Black with #AA92BC
Text Example
Text Example
White with #AA92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92BC; }
p { color: rgb(170,146,188); }
H1.HeaderClassName
{
color: #AA92BC;
}
.AnyTagClassName
{
color: #AA92BC;
}
</style>
background-color css
<style>
a { background-color: #AA92BC; }
a { background-color: rgb(170,146,188); }
div.DivClassName
{
background-color: #AA92BC;
}
.BgClassName
{
background-color: #AA92BC;
}
</style>
border-color css
<style>
span { border-color: #AA92BC; }
span { border-color: rgb(170,146,188); }
td.TdClassName
{
border-color: #AA92BC;
}
.TagClassName
{
border-color: #AA92BC;
}
</style>