Shades of East Side #A979BD
Tints of East Side #A979BD
RGB
CMYK
RGB Variations
Color information
#A979BD (or 0xA979BD) is known color: East Side. HEX triplet: A9, 79 and BD. RGB value is (169,121,189). Sum of RGB (Red+Green+Blue) = 169+121+189=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A979BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979BD is #568642. Grayscale: #8E8E8E. Windows color (decimal): -5670467 or 12417449. OLE color: 12417449.
HSL color Cylindrical-coordinate representation of color #A979BD: hue angle of 282.35º degrees, saturation: 0.34, 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 #A979BD is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 121 | 189 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.26 |
| HSL | 282.35º | 0.34% | 0.61% | - |
| HSV(B) | 282.35º | 0.36% | 0.74% | - |
| XYZ | 32.38 | 25.78 | 51.41 | - |
| YUV | 143.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 189 | 0.11 | 0.36 | 0 | 0.26 | 282.35 | 0.34 | 0.61 |
| Hex | A9 | 79 | BD | B | 24 | 0 | 1A | 11A | 22 | 3D |
| Octal | 251 | 171 | 275 | 13 | 44 | 0 | 32 | 432 | 42 | 75 |
| Binary | 10101001 | 1111001 | 10111101 | 1011 | 100100 | 0 | 11010 | 100011010 | 100010 | 111101 |
Color Harmonies of #A979BD
Complementary color
Monochromatic Colors of #A979BD
Black with #A979BD
Text Example
Text Example
White with #A979BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979BD; }
p { color: rgb(169,121,189); }
H1.HeaderClassName
{
color: #A979BD;
}
.AnyTagClassName
{
color: #A979BD;
}
</style>
background-color css
<style>
a { background-color: #A979BD; }
a { background-color: rgb(169,121,189); }
div.DivClassName
{
background-color: #A979BD;
}
.BgClassName
{
background-color: #A979BD;
}
</style>
border-color css
<style>
span { border-color: #A979BD; }
span { border-color: rgb(169,121,189); }
td.TdClassName
{
border-color: #A979BD;
}
.TagClassName
{
border-color: #A979BD;
}
</style>