Shades of East Side #A978C9
Tints of East Side #A978C9
RGB
CMYK
RGB Variations
Color information
#A978C9 (or 0xA978C9) is known color: East Side. HEX triplet: A9, 78 and C9. RGB value is (169,120,201). Sum of RGB (Red+Green+Blue) = 169+120+201=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #A978C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978C9 is #568736. Grayscale: #8F8F8F. Windows color (decimal): -5670711 or 13203625. OLE color: 13203625.
HSL color Cylindrical-coordinate representation of color #A978C9: hue angle of 276.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A978C9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 120 | 201 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.21 |
| HSL | 276.3º | 0.43% | 0.63% | - |
| HSV(B) | 276.3º | 0.4% | 0.79% | - |
| XYZ | 33.62 | 26.09 | 58.52 | - |
| YUV | 143.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 201 | 0.16 | 0.40 | 0 | 0.21 | 276.3 | 0.43 | 0.63 |
| Hex | A9 | 78 | C9 | 10 | 28 | 0 | 15 | 114 | 2B | 3F |
| Octal | 251 | 170 | 311 | 20 | 50 | 0 | 25 | 424 | 53 | 77 |
| Binary | 10101001 | 1111000 | 11001001 | 10000 | 101000 | 0 | 10101 | 100010100 | 101011 | 111111 |
Color Harmonies of #A978C9
Complementary color
Monochromatic Colors of #A978C9
Black with #A978C9
Text Example
Text Example
White with #A978C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978C9; }
p { color: rgb(169,120,201); }
H1.HeaderClassName
{
color: #A978C9;
}
.AnyTagClassName
{
color: #A978C9;
}
</style>
background-color css
<style>
a { background-color: #A978C9; }
a { background-color: rgb(169,120,201); }
div.DivClassName
{
background-color: #A978C9;
}
.BgClassName
{
background-color: #A978C9;
}
</style>
border-color css
<style>
span { border-color: #A978C9; }
span { border-color: rgb(169,120,201); }
td.TdClassName
{
border-color: #A978C9;
}
.TagClassName
{
border-color: #A978C9;
}
</style>