Shades of East Side #A979B3
Tints of East Side #A979B3
RGB
CMYK
RGB Variations
Color information
#A979B3 (or 0xA979B3) is known color: East Side. HEX triplet: A9, 79 and B3. RGB value is (169,121,179). Sum of RGB (Red+Green+Blue) = 169+121+179=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #A979B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979B3 is #56864C. Grayscale: #8D8D8D. Windows color (decimal): -5670477 or 11762089. OLE color: 11762089.
HSL color Cylindrical-coordinate representation of color #A979B3: hue angle of 289.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A979B3 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 121 | 179 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.30 |
| HSL | 289.66º | 0.28% | 0.59% | - |
| HSV(B) | 289.66º | 0.32% | 0.7% | - |
| XYZ | 31.34 | 25.36 | 45.89 | - |
| YUV | 141.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 179 | 0.06 | 0.32 | 0 | 0.30 | 289.66 | 0.28 | 0.59 |
| Hex | A9 | 79 | B3 | 6 | 20 | 0 | 1E | 122 | 1C | 3B |
| Octal | 251 | 171 | 263 | 6 | 40 | 0 | 36 | 442 | 34 | 73 |
| Binary | 10101001 | 1111001 | 10110011 | 110 | 100000 | 0 | 11110 | 100100010 | 11100 | 111011 |
Color Harmonies of #A979B3
Complementary color
Monochromatic Colors of #A979B3
Black with #A979B3
Text Example
Text Example
White with #A979B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979B3; }
p { color: rgb(169,121,179); }
H1.HeaderClassName
{
color: #A979B3;
}
.AnyTagClassName
{
color: #A979B3;
}
</style>
background-color css
<style>
a { background-color: #A979B3; }
a { background-color: rgb(169,121,179); }
div.DivClassName
{
background-color: #A979B3;
}
.BgClassName
{
background-color: #A979B3;
}
</style>
border-color css
<style>
span { border-color: #A979B3; }
span { border-color: rgb(169,121,179); }
td.TdClassName
{
border-color: #A979B3;
}
.TagClassName
{
border-color: #A979B3;
}
</style>