Shades of East Side #A98BBC
Tints of East Side #A98BBC
RGB
CMYK
RGB Variations
Color information
#A98BBC (or 0xA98BBC) is known color: East Side. HEX triplet: A9, 8B and BC. RGB value is (169,139,188). Sum of RGB (Red+Green+Blue) = 169+139+188=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A98BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBC is #567443. Grayscale: #999999. Windows color (decimal): -5665860 or 12356521. OLE color: 12356521.
HSL color Cylindrical-coordinate representation of color #A98BBC: hue angle of 276.73º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A98BBC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 139 | 188 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.26 |
| HSL | 276.73º | 0.27% | 0.64% | - |
| HSV(B) | 276.73º | 0.26% | 0.74% | - |
| XYZ | 34.67 | 30.53 | 51.64 | - |
| YUV | 153.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 188 | 0.10 | 0.26 | 0 | 0.26 | 276.73 | 0.27 | 0.64 |
| Hex | A9 | 8B | BC | A | 1A | 0 | 1A | 115 | 1B | 40 |
| Octal | 251 | 213 | 274 | 12 | 32 | 0 | 32 | 425 | 33 | 100 |
| Binary | 10101001 | 10001011 | 10111100 | 1010 | 11010 | 0 | 11010 | 100010101 | 11011 | 1000000 |
Color Harmonies of #A98BBC
Complementary color
Monochromatic Colors of #A98BBC
Black with #A98BBC
Text Example
Text Example
White with #A98BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BBC; }
p { color: rgb(169,139,188); }
H1.HeaderClassName
{
color: #A98BBC;
}
.AnyTagClassName
{
color: #A98BBC;
}
</style>
background-color css
<style>
a { background-color: #A98BBC; }
a { background-color: rgb(169,139,188); }
div.DivClassName
{
background-color: #A98BBC;
}
.BgClassName
{
background-color: #A98BBC;
}
</style>
border-color css
<style>
span { border-color: #A98BBC; }
span { border-color: rgb(169,139,188); }
td.TdClassName
{
border-color: #A98BBC;
}
.TagClassName
{
border-color: #A98BBC;
}
</style>