Shades of East Side #A98CC8
Tints of East Side #A98CC8
RGB
CMYK
RGB Variations
Color information
#A98CC8 (or 0xA98CC8) is known color: East Side. HEX triplet: A9, 8C and C8. RGB value is (169,140,200). Sum of RGB (Red+Green+Blue) = 169+140+200=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #A98CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC8 is #567337. Grayscale: #9B9B9B. Windows color (decimal): -5665592 or 13143209. OLE color: 13143209.
HSL color Cylindrical-coordinate representation of color #A98CC8: hue angle of 269º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98CC8 is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 140 | 200 | - |
| CMYK | 0.16 | 0.3 | 0 | 0.22 |
| HSL | 269º | 0.35% | 0.67% | - |
| HSV(B) | 269º | 0.3% | 0.78% | - |
| XYZ | 36.17 | 31.36 | 58.79 | - |
| YUV | 155.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 200 | 0.16 | 0.3 | 0 | 0.22 | 269 | 0.35 | 0.67 |
| Hex | A9 | 8C | C8 | 10 | 1E | 0 | 16 | 10D | 23 | 43 |
| Octal | 251 | 214 | 310 | 20 | 36 | 0 | 26 | 415 | 43 | 103 |
| Binary | 10101001 | 10001100 | 11001000 | 10000 | 11110 | 0 | 10110 | 100001101 | 100011 | 1000011 |
Color Harmonies of #A98CC8
Complementary color
Monochromatic Colors of #A98CC8
Black with #A98CC8
Text Example
Text Example
White with #A98CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CC8; }
p { color: rgb(169,140,200); }
H1.HeaderClassName
{
color: #A98CC8;
}
.AnyTagClassName
{
color: #A98CC8;
}
</style>
background-color css
<style>
a { background-color: #A98CC8; }
a { background-color: rgb(169,140,200); }
div.DivClassName
{
background-color: #A98CC8;
}
.BgClassName
{
background-color: #A98CC8;
}
</style>
border-color css
<style>
span { border-color: #A98CC8; }
span { border-color: rgb(169,140,200); }
td.TdClassName
{
border-color: #A98CC8;
}
.TagClassName
{
border-color: #A98CC8;
}
</style>