Shades of East Side #A978B9
Tints of East Side #A978B9
RGB
CMYK
RGB Variations
Color information
#A978B9 (or 0xA978B9) is known color: East Side. HEX triplet: A9, 78 and B9. RGB value is (169,120,185). Sum of RGB (Red+Green+Blue) = 169+120+185=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #A978B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978B9 is #568746. Grayscale: #8D8D8D. Windows color (decimal): -5670727 or 12155049. OLE color: 12155049.
HSL color Cylindrical-coordinate representation of color #A978B9: hue angle of 285.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A978B9 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 120 | 185 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.27 |
| HSL | 285.23º | 0.32% | 0.6% | - |
| HSV(B) | 285.23º | 0.35% | 0.73% | - |
| XYZ | 31.84 | 25.37 | 49.12 | - |
| YUV | 142.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 185 | 0.09 | 0.35 | 0 | 0.27 | 285.23 | 0.32 | 0.6 |
| Hex | A9 | 78 | B9 | 9 | 23 | 0 | 1B | 11D | 20 | 3C |
| Octal | 251 | 170 | 271 | 11 | 43 | 0 | 33 | 435 | 40 | 74 |
| Binary | 10101001 | 1111000 | 10111001 | 1001 | 100011 | 0 | 11011 | 100011101 | 100000 | 111100 |
Color Harmonies of #A978B9
Complementary color
Monochromatic Colors of #A978B9
Black with #A978B9
Text Example
Text Example
White with #A978B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978B9; }
p { color: rgb(169,120,185); }
H1.HeaderClassName
{
color: #A978B9;
}
.AnyTagClassName
{
color: #A978B9;
}
</style>
background-color css
<style>
a { background-color: #A978B9; }
a { background-color: rgb(169,120,185); }
div.DivClassName
{
background-color: #A978B9;
}
.BgClassName
{
background-color: #A978B9;
}
</style>
border-color css
<style>
span { border-color: #A978B9; }
span { border-color: rgb(169,120,185); }
td.TdClassName
{
border-color: #A978B9;
}
.TagClassName
{
border-color: #A978B9;
}
</style>