Shades of East Side #AA92C0
Tints of East Side #AA92C0
RGB
CMYK
RGB Variations
Color information
#AA92C0 (or 0xAA92C0) is known color: East Side. HEX triplet: AA, 92 and C0. RGB value is (170,146,192). Sum of RGB (Red+Green+Blue) = 170+146+192=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92C0 is #556D3F. Grayscale: #9E9E9E. Windows color (decimal): -5598528 or 12620458. OLE color: 12620458.
HSL color Cylindrical-coordinate representation of color #AA92C0: hue angle of 271.3º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA92C0 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 146 | 192 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.25 |
| HSL | 271.3º | 0.27% | 0.66% | - |
| HSV(B) | 271.3º | 0.24% | 0.75% | - |
| XYZ | 36.37 | 32.91 | 54.3 | - |
| YUV | 158.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 192 | 0.11 | 0.24 | 0 | 0.25 | 271.3 | 0.27 | 0.66 |
| Hex | AA | 92 | C0 | B | 18 | 0 | 19 | 10F | 1B | 42 |
| Octal | 252 | 222 | 300 | 13 | 30 | 0 | 31 | 417 | 33 | 102 |
| Binary | 10101010 | 10010010 | 11000000 | 1011 | 11000 | 0 | 11001 | 100001111 | 11011 | 1000010 |
Color Harmonies of #AA92C0
Complementary color
Monochromatic Colors of #AA92C0
Black with #AA92C0
Text Example
Text Example
White with #AA92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92C0; }
p { color: rgb(170,146,192); }
H1.HeaderClassName
{
color: #AA92C0;
}
.AnyTagClassName
{
color: #AA92C0;
}
</style>
background-color css
<style>
a { background-color: #AA92C0; }
a { background-color: rgb(170,146,192); }
div.DivClassName
{
background-color: #AA92C0;
}
.BgClassName
{
background-color: #AA92C0;
}
</style>
border-color css
<style>
span { border-color: #AA92C0; }
span { border-color: rgb(170,146,192); }
td.TdClassName
{
border-color: #AA92C0;
}
.TagClassName
{
border-color: #AA92C0;
}
</style>