Shades of East Side #A98DBC
Tints of East Side #A98DBC
RGB
CMYK
RGB Variations
Color information
#A98DBC (or 0xA98DBC) is known color: East Side. HEX triplet: A9, 8D and BC. RGB value is (169,141,188). Sum of RGB (Red+Green+Blue) = 169+141+188=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A98DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DBC is #567243. Grayscale: #9A9A9A. Windows color (decimal): -5665348 or 12357033. OLE color: 12357033.
HSL color Cylindrical-coordinate representation of color #A98DBC: hue angle of 275.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98DBC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 141 | 188 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.26 |
| HSL | 275.74º | 0.26% | 0.65% | - |
| HSV(B) | 275.74º | 0.25% | 0.74% | - |
| XYZ | 34.96 | 31.12 | 51.74 | - |
| YUV | 154.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 188 | 0.10 | 0.25 | 0 | 0.26 | 275.74 | 0.26 | 0.65 |
| Hex | A9 | 8D | BC | A | 19 | 0 | 1A | 114 | 1A | 41 |
| Octal | 251 | 215 | 274 | 12 | 31 | 0 | 32 | 424 | 32 | 101 |
| Binary | 10101001 | 10001101 | 10111100 | 1010 | 11001 | 0 | 11010 | 100010100 | 11010 | 1000001 |
Color Harmonies of #A98DBC
Complementary color
Monochromatic Colors of #A98DBC
Black with #A98DBC
Text Example
Text Example
White with #A98DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DBC; }
p { color: rgb(169,141,188); }
H1.HeaderClassName
{
color: #A98DBC;
}
.AnyTagClassName
{
color: #A98DBC;
}
</style>
background-color css
<style>
a { background-color: #A98DBC; }
a { background-color: rgb(169,141,188); }
div.DivClassName
{
background-color: #A98DBC;
}
.BgClassName
{
background-color: #A98DBC;
}
</style>
border-color css
<style>
span { border-color: #A98DBC; }
span { border-color: rgb(169,141,188); }
td.TdClassName
{
border-color: #A98DBC;
}
.TagClassName
{
border-color: #A98DBC;
}
</style>