Shades of East Side #A98BB8
Tints of East Side #A98BB8
RGB
CMYK
RGB Variations
Color information
#A98BB8 (or 0xA98BB8) is known color: East Side. HEX triplet: A9, 8B and B8. RGB value is (169,139,184). Sum of RGB (Red+Green+Blue) = 169+139+184=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 184 - color contains mainly: blue. Hex color #A98BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BB8 is #567447. Grayscale: #989898. Windows color (decimal): -5665864 or 12094377. OLE color: 12094377.
HSL color Cylindrical-coordinate representation of color #A98BB8: hue angle of 280º degrees, saturation: 0.24, 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 #A98BB8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 139 | 184 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.28 |
| HSL | 280º | 0.24% | 0.63% | - |
| HSV(B) | 280º | 0.24% | 0.72% | - |
| XYZ | 34.25 | 30.36 | 49.4 | - |
| YUV | 153.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 184 | 0.08 | 0.24 | 0 | 0.28 | 280 | 0.24 | 0.63 |
| Hex | A9 | 8B | B8 | 8 | 18 | 0 | 1C | 118 | 18 | 3F |
| Octal | 251 | 213 | 270 | 10 | 30 | 0 | 34 | 430 | 30 | 77 |
| Binary | 10101001 | 10001011 | 10111000 | 1000 | 11000 | 0 | 11100 | 100011000 | 11000 | 111111 |
Color Harmonies of #A98BB8
Complementary color
Monochromatic Colors of #A98BB8
Black with #A98BB8
Text Example
Text Example
White with #A98BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BB8; }
p { color: rgb(169,139,184); }
H1.HeaderClassName
{
color: #A98BB8;
}
.AnyTagClassName
{
color: #A98BB8;
}
</style>
background-color css
<style>
a { background-color: #A98BB8; }
a { background-color: rgb(169,139,184); }
div.DivClassName
{
background-color: #A98BB8;
}
.BgClassName
{
background-color: #A98BB8;
}
</style>
border-color css
<style>
span { border-color: #A98BB8; }
span { border-color: rgb(169,139,184); }
td.TdClassName
{
border-color: #A98BB8;
}
.TagClassName
{
border-color: #A98BB8;
}
</style>