Shades of East Side #A98DBB
Tints of East Side #A98DBB
RGB
CMYK
RGB Variations
Color information
#A98DBB (or 0xA98DBB) is known color: East Side. HEX triplet: A9, 8D and BB. RGB value is (169,141,187). Sum of RGB (Red+Green+Blue) = 169+141+187=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A98DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DBB is #567244. Grayscale: #9A9A9A. Windows color (decimal): -5665349 or 12291497. OLE color: 12291497.
HSL color Cylindrical-coordinate representation of color #A98DBB: hue angle of 276.52º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98DBB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 141 | 187 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.27 |
| HSL | 276.52º | 0.25% | 0.64% | - |
| HSV(B) | 276.52º | 0.25% | 0.73% | - |
| XYZ | 34.86 | 31.07 | 51.17 | - |
| YUV | 154.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 187 | 0.10 | 0.25 | 0 | 0.27 | 276.52 | 0.25 | 0.64 |
| Hex | A9 | 8D | BB | A | 19 | 0 | 1B | 115 | 19 | 40 |
| Octal | 251 | 215 | 273 | 12 | 31 | 0 | 33 | 425 | 31 | 100 |
| Binary | 10101001 | 10001101 | 10111011 | 1010 | 11001 | 0 | 11011 | 100010101 | 11001 | 1000000 |
Color Harmonies of #A98DBB
Complementary color
Monochromatic Colors of #A98DBB
Black with #A98DBB
Text Example
Text Example
White with #A98DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DBB; }
p { color: rgb(169,141,187); }
H1.HeaderClassName
{
color: #A98DBB;
}
.AnyTagClassName
{
color: #A98DBB;
}
</style>
background-color css
<style>
a { background-color: #A98DBB; }
a { background-color: rgb(169,141,187); }
div.DivClassName
{
background-color: #A98DBB;
}
.BgClassName
{
background-color: #A98DBB;
}
</style>
border-color css
<style>
span { border-color: #A98DBB; }
span { border-color: rgb(169,141,187); }
td.TdClassName
{
border-color: #A98DBB;
}
.TagClassName
{
border-color: #A98DBB;
}
</style>