Shades of East Side #A879B5
Tints of East Side #A879B5
RGB
CMYK
RGB Variations
Color information
#A879B5 (or 0xA879B5) is known color: East Side. HEX triplet: A8, 79 and B5. RGB value is (168,121,181). Sum of RGB (Red+Green+Blue) = 168+121+181=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #A879B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879B5 is #57864A. Grayscale: #8D8D8D. Windows color (decimal): -5736011 or 11893160. OLE color: 11893160.
HSL color Cylindrical-coordinate representation of color #A879B5: hue angle of 287º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A879B5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 121 | 181 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.29 |
| HSL | 287º | 0.29% | 0.59% | - |
| HSV(B) | 287º | 0.33% | 0.71% | - |
| XYZ | 31.33 | 25.34 | 46.96 | - |
| YUV | 141.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 181 | 0.07 | 0.33 | 0 | 0.29 | 287 | 0.29 | 0.59 |
| Hex | A8 | 79 | B5 | 7 | 21 | 0 | 1D | 11F | 1D | 3B |
| Octal | 250 | 171 | 265 | 7 | 41 | 0 | 35 | 437 | 35 | 73 |
| Binary | 10101000 | 1111001 | 10110101 | 111 | 100001 | 0 | 11101 | 100011111 | 11101 | 111011 |
Color Harmonies of #A879B5
Complementary color
Monochromatic Colors of #A879B5
Black with #A879B5
Text Example
Text Example
White with #A879B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879B5; }
p { color: rgb(168,121,181); }
H1.HeaderClassName
{
color: #A879B5;
}
.AnyTagClassName
{
color: #A879B5;
}
</style>
background-color css
<style>
a { background-color: #A879B5; }
a { background-color: rgb(168,121,181); }
div.DivClassName
{
background-color: #A879B5;
}
.BgClassName
{
background-color: #A879B5;
}
</style>
border-color css
<style>
span { border-color: #A879B5; }
span { border-color: rgb(168,121,181); }
td.TdClassName
{
border-color: #A879B5;
}
.TagClassName
{
border-color: #A879B5;
}
</style>