Shades of East Side #A876BB
Tints of East Side #A876BB
RGB
CMYK
RGB Variations
Color information
#A876BB (or 0xA876BB) is known color: East Side. HEX triplet: A8, 76 and BB. RGB value is (168,118,187). Sum of RGB (Red+Green+Blue) = 168+118+187=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A876BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876BB is #578944. Grayscale: #8C8C8C. Windows color (decimal): -5736773 or 12285608. OLE color: 12285608.
HSL color Cylindrical-coordinate representation of color #A876BB: hue angle of 283.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A876BB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 118 | 187 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.27 |
| HSL | 283.48º | 0.34% | 0.6% | - |
| HSV(B) | 283.48º | 0.37% | 0.73% | - |
| XYZ | 31.6 | 24.87 | 50.15 | - |
| YUV | 140.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 187 | 0.10 | 0.37 | 0 | 0.27 | 283.48 | 0.34 | 0.6 |
| Hex | A8 | 76 | BB | A | 25 | 0 | 1B | 11B | 22 | 3C |
| Octal | 250 | 166 | 273 | 12 | 45 | 0 | 33 | 433 | 42 | 74 |
| Binary | 10101000 | 1110110 | 10111011 | 1010 | 100101 | 0 | 11011 | 100011011 | 100010 | 111100 |
Color Harmonies of #A876BB
Complementary color
Monochromatic Colors of #A876BB
Black with #A876BB
Text Example
Text Example
White with #A876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876BB; }
p { color: rgb(168,118,187); }
H1.HeaderClassName
{
color: #A876BB;
}
.AnyTagClassName
{
color: #A876BB;
}
</style>
background-color css
<style>
a { background-color: #A876BB; }
a { background-color: rgb(168,118,187); }
div.DivClassName
{
background-color: #A876BB;
}
.BgClassName
{
background-color: #A876BB;
}
</style>
border-color css
<style>
span { border-color: #A876BB; }
span { border-color: rgb(168,118,187); }
td.TdClassName
{
border-color: #A876BB;
}
.TagClassName
{
border-color: #A876BB;
}
</style>