Shades of East Side #A98BBE
Tints of East Side #A98BBE
RGB
CMYK
RGB Variations
Color information
#A98BBE (or 0xA98BBE) is known color: East Side. HEX triplet: A9, 8B and BE. RGB value is (169,139,190). Sum of RGB (Red+Green+Blue) = 169+139+190=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A98BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBE is #567441. Grayscale: #999999. Windows color (decimal): -5665858 or 12487593. OLE color: 12487593.
HSL color Cylindrical-coordinate representation of color #A98BBE: hue angle of 275.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A98BBE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 139 | 190 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.25 |
| HSL | 275.29º | 0.28% | 0.65% | - |
| HSV(B) | 275.29º | 0.27% | 0.75% | - |
| XYZ | 34.89 | 30.62 | 52.79 | - |
| YUV | 153.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 190 | 0.11 | 0.27 | 0 | 0.25 | 275.29 | 0.28 | 0.65 |
| Hex | A9 | 8B | BE | B | 1B | 0 | 19 | 113 | 1C | 41 |
| Octal | 251 | 213 | 276 | 13 | 33 | 0 | 31 | 423 | 34 | 101 |
| Binary | 10101001 | 10001011 | 10111110 | 1011 | 11011 | 0 | 11001 | 100010011 | 11100 | 1000001 |
Color Harmonies of #A98BBE
Complementary color
Monochromatic Colors of #A98BBE
Black with #A98BBE
Text Example
Text Example
White with #A98BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BBE; }
p { color: rgb(169,139,190); }
H1.HeaderClassName
{
color: #A98BBE;
}
.AnyTagClassName
{
color: #A98BBE;
}
</style>
background-color css
<style>
a { background-color: #A98BBE; }
a { background-color: rgb(169,139,190); }
div.DivClassName
{
background-color: #A98BBE;
}
.BgClassName
{
background-color: #A98BBE;
}
</style>
border-color css
<style>
span { border-color: #A98BBE; }
span { border-color: rgb(169,139,190); }
td.TdClassName
{
border-color: #A98BBE;
}
.TagClassName
{
border-color: #A98BBE;
}
</style>