Shades of East Side #A98BB7
Tints of East Side #A98BB7
RGB
CMYK
RGB Variations
Color information
#A98BB7 (or 0xA98BB7) is known color: East Side. HEX triplet: A9, 8B and B7. RGB value is (169,139,183). Sum of RGB (Red+Green+Blue) = 169+139+183=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #A98BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BB7 is #567448. Grayscale: #989898. Windows color (decimal): -5665865 or 12028841. OLE color: 12028841.
HSL color Cylindrical-coordinate representation of color #A98BB7: hue angle of 280.91º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98BB7 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 139 | 183 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.28 |
| HSL | 280.91º | 0.23% | 0.63% | - |
| HSV(B) | 280.91º | 0.24% | 0.72% | - |
| XYZ | 34.14 | 30.32 | 48.85 | - |
| YUV | 152.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 183 | 0.08 | 0.24 | 0 | 0.28 | 280.91 | 0.23 | 0.63 |
| Hex | A9 | 8B | B7 | 8 | 18 | 0 | 1C | 119 | 17 | 3F |
| Octal | 251 | 213 | 267 | 10 | 30 | 0 | 34 | 431 | 27 | 77 |
| Binary | 10101001 | 10001011 | 10110111 | 1000 | 11000 | 0 | 11100 | 100011001 | 10111 | 111111 |
Color Harmonies of #A98BB7
Complementary color
Monochromatic Colors of #A98BB7
Black with #A98BB7
Text Example
Text Example
White with #A98BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BB7; }
p { color: rgb(169,139,183); }
H1.HeaderClassName
{
color: #A98BB7;
}
.AnyTagClassName
{
color: #A98BB7;
}
</style>
background-color css
<style>
a { background-color: #A98BB7; }
a { background-color: rgb(169,139,183); }
div.DivClassName
{
background-color: #A98BB7;
}
.BgClassName
{
background-color: #A98BB7;
}
</style>
border-color css
<style>
span { border-color: #A98BB7; }
span { border-color: rgb(169,139,183); }
td.TdClassName
{
border-color: #A98BB7;
}
.TagClassName
{
border-color: #A98BB7;
}
</style>