Shades of East Side #A98EC6
Tints of East Side #A98EC6
RGB
CMYK
RGB Variations
Color information
#A98EC6 (or 0xA98EC6) is known color: East Side. HEX triplet: A9, 8E and C6. RGB value is (169,142,198). Sum of RGB (Red+Green+Blue) = 169+142+198=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A98EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EC6 is #567139. Grayscale: #9C9C9C. Windows color (decimal): -5665082 or 13012649. OLE color: 13012649.
HSL color Cylindrical-coordinate representation of color #A98EC6: hue angle of 268.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98EC6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 142 | 198 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.22 |
| HSL | 268.93º | 0.33% | 0.67% | - |
| HSV(B) | 268.93º | 0.28% | 0.78% | - |
| XYZ | 36.23 | 31.86 | 57.67 | - |
| YUV | 156.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 198 | 0.15 | 0.28 | 0 | 0.22 | 268.93 | 0.33 | 0.67 |
| Hex | A9 | 8E | C6 | F | 1C | 0 | 16 | 10D | 21 | 43 |
| Octal | 251 | 216 | 306 | 17 | 34 | 0 | 26 | 415 | 41 | 103 |
| Binary | 10101001 | 10001110 | 11000110 | 1111 | 11100 | 0 | 10110 | 100001101 | 100001 | 1000011 |
Color Harmonies of #A98EC6
Complementary color
Monochromatic Colors of #A98EC6
Black with #A98EC6
Text Example
Text Example
White with #A98EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98EC6; }
p { color: rgb(169,142,198); }
H1.HeaderClassName
{
color: #A98EC6;
}
.AnyTagClassName
{
color: #A98EC6;
}
</style>
background-color css
<style>
a { background-color: #A98EC6; }
a { background-color: rgb(169,142,198); }
div.DivClassName
{
background-color: #A98EC6;
}
.BgClassName
{
background-color: #A98EC6;
}
</style>
border-color css
<style>
span { border-color: #A98EC6; }
span { border-color: rgb(169,142,198); }
td.TdClassName
{
border-color: #A98EC6;
}
.TagClassName
{
border-color: #A98EC6;
}
</style>