Shades of East Side #A978B0
Tints of East Side #A978B0
RGB
CMYK
RGB Variations
Color information
#A978B0 (or 0xA978B0) is known color: East Side. HEX triplet: A9, 78 and B0. RGB value is (169,120,176). Sum of RGB (Red+Green+Blue) = 169+120+176=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #A978B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978B0 is #56874F. Grayscale: #8C8C8C. Windows color (decimal): -5670736 or 11565225. OLE color: 11565225.
HSL color Cylindrical-coordinate representation of color #A978B0: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A978B0 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 120 | 176 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.31 |
| HSL | 292.5º | 0.26% | 0.58% | - |
| HSV(B) | 292.5º | 0.32% | 0.69% | - |
| XYZ | 30.92 | 25 | 44.27 | - |
| YUV | 141.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 176 | 0.04 | 0.32 | 0 | 0.31 | 292.5 | 0.26 | 0.58 |
| Hex | A9 | 78 | B0 | 4 | 20 | 0 | 1F | 124 | 1A | 3A |
| Octal | 251 | 170 | 260 | 4 | 40 | 0 | 37 | 444 | 32 | 72 |
| Binary | 10101001 | 1111000 | 10110000 | 100 | 100000 | 0 | 11111 | 100100100 | 11010 | 111010 |
Color Harmonies of #A978B0
Complementary color
Monochromatic Colors of #A978B0
Black with #A978B0
Text Example
Text Example
White with #A978B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978B0; }
p { color: rgb(169,120,176); }
H1.HeaderClassName
{
color: #A978B0;
}
.AnyTagClassName
{
color: #A978B0;
}
</style>
background-color css
<style>
a { background-color: #A978B0; }
a { background-color: rgb(169,120,176); }
div.DivClassName
{
background-color: #A978B0;
}
.BgClassName
{
background-color: #A978B0;
}
</style>
border-color css
<style>
span { border-color: #A978B0; }
span { border-color: rgb(169,120,176); }
td.TdClassName
{
border-color: #A978B0;
}
.TagClassName
{
border-color: #A978B0;
}
</style>