Shades of East Side #A98ABB
Tints of East Side #A98ABB
RGB
CMYK
RGB Variations
Color information
#A98ABB (or 0xA98ABB) is known color: East Side. HEX triplet: A9, 8A and BB. RGB value is (169,138,187). Sum of RGB (Red+Green+Blue) = 169+138+187=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A98ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ABB is #567544. Grayscale: #989898. Windows color (decimal): -5666117 or 12290729. OLE color: 12290729.
HSL color Cylindrical-coordinate representation of color #A98ABB: hue angle of 277.96º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A98ABB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 138 | 187 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.27 |
| HSL | 277.96º | 0.26% | 0.64% | - |
| HSV(B) | 277.96º | 0.26% | 0.73% | - |
| XYZ | 34.42 | 30.2 | 51.03 | - |
| YUV | 152.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 187 | 0.10 | 0.26 | 0 | 0.27 | 277.96 | 0.26 | 0.64 |
| Hex | A9 | 8A | BB | A | 1A | 0 | 1B | 116 | 1A | 40 |
| Octal | 251 | 212 | 273 | 12 | 32 | 0 | 33 | 426 | 32 | 100 |
| Binary | 10101001 | 10001010 | 10111011 | 1010 | 11010 | 0 | 11011 | 100010110 | 11010 | 1000000 |
Color Harmonies of #A98ABB
Complementary color
Monochromatic Colors of #A98ABB
Black with #A98ABB
Text Example
Text Example
White with #A98ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98ABB; }
p { color: rgb(169,138,187); }
H1.HeaderClassName
{
color: #A98ABB;
}
.AnyTagClassName
{
color: #A98ABB;
}
</style>
background-color css
<style>
a { background-color: #A98ABB; }
a { background-color: rgb(169,138,187); }
div.DivClassName
{
background-color: #A98ABB;
}
.BgClassName
{
background-color: #A98ABB;
}
</style>
border-color css
<style>
span { border-color: #A98ABB; }
span { border-color: rgb(169,138,187); }
td.TdClassName
{
border-color: #A98ABB;
}
.TagClassName
{
border-color: #A98ABB;
}
</style>