Shades of East Side #A98DC5
Tints of East Side #A98DC5
RGB
CMYK
RGB Variations
Color information
#A98DC5 (or 0xA98DC5) is known color: East Side. HEX triplet: A9, 8D and C5. RGB value is (169,141,197). Sum of RGB (Red+Green+Blue) = 169+141+197=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #A98DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DC5 is #56723A. Grayscale: #9B9B9B. Windows color (decimal): -5665339 or 12946857. OLE color: 12946857.
HSL color Cylindrical-coordinate representation of color #A98DC5: hue angle of 270º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98DC5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 141 | 197 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.23 |
| HSL | 270º | 0.33% | 0.66% | - |
| HSV(B) | 270º | 0.28% | 0.77% | - |
| XYZ | 35.97 | 31.52 | 57.01 | - |
| YUV | 155.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 197 | 0.14 | 0.28 | 0 | 0.23 | 270 | 0.33 | 0.66 |
| Hex | A9 | 8D | C5 | E | 1C | 0 | 17 | 10E | 21 | 42 |
| Octal | 251 | 215 | 305 | 16 | 34 | 0 | 27 | 416 | 41 | 102 |
| Binary | 10101001 | 10001101 | 11000101 | 1110 | 11100 | 0 | 10111 | 100001110 | 100001 | 1000010 |
Color Harmonies of #A98DC5
Complementary color
Monochromatic Colors of #A98DC5
Black with #A98DC5
Text Example
Text Example
White with #A98DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DC5; }
p { color: rgb(169,141,197); }
H1.HeaderClassName
{
color: #A98DC5;
}
.AnyTagClassName
{
color: #A98DC5;
}
</style>
background-color css
<style>
a { background-color: #A98DC5; }
a { background-color: rgb(169,141,197); }
div.DivClassName
{
background-color: #A98DC5;
}
.BgClassName
{
background-color: #A98DC5;
}
</style>
border-color css
<style>
span { border-color: #A98DC5; }
span { border-color: rgb(169,141,197); }
td.TdClassName
{
border-color: #A98DC5;
}
.TagClassName
{
border-color: #A98DC5;
}
</style>