Shades of East Side #A979BA
Tints of East Side #A979BA
RGB
CMYK
RGB Variations
Color information
#A979BA (or 0xA979BA) is known color: East Side. HEX triplet: A9, 79 and BA. RGB value is (169,121,186). Sum of RGB (Red+Green+Blue) = 169+121+186=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #A979BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979BA is #568645. Grayscale: #8E8E8E. Windows color (decimal): -5670470 or 12220841. OLE color: 12220841.
HSL color Cylindrical-coordinate representation of color #A979BA: hue angle of 284.31º 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 #A979BA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 121 | 186 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.27 |
| HSL | 284.31º | 0.32% | 0.6% | - |
| HSV(B) | 284.31º | 0.35% | 0.73% | - |
| XYZ | 32.06 | 25.65 | 49.72 | - |
| YUV | 142.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 186 | 0.09 | 0.35 | 0 | 0.27 | 284.31 | 0.32 | 0.6 |
| Hex | A9 | 79 | BA | 9 | 23 | 0 | 1B | 11C | 20 | 3C |
| Octal | 251 | 171 | 272 | 11 | 43 | 0 | 33 | 434 | 40 | 74 |
| Binary | 10101001 | 1111001 | 10111010 | 1001 | 100011 | 0 | 11011 | 100011100 | 100000 | 111100 |
Color Harmonies of #A979BA
Complementary color
Monochromatic Colors of #A979BA
Black with #A979BA
Text Example
Text Example
White with #A979BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979BA; }
p { color: rgb(169,121,186); }
H1.HeaderClassName
{
color: #A979BA;
}
.AnyTagClassName
{
color: #A979BA;
}
</style>
background-color css
<style>
a { background-color: #A979BA; }
a { background-color: rgb(169,121,186); }
div.DivClassName
{
background-color: #A979BA;
}
.BgClassName
{
background-color: #A979BA;
}
</style>
border-color css
<style>
span { border-color: #A979BA; }
span { border-color: rgb(169,121,186); }
td.TdClassName
{
border-color: #A979BA;
}
.TagClassName
{
border-color: #A979BA;
}
</style>