Shades of East Side #A98CB8
Tints of East Side #A98CB8
RGB
CMYK
RGB Variations
Color information
#A98CB8 (or 0xA98CB8) is known color: East Side. HEX triplet: A9, 8C and B8. RGB value is (169,140,184). Sum of RGB (Red+Green+Blue) = 169+140+184=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #A98CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CB8 is #567347. Grayscale: #999999. Windows color (decimal): -5665608 or 12094633. OLE color: 12094633.
HSL color Cylindrical-coordinate representation of color #A98CB8: hue angle of 279.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98CB8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 140 | 184 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.28 |
| HSL | 279.55º | 0.24% | 0.64% | - |
| HSV(B) | 279.55º | 0.24% | 0.72% | - |
| XYZ | 34.39 | 30.65 | 49.45 | - |
| YUV | 153.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 184 | 0.08 | 0.24 | 0 | 0.28 | 279.55 | 0.24 | 0.64 |
| Hex | A9 | 8C | B8 | 8 | 18 | 0 | 1C | 118 | 18 | 40 |
| Octal | 251 | 214 | 270 | 10 | 30 | 0 | 34 | 430 | 30 | 100 |
| Binary | 10101001 | 10001100 | 10111000 | 1000 | 11000 | 0 | 11100 | 100011000 | 11000 | 1000000 |
Color Harmonies of #A98CB8
Complementary color
Monochromatic Colors of #A98CB8
Black with #A98CB8
Text Example
Text Example
White with #A98CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CB8; }
p { color: rgb(169,140,184); }
H1.HeaderClassName
{
color: #A98CB8;
}
.AnyTagClassName
{
color: #A98CB8;
}
</style>
background-color css
<style>
a { background-color: #A98CB8; }
a { background-color: rgb(169,140,184); }
div.DivClassName
{
background-color: #A98CB8;
}
.BgClassName
{
background-color: #A98CB8;
}
</style>
border-color css
<style>
span { border-color: #A98CB8; }
span { border-color: rgb(169,140,184); }
td.TdClassName
{
border-color: #A98CB8;
}
.TagClassName
{
border-color: #A98CB8;
}
</style>