Shades of East Side #A978CA
Tints of East Side #A978CA
RGB
CMYK
RGB Variations
Color information
#A978CA (or 0xA978CA) is known color: East Side. HEX triplet: A9, 78 and CA. RGB value is (169,120,202). Sum of RGB (Red+Green+Blue) = 169+120+202=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A978CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CA is #568735. Grayscale: #8F8F8F. Windows color (decimal): -5670710 or 13269161. OLE color: 13269161.
HSL color Cylindrical-coordinate representation of color #A978CA: hue angle of 275.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A978CA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 120 | 202 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.21 |
| HSL | 275.85º | 0.44% | 0.63% | - |
| HSV(B) | 275.85º | 0.41% | 0.79% | - |
| XYZ | 33.74 | 26.13 | 59.14 | - |
| YUV | 144 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 202 | 0.16 | 0.41 | 0 | 0.21 | 275.85 | 0.44 | 0.63 |
| Hex | A9 | 78 | CA | 10 | 29 | 0 | 15 | 114 | 2C | 3F |
| Octal | 251 | 170 | 312 | 20 | 51 | 0 | 25 | 424 | 54 | 77 |
| Binary | 10101001 | 1111000 | 11001010 | 10000 | 101001 | 0 | 10101 | 100010100 | 101100 | 111111 |
Color Harmonies of #A978CA
Complementary color
Monochromatic Colors of #A978CA
Black with #A978CA
Text Example
Text Example
White with #A978CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978CA; }
p { color: rgb(169,120,202); }
H1.HeaderClassName
{
color: #A978CA;
}
.AnyTagClassName
{
color: #A978CA;
}
</style>
background-color css
<style>
a { background-color: #A978CA; }
a { background-color: rgb(169,120,202); }
div.DivClassName
{
background-color: #A978CA;
}
.BgClassName
{
background-color: #A978CA;
}
</style>
border-color css
<style>
span { border-color: #A978CA; }
span { border-color: rgb(169,120,202); }
td.TdClassName
{
border-color: #A978CA;
}
.TagClassName
{
border-color: #A978CA;
}
</style>