Shades of East Side #A87CC0
Tints of East Side #A87CC0
RGB
CMYK
RGB Variations
Color information
#A87CC0 (or 0xA87CC0) is known color: East Side. HEX triplet: A8, 7C and C0. RGB value is (168,124,192). Sum of RGB (Red+Green+Blue) = 168+124+192=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #A87CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CC0 is #57833F. Grayscale: #909090. Windows color (decimal): -5735232 or 12614824. OLE color: 12614824.
HSL color Cylindrical-coordinate representation of color #A87CC0: hue angle of 278.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87CC0 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 124 | 192 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.25 |
| HSL | 278.82º | 0.35% | 0.62% | - |
| HSV(B) | 278.82º | 0.35% | 0.75% | - |
| XYZ | 32.87 | 26.55 | 53.26 | - |
| YUV | 144.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 192 | 0.12 | 0.35 | 0 | 0.25 | 278.82 | 0.35 | 0.62 |
| Hex | A8 | 7C | C0 | C | 23 | 0 | 19 | 117 | 23 | 3E |
| Octal | 250 | 174 | 300 | 14 | 43 | 0 | 31 | 427 | 43 | 76 |
| Binary | 10101000 | 1111100 | 11000000 | 1100 | 100011 | 0 | 11001 | 100010111 | 100011 | 111110 |
Color Harmonies of #A87CC0
Complementary color
Monochromatic Colors of #A87CC0
Black with #A87CC0
Text Example
Text Example
White with #A87CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CC0; }
p { color: rgb(168,124,192); }
H1.HeaderClassName
{
color: #A87CC0;
}
.AnyTagClassName
{
color: #A87CC0;
}
</style>
background-color css
<style>
a { background-color: #A87CC0; }
a { background-color: rgb(168,124,192); }
div.DivClassName
{
background-color: #A87CC0;
}
.BgClassName
{
background-color: #A87CC0;
}
</style>
border-color css
<style>
span { border-color: #A87CC0; }
span { border-color: rgb(168,124,192); }
td.TdClassName
{
border-color: #A87CC0;
}
.TagClassName
{
border-color: #A87CC0;
}
</style>