Shades of East Side #A876C1
Tints of East Side #A876C1
RGB
CMYK
RGB Variations
Color information
#A876C1 (or 0xA876C1) is known color: East Side. HEX triplet: A8, 76 and C1. RGB value is (168,118,193). Sum of RGB (Red+Green+Blue) = 168+118+193=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A876C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C1 is #57893E. Grayscale: #8D8D8D. Windows color (decimal): -5736767 or 12678824. OLE color: 12678824.
HSL color Cylindrical-coordinate representation of color #A876C1: hue angle of 280º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A876C1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 118 | 193 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.24 |
| HSL | 280º | 0.38% | 0.61% | - |
| HSV(B) | 280º | 0.39% | 0.76% | - |
| XYZ | 32.25 | 25.13 | 53.6 | - |
| YUV | 141.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 193 | 0.13 | 0.39 | 0 | 0.24 | 280 | 0.38 | 0.61 |
| Hex | A8 | 76 | C1 | D | 27 | 0 | 18 | 118 | 26 | 3D |
| Octal | 250 | 166 | 301 | 15 | 47 | 0 | 30 | 430 | 46 | 75 |
| Binary | 10101000 | 1110110 | 11000001 | 1101 | 100111 | 0 | 11000 | 100011000 | 100110 | 111101 |
Color Harmonies of #A876C1
Complementary color
Monochromatic Colors of #A876C1
Black with #A876C1
Text Example
Text Example
White with #A876C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876C1; }
p { color: rgb(168,118,193); }
H1.HeaderClassName
{
color: #A876C1;
}
.AnyTagClassName
{
color: #A876C1;
}
</style>
background-color css
<style>
a { background-color: #A876C1; }
a { background-color: rgb(168,118,193); }
div.DivClassName
{
background-color: #A876C1;
}
.BgClassName
{
background-color: #A876C1;
}
</style>
border-color css
<style>
span { border-color: #A876C1; }
span { border-color: rgb(168,118,193); }
td.TdClassName
{
border-color: #A876C1;
}
.TagClassName
{
border-color: #A876C1;
}
</style>