Shades of East Side #A98BB6
Tints of East Side #A98BB6
RGB
CMYK
RGB Variations
Color information
#A98BB6 (or 0xA98BB6) is known color: East Side. HEX triplet: A9, 8B and B6. RGB value is (169,139,182). Sum of RGB (Red+Green+Blue) = 169+139+182=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A98BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BB6 is #567449. Grayscale: #989898. Windows color (decimal): -5665866 or 11963305. OLE color: 11963305.
HSL color Cylindrical-coordinate representation of color #A98BB6: hue angle of 281.86º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98BB6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 139 | 182 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.29 |
| HSL | 281.86º | 0.23% | 0.63% | - |
| HSV(B) | 281.86º | 0.24% | 0.71% | - |
| XYZ | 34.04 | 30.28 | 48.31 | - |
| YUV | 152.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 182 | 0.07 | 0.24 | 0 | 0.29 | 281.86 | 0.23 | 0.63 |
| Hex | A9 | 8B | B6 | 7 | 18 | 0 | 1D | 11A | 17 | 3F |
| Octal | 251 | 213 | 266 | 7 | 30 | 0 | 35 | 432 | 27 | 77 |
| Binary | 10101001 | 10001011 | 10110110 | 111 | 11000 | 0 | 11101 | 100011010 | 10111 | 111111 |
Color Harmonies of #A98BB6
Complementary color
Monochromatic Colors of #A98BB6
Black with #A98BB6
Text Example
Text Example
White with #A98BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BB6; }
p { color: rgb(169,139,182); }
H1.HeaderClassName
{
color: #A98BB6;
}
.AnyTagClassName
{
color: #A98BB6;
}
</style>
background-color css
<style>
a { background-color: #A98BB6; }
a { background-color: rgb(169,139,182); }
div.DivClassName
{
background-color: #A98BB6;
}
.BgClassName
{
background-color: #A98BB6;
}
</style>
border-color css
<style>
span { border-color: #A98BB6; }
span { border-color: rgb(169,139,182); }
td.TdClassName
{
border-color: #A98BB6;
}
.TagClassName
{
border-color: #A98BB6;
}
</style>