Shades of East Side #A87CCC
Tints of East Side #A87CCC
RGB
CMYK
RGB Variations
Color information
#A87CCC (or 0xA87CCC) is known color: East Side. HEX triplet: A8, 7C and CC. RGB value is (168,124,204). Sum of RGB (Red+Green+Blue) = 168+124+204=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A87CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CCC is #578333. Grayscale: #929292. Windows color (decimal): -5735220 or 13401256. OLE color: 13401256.
HSL color Cylindrical-coordinate representation of color #A87CCC: hue angle of 273º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87CCC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 124 | 204 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.2 |
| HSL | 273º | 0.44% | 0.64% | - |
| HSV(B) | 273º | 0.39% | 0.8% | - |
| XYZ | 34.26 | 27.1 | 60.55 | - |
| YUV | 146.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 204 | 0.18 | 0.39 | 0 | 0.2 | 273 | 0.44 | 0.64 |
| Hex | A8 | 7C | CC | 12 | 27 | 0 | 14 | 111 | 2C | 40 |
| Octal | 250 | 174 | 314 | 22 | 47 | 0 | 24 | 421 | 54 | 100 |
| Binary | 10101000 | 1111100 | 11001100 | 10010 | 100111 | 0 | 10100 | 100010001 | 101100 | 1000000 |
Color Harmonies of #A87CCC
Complementary color
Monochromatic Colors of #A87CCC
Black with #A87CCC
Text Example
Text Example
White with #A87CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CCC; }
p { color: rgb(168,124,204); }
H1.HeaderClassName
{
color: #A87CCC;
}
.AnyTagClassName
{
color: #A87CCC;
}
</style>
background-color css
<style>
a { background-color: #A87CCC; }
a { background-color: rgb(168,124,204); }
div.DivClassName
{
background-color: #A87CCC;
}
.BgClassName
{
background-color: #A87CCC;
}
</style>
border-color css
<style>
span { border-color: #A87CCC; }
span { border-color: rgb(168,124,204); }
td.TdClassName
{
border-color: #A87CCC;
}
.TagClassName
{
border-color: #A87CCC;
}
</style>