Shades of East Side #A98DBA
Tints of East Side #A98DBA
RGB
CMYK
RGB Variations
Color information
#A98DBA (or 0xA98DBA) is known color: East Side. HEX triplet: A9, 8D and BA. RGB value is (169,141,186). Sum of RGB (Red+Green+Blue) = 169+141+186=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #A98DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DBA is #567245. Grayscale: #9A9A9A. Windows color (decimal): -5665350 or 12225961. OLE color: 12225961.
HSL color Cylindrical-coordinate representation of color #A98DBA: hue angle of 277.33º degrees, saturation: 0.25, 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 #A98DBA is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 141 | 186 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.27 |
| HSL | 277.33º | 0.25% | 0.64% | - |
| HSV(B) | 277.33º | 0.24% | 0.73% | - |
| XYZ | 34.75 | 31.03 | 50.61 | - |
| YUV | 154.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 186 | 0.09 | 0.24 | 0 | 0.27 | 277.33 | 0.25 | 0.64 |
| Hex | A9 | 8D | BA | 9 | 18 | 0 | 1B | 115 | 19 | 40 |
| Octal | 251 | 215 | 272 | 11 | 30 | 0 | 33 | 425 | 31 | 100 |
| Binary | 10101001 | 10001101 | 10111010 | 1001 | 11000 | 0 | 11011 | 100010101 | 11001 | 1000000 |
Color Harmonies of #A98DBA
Complementary color
Monochromatic Colors of #A98DBA
Black with #A98DBA
Text Example
Text Example
White with #A98DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DBA; }
p { color: rgb(169,141,186); }
H1.HeaderClassName
{
color: #A98DBA;
}
.AnyTagClassName
{
color: #A98DBA;
}
</style>
background-color css
<style>
a { background-color: #A98DBA; }
a { background-color: rgb(169,141,186); }
div.DivClassName
{
background-color: #A98DBA;
}
.BgClassName
{
background-color: #A98DBA;
}
</style>
border-color css
<style>
span { border-color: #A98DBA; }
span { border-color: rgb(169,141,186); }
td.TdClassName
{
border-color: #A98DBA;
}
.TagClassName
{
border-color: #A98DBA;
}
</style>