Shades of East Side #A876C5
Tints of East Side #A876C5
RGB
CMYK
RGB Variations
Color information
#A876C5 (or 0xA876C5) is known color: East Side. HEX triplet: A8, 76 and C5. RGB value is (168,118,197). Sum of RGB (Red+Green+Blue) = 168+118+197=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #A876C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C5 is #57893A. Grayscale: #8D8D8D. Windows color (decimal): -5736763 or 12940968. OLE color: 12940968.
HSL color Cylindrical-coordinate representation of color #A876C5: hue angle of 277.97º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A876C5 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 118 | 197 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.23 |
| HSL | 277.97º | 0.41% | 0.62% | - |
| HSV(B) | 277.97º | 0.4% | 0.77% | - |
| XYZ | 32.7 | 25.31 | 55.99 | - |
| YUV | 141.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 197 | 0.15 | 0.40 | 0 | 0.23 | 277.97 | 0.41 | 0.62 |
| Hex | A8 | 76 | C5 | F | 28 | 0 | 17 | 116 | 29 | 3E |
| Octal | 250 | 166 | 305 | 17 | 50 | 0 | 27 | 426 | 51 | 76 |
| Binary | 10101000 | 1110110 | 11000101 | 1111 | 101000 | 0 | 10111 | 100010110 | 101001 | 111110 |
Color Harmonies of #A876C5
Complementary color
Monochromatic Colors of #A876C5
Black with #A876C5
Text Example
Text Example
White with #A876C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876C5; }
p { color: rgb(168,118,197); }
H1.HeaderClassName
{
color: #A876C5;
}
.AnyTagClassName
{
color: #A876C5;
}
</style>
background-color css
<style>
a { background-color: #A876C5; }
a { background-color: rgb(168,118,197); }
div.DivClassName
{
background-color: #A876C5;
}
.BgClassName
{
background-color: #A876C5;
}
</style>
border-color css
<style>
span { border-color: #A876C5; }
span { border-color: rgb(168,118,197); }
td.TdClassName
{
border-color: #A876C5;
}
.TagClassName
{
border-color: #A876C5;
}
</style>