Shades of East Side #A979BC
Tints of East Side #A979BC
RGB
CMYK
RGB Variations
Color information
#A979BC (or 0xA979BC) is known color: East Side. HEX triplet: A9, 79 and BC. RGB value is (169,121,188). Sum of RGB (Red+Green+Blue) = 169+121+188=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A979BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979BC is #568643. Grayscale: #8E8E8E. Windows color (decimal): -5670468 or 12351913. OLE color: 12351913.
HSL color Cylindrical-coordinate representation of color #A979BC: hue angle of 282.99º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A979BC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 121 | 188 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.26 |
| HSL | 282.99º | 0.33% | 0.61% | - |
| HSV(B) | 282.99º | 0.36% | 0.74% | - |
| XYZ | 32.28 | 25.74 | 50.84 | - |
| YUV | 142.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 188 | 0.10 | 0.36 | 0 | 0.26 | 282.99 | 0.33 | 0.61 |
| Hex | A9 | 79 | BC | A | 24 | 0 | 1A | 11B | 21 | 3D |
| Octal | 251 | 171 | 274 | 12 | 44 | 0 | 32 | 433 | 41 | 75 |
| Binary | 10101001 | 1111001 | 10111100 | 1010 | 100100 | 0 | 11010 | 100011011 | 100001 | 111101 |
Color Harmonies of #A979BC
Complementary color
Monochromatic Colors of #A979BC
Black with #A979BC
Text Example
Text Example
White with #A979BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979BC; }
p { color: rgb(169,121,188); }
H1.HeaderClassName
{
color: #A979BC;
}
.AnyTagClassName
{
color: #A979BC;
}
</style>
background-color css
<style>
a { background-color: #A979BC; }
a { background-color: rgb(169,121,188); }
div.DivClassName
{
background-color: #A979BC;
}
.BgClassName
{
background-color: #A979BC;
}
</style>
border-color css
<style>
span { border-color: #A979BC; }
span { border-color: rgb(169,121,188); }
td.TdClassName
{
border-color: #A979BC;
}
.TagClassName
{
border-color: #A979BC;
}
</style>