Shades of East Side #A879B0
Tints of East Side #A879B0
RGB
CMYK
RGB Variations
Color information
#A879B0 (or 0xA879B0) is known color: East Side. HEX triplet: A8, 79 and B0. RGB value is (168,121,176). Sum of RGB (Red+Green+Blue) = 168+121+176=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #A879B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879B0 is #57864F. Grayscale: #8D8D8D. Windows color (decimal): -5736016 or 11565480. OLE color: 11565480.
HSL color Cylindrical-coordinate representation of color #A879B0: hue angle of 291.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A879B0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 121 | 176 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.31 |
| HSL | 291.27º | 0.26% | 0.58% | - |
| HSV(B) | 291.27º | 0.31% | 0.69% | - |
| XYZ | 30.82 | 25.13 | 44.3 | - |
| YUV | 141.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 176 | 0.05 | 0.31 | 0 | 0.31 | 291.27 | 0.26 | 0.58 |
| Hex | A8 | 79 | B0 | 5 | 1F | 0 | 1F | 123 | 1A | 3A |
| Octal | 250 | 171 | 260 | 5 | 37 | 0 | 37 | 443 | 32 | 72 |
| Binary | 10101000 | 1111001 | 10110000 | 101 | 11111 | 0 | 11111 | 100100011 | 11010 | 111010 |
Color Harmonies of #A879B0
Complementary color
Monochromatic Colors of #A879B0
Black with #A879B0
Text Example
Text Example
White with #A879B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879B0; }
p { color: rgb(168,121,176); }
H1.HeaderClassName
{
color: #A879B0;
}
.AnyTagClassName
{
color: #A879B0;
}
</style>
background-color css
<style>
a { background-color: #A879B0; }
a { background-color: rgb(168,121,176); }
div.DivClassName
{
background-color: #A879B0;
}
.BgClassName
{
background-color: #A879B0;
}
</style>
border-color css
<style>
span { border-color: #A879B0; }
span { border-color: rgb(168,121,176); }
td.TdClassName
{
border-color: #A879B0;
}
.TagClassName
{
border-color: #A879B0;
}
</style>