Shades of East Side #A978B4
Tints of East Side #A978B4
RGB
CMYK
RGB Variations
Color information
#A978B4 (or 0xA978B4) is known color: East Side. HEX triplet: A9, 78 and B4. RGB value is (169,120,180). Sum of RGB (Red+Green+Blue) = 169+120+180=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #A978B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978B4 is #56874B. Grayscale: #8D8D8D. Windows color (decimal): -5670732 or 11827369. OLE color: 11827369.
HSL color Cylindrical-coordinate representation of color #A978B4: hue angle of 289º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A978B4 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 120 | 180 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.29 |
| HSL | 289º | 0.29% | 0.59% | - |
| HSV(B) | 289º | 0.33% | 0.71% | - |
| XYZ | 31.32 | 25.16 | 46.39 | - |
| YUV | 141.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 180 | 0.06 | 0.33 | 0 | 0.29 | 289 | 0.29 | 0.59 |
| Hex | A9 | 78 | B4 | 6 | 21 | 0 | 1D | 121 | 1D | 3B |
| Octal | 251 | 170 | 264 | 6 | 41 | 0 | 35 | 441 | 35 | 73 |
| Binary | 10101001 | 1111000 | 10110100 | 110 | 100001 | 0 | 11101 | 100100001 | 11101 | 111011 |
Color Harmonies of #A978B4
Complementary color
Monochromatic Colors of #A978B4
Black with #A978B4
Text Example
Text Example
White with #A978B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978B4; }
p { color: rgb(169,120,180); }
H1.HeaderClassName
{
color: #A978B4;
}
.AnyTagClassName
{
color: #A978B4;
}
</style>
background-color css
<style>
a { background-color: #A978B4; }
a { background-color: rgb(169,120,180); }
div.DivClassName
{
background-color: #A978B4;
}
.BgClassName
{
background-color: #A978B4;
}
</style>
border-color css
<style>
span { border-color: #A978B4; }
span { border-color: rgb(169,120,180); }
td.TdClassName
{
border-color: #A978B4;
}
.TagClassName
{
border-color: #A978B4;
}
</style>