Shades of East Side #A98DB9
Tints of East Side #A98DB9
RGB
CMYK
RGB Variations
Color information
#A98DB9 (or 0xA98DB9) is known color: East Side. HEX triplet: A9, 8D and B9. RGB value is (169,141,185). Sum of RGB (Red+Green+Blue) = 169+141+185=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #A98DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DB9 is #567246. Grayscale: #9A9A9A. Windows color (decimal): -5665351 or 12160425. OLE color: 12160425.
HSL color Cylindrical-coordinate representation of color #A98DB9: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98DB9 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 141 | 185 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.27 |
| HSL | 278.18º | 0.24% | 0.64% | - |
| HSV(B) | 278.18º | 0.24% | 0.73% | - |
| XYZ | 34.64 | 30.99 | 50.05 | - |
| YUV | 154.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 185 | 0.09 | 0.24 | 0 | 0.27 | 278.18 | 0.24 | 0.64 |
| Hex | A9 | 8D | B9 | 9 | 18 | 0 | 1B | 116 | 18 | 40 |
| Octal | 251 | 215 | 271 | 11 | 30 | 0 | 33 | 426 | 30 | 100 |
| Binary | 10101001 | 10001101 | 10111001 | 1001 | 11000 | 0 | 11011 | 100010110 | 11000 | 1000000 |
Color Harmonies of #A98DB9
Complementary color
Monochromatic Colors of #A98DB9
Black with #A98DB9
Text Example
Text Example
White with #A98DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DB9; }
p { color: rgb(169,141,185); }
H1.HeaderClassName
{
color: #A98DB9;
}
.AnyTagClassName
{
color: #A98DB9;
}
</style>
background-color css
<style>
a { background-color: #A98DB9; }
a { background-color: rgb(169,141,185); }
div.DivClassName
{
background-color: #A98DB9;
}
.BgClassName
{
background-color: #A98DB9;
}
</style>
border-color css
<style>
span { border-color: #A98DB9; }
span { border-color: rgb(169,141,185); }
td.TdClassName
{
border-color: #A98DB9;
}
.TagClassName
{
border-color: #A98DB9;
}
</style>