Shades of East Side #A876C3
Tints of East Side #A876C3
RGB
CMYK
RGB Variations
Color information
#A876C3 (or 0xA876C3) is known color: East Side. HEX triplet: A8, 76 and C3. RGB value is (168,118,195). Sum of RGB (Red+Green+Blue) = 168+118+195=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #A876C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C3 is #57893C. Grayscale: #8D8D8D. Windows color (decimal): -5736765 or 12809896. OLE color: 12809896.
HSL color Cylindrical-coordinate representation of color #A876C3: hue angle of 278.96º degrees, saturation: 0.39, 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 #A876C3 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 118 | 195 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.24 |
| HSL | 278.96º | 0.39% | 0.61% | - |
| HSV(B) | 278.96º | 0.39% | 0.76% | - |
| XYZ | 32.48 | 25.22 | 54.79 | - |
| YUV | 141.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 195 | 0.14 | 0.39 | 0 | 0.24 | 278.96 | 0.39 | 0.61 |
| Hex | A8 | 76 | C3 | E | 27 | 0 | 18 | 117 | 27 | 3D |
| Octal | 250 | 166 | 303 | 16 | 47 | 0 | 30 | 427 | 47 | 75 |
| Binary | 10101000 | 1110110 | 11000011 | 1110 | 100111 | 0 | 11000 | 100010111 | 100111 | 111101 |
Color Harmonies of #A876C3
Complementary color
Monochromatic Colors of #A876C3
Black with #A876C3
Text Example
Text Example
White with #A876C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876C3; }
p { color: rgb(168,118,195); }
H1.HeaderClassName
{
color: #A876C3;
}
.AnyTagClassName
{
color: #A876C3;
}
</style>
background-color css
<style>
a { background-color: #A876C3; }
a { background-color: rgb(168,118,195); }
div.DivClassName
{
background-color: #A876C3;
}
.BgClassName
{
background-color: #A876C3;
}
</style>
border-color css
<style>
span { border-color: #A876C3; }
span { border-color: rgb(168,118,195); }
td.TdClassName
{
border-color: #A876C3;
}
.TagClassName
{
border-color: #A876C3;
}
</style>