Shades of East Side #A98EBB
Tints of East Side #A98EBB
RGB
CMYK
RGB Variations
Color information
#A98EBB (or 0xA98EBB) is known color: East Side. HEX triplet: A9, 8E and BB. RGB value is (169,142,187). Sum of RGB (Red+Green+Blue) = 169+142+187=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A98EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EBB is #567144. Grayscale: #9B9B9B. Windows color (decimal): -5665093 or 12291753. OLE color: 12291753.
HSL color Cylindrical-coordinate representation of color #A98EBB: hue angle of 276º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98EBB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 142 | 187 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.27 |
| HSL | 276º | 0.25% | 0.65% | - |
| HSV(B) | 276º | 0.24% | 0.73% | - |
| XYZ | 35 | 31.37 | 51.22 | - |
| YUV | 155.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 187 | 0.10 | 0.24 | 0 | 0.27 | 276 | 0.25 | 0.65 |
| Hex | A9 | 8E | BB | A | 18 | 0 | 1B | 114 | 19 | 41 |
| Octal | 251 | 216 | 273 | 12 | 30 | 0 | 33 | 424 | 31 | 101 |
| Binary | 10101001 | 10001110 | 10111011 | 1010 | 11000 | 0 | 11011 | 100010100 | 11001 | 1000001 |
Color Harmonies of #A98EBB
Complementary color
Monochromatic Colors of #A98EBB
Black with #A98EBB
Text Example
Text Example
White with #A98EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98EBB; }
p { color: rgb(169,142,187); }
H1.HeaderClassName
{
color: #A98EBB;
}
.AnyTagClassName
{
color: #A98EBB;
}
</style>
background-color css
<style>
a { background-color: #A98EBB; }
a { background-color: rgb(169,142,187); }
div.DivClassName
{
background-color: #A98EBB;
}
.BgClassName
{
background-color: #A98EBB;
}
</style>
border-color css
<style>
span { border-color: #A98EBB; }
span { border-color: rgb(169,142,187); }
td.TdClassName
{
border-color: #A98EBB;
}
.TagClassName
{
border-color: #A98EBB;
}
</style>