Shades of East Side #A98BBD
Tints of East Side #A98BBD
RGB
CMYK
RGB Variations
Color information
#A98BBD (or 0xA98BBD) is known color: East Side. HEX triplet: A9, 8B and BD. RGB value is (169,139,189). Sum of RGB (Red+Green+Blue) = 169+139+189=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A98BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBD is #567442. Grayscale: #999999. Windows color (decimal): -5665859 or 12422057. OLE color: 12422057.
HSL color Cylindrical-coordinate representation of color #A98BBD: hue angle of 276º 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 #A98BBD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 139 | 189 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.26 |
| HSL | 276º | 0.27% | 0.64% | - |
| HSV(B) | 276º | 0.26% | 0.74% | - |
| XYZ | 34.78 | 30.57 | 52.21 | - |
| YUV | 153.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 189 | 0.11 | 0.26 | 0 | 0.26 | 276 | 0.27 | 0.64 |
| Hex | A9 | 8B | BD | B | 1A | 0 | 1A | 114 | 1B | 40 |
| Octal | 251 | 213 | 275 | 13 | 32 | 0 | 32 | 424 | 33 | 100 |
| Binary | 10101001 | 10001011 | 10111101 | 1011 | 11010 | 0 | 11010 | 100010100 | 11011 | 1000000 |
Color Harmonies of #A98BBD
Complementary color
Monochromatic Colors of #A98BBD
Black with #A98BBD
Text Example
Text Example
White with #A98BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BBD; }
p { color: rgb(169,139,189); }
H1.HeaderClassName
{
color: #A98BBD;
}
.AnyTagClassName
{
color: #A98BBD;
}
</style>
background-color css
<style>
a { background-color: #A98BBD; }
a { background-color: rgb(169,139,189); }
div.DivClassName
{
background-color: #A98BBD;
}
.BgClassName
{
background-color: #A98BBD;
}
</style>
border-color css
<style>
span { border-color: #A98BBD; }
span { border-color: rgb(169,139,189); }
td.TdClassName
{
border-color: #A98BBD;
}
.TagClassName
{
border-color: #A98BBD;
}
</style>