Shades of East Side #A978BC
Tints of East Side #A978BC
RGB
CMYK
RGB Variations
Color information
#A978BC (or 0xA978BC) is known color: East Side. HEX triplet: A9, 78 and BC. RGB value is (169,120,188). Sum of RGB (Red+Green+Blue) = 169+120+188=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A978BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BC is #568743. Grayscale: #8E8E8E. Windows color (decimal): -5670724 or 12351657. OLE color: 12351657.
HSL color Cylindrical-coordinate representation of color #A978BC: hue angle of 283.24º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A978BC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 120 | 188 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.26 |
| HSL | 283.24º | 0.34% | 0.6% | - |
| HSV(B) | 283.24º | 0.36% | 0.74% | - |
| XYZ | 32.16 | 25.5 | 50.8 | - |
| YUV | 142.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 188 | 0.10 | 0.36 | 0 | 0.26 | 283.24 | 0.34 | 0.6 |
| Hex | A9 | 78 | BC | A | 24 | 0 | 1A | 11B | 22 | 3C |
| Octal | 251 | 170 | 274 | 12 | 44 | 0 | 32 | 433 | 42 | 74 |
| Binary | 10101001 | 1111000 | 10111100 | 1010 | 100100 | 0 | 11010 | 100011011 | 100010 | 111100 |
Color Harmonies of #A978BC
Complementary color
Monochromatic Colors of #A978BC
Black with #A978BC
Text Example
Text Example
White with #A978BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978BC; }
p { color: rgb(169,120,188); }
H1.HeaderClassName
{
color: #A978BC;
}
.AnyTagClassName
{
color: #A978BC;
}
</style>
background-color css
<style>
a { background-color: #A978BC; }
a { background-color: rgb(169,120,188); }
div.DivClassName
{
background-color: #A978BC;
}
.BgClassName
{
background-color: #A978BC;
}
</style>
border-color css
<style>
span { border-color: #A978BC; }
span { border-color: rgb(169,120,188); }
td.TdClassName
{
border-color: #A978BC;
}
.TagClassName
{
border-color: #A978BC;
}
</style>