Shades of East Side #A98CC0
Tints of East Side #A98CC0
RGB
CMYK
RGB Variations
Color information
#A98CC0 (or 0xA98CC0) is known color: East Side. HEX triplet: A9, 8C and C0. RGB value is (169,140,192). Sum of RGB (Red+Green+Blue) = 169+140+192=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #A98CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC0 is #56733F. Grayscale: #9A9A9A. Windows color (decimal): -5665600 or 12618921. OLE color: 12618921.
HSL color Cylindrical-coordinate representation of color #A98CC0: hue angle of 273.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A98CC0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 140 | 192 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.25 |
| HSL | 273.46º | 0.29% | 0.65% | - |
| HSV(B) | 273.46º | 0.27% | 0.75% | - |
| XYZ | 35.25 | 31 | 53.99 | - |
| YUV | 154.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 192 | 0.12 | 0.27 | 0 | 0.25 | 273.46 | 0.29 | 0.65 |
| Hex | A9 | 8C | C0 | C | 1B | 0 | 19 | 111 | 1D | 41 |
| Octal | 251 | 214 | 300 | 14 | 33 | 0 | 31 | 421 | 35 | 101 |
| Binary | 10101001 | 10001100 | 11000000 | 1100 | 11011 | 0 | 11001 | 100010001 | 11101 | 1000001 |
Color Harmonies of #A98CC0
Complementary color
Monochromatic Colors of #A98CC0
Black with #A98CC0
Text Example
Text Example
White with #A98CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CC0; }
p { color: rgb(169,140,192); }
H1.HeaderClassName
{
color: #A98CC0;
}
.AnyTagClassName
{
color: #A98CC0;
}
</style>
background-color css
<style>
a { background-color: #A98CC0; }
a { background-color: rgb(169,140,192); }
div.DivClassName
{
background-color: #A98CC0;
}
.BgClassName
{
background-color: #A98CC0;
}
</style>
border-color css
<style>
span { border-color: #A98CC0; }
span { border-color: rgb(169,140,192); }
td.TdClassName
{
border-color: #A98CC0;
}
.TagClassName
{
border-color: #A98CC0;
}
</style>