Shades of East Side #A98AC0
Tints of East Side #A98AC0
RGB
CMYK
RGB Variations
Color information
#A98AC0 (or 0xA98AC0) is known color: East Side. HEX triplet: A9, 8A and C0. RGB value is (169,138,192). Sum of RGB (Red+Green+Blue) = 169+138+192=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #A98AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AC0 is #56753F. Grayscale: #999999. Windows color (decimal): -5666112 or 12618409. OLE color: 12618409.
HSL color Cylindrical-coordinate representation of color #A98AC0: hue angle of 274.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98AC0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 138 | 192 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.25 |
| HSL | 274.44º | 0.3% | 0.65% | - |
| HSV(B) | 274.44º | 0.28% | 0.75% | - |
| XYZ | 34.97 | 30.42 | 53.9 | - |
| YUV | 153.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 192 | 0.12 | 0.28 | 0 | 0.25 | 274.44 | 0.3 | 0.65 |
| Hex | A9 | 8A | C0 | C | 1C | 0 | 19 | 112 | 1E | 41 |
| Octal | 251 | 212 | 300 | 14 | 34 | 0 | 31 | 422 | 36 | 101 |
| Binary | 10101001 | 10001010 | 11000000 | 1100 | 11100 | 0 | 11001 | 100010010 | 11110 | 1000001 |
Color Harmonies of #A98AC0
Complementary color
Monochromatic Colors of #A98AC0
Black with #A98AC0
Text Example
Text Example
White with #A98AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98AC0; }
p { color: rgb(169,138,192); }
H1.HeaderClassName
{
color: #A98AC0;
}
.AnyTagClassName
{
color: #A98AC0;
}
</style>
background-color css
<style>
a { background-color: #A98AC0; }
a { background-color: rgb(169,138,192); }
div.DivClassName
{
background-color: #A98AC0;
}
.BgClassName
{
background-color: #A98AC0;
}
</style>
border-color css
<style>
span { border-color: #A98AC0; }
span { border-color: rgb(169,138,192); }
td.TdClassName
{
border-color: #A98AC0;
}
.TagClassName
{
border-color: #A98AC0;
}
</style>