Shades of East Side #A87FC0
Tints of East Side #A87FC0
RGB
CMYK
RGB Variations
Color information
#A87FC0 (or 0xA87FC0) is known color: East Side. HEX triplet: A8, 7F and C0. RGB value is (168,127,192). Sum of RGB (Red+Green+Blue) = 168+127+192=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #A87FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FC0 is #57803F. Grayscale: #929292. Windows color (decimal): -5734464 or 12615592. OLE color: 12615592.
HSL color Cylindrical-coordinate representation of color #A87FC0: hue angle of 277.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A87FC0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 127 | 192 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.25 |
| HSL | 277.85º | 0.34% | 0.63% | - |
| HSV(B) | 277.85º | 0.34% | 0.75% | - |
| XYZ | 33.25 | 27.31 | 53.39 | - |
| YUV | 146.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 192 | 0.12 | 0.34 | 0 | 0.25 | 277.85 | 0.34 | 0.63 |
| Hex | A8 | 7F | C0 | C | 22 | 0 | 19 | 116 | 22 | 3F |
| Octal | 250 | 177 | 300 | 14 | 42 | 0 | 31 | 426 | 42 | 77 |
| Binary | 10101000 | 1111111 | 11000000 | 1100 | 100010 | 0 | 11001 | 100010110 | 100010 | 111111 |
Color Harmonies of #A87FC0
Complementary color
Monochromatic Colors of #A87FC0
Black with #A87FC0
Text Example
Text Example
White with #A87FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FC0; }
p { color: rgb(168,127,192); }
H1.HeaderClassName
{
color: #A87FC0;
}
.AnyTagClassName
{
color: #A87FC0;
}
</style>
background-color css
<style>
a { background-color: #A87FC0; }
a { background-color: rgb(168,127,192); }
div.DivClassName
{
background-color: #A87FC0;
}
.BgClassName
{
background-color: #A87FC0;
}
</style>
border-color css
<style>
span { border-color: #A87FC0; }
span { border-color: rgb(168,127,192); }
td.TdClassName
{
border-color: #A87FC0;
}
.TagClassName
{
border-color: #A87FC0;
}
</style>