Shades of East Side #A87ECC
Tints of East Side #A87ECC
RGB
CMYK
RGB Variations
Color information
#A87ECC (or 0xA87ECC) is known color: East Side. HEX triplet: A8, 7E and CC. RGB value is (168,126,204). Sum of RGB (Red+Green+Blue) = 168+126+204=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A87ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ECC is #578133. Grayscale: #939393. Windows color (decimal): -5734708 or 13401768. OLE color: 13401768.
HSL color Cylindrical-coordinate representation of color #A87ECC: hue angle of 272.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87ECC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 126 | 204 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.2 |
| HSL | 272.31º | 0.43% | 0.65% | - |
| HSV(B) | 272.31º | 0.38% | 0.8% | - |
| XYZ | 34.51 | 27.61 | 60.64 | - |
| YUV | 147.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 204 | 0.18 | 0.38 | 0 | 0.2 | 272.31 | 0.43 | 0.65 |
| Hex | A8 | 7E | CC | 12 | 26 | 0 | 14 | 110 | 2B | 41 |
| Octal | 250 | 176 | 314 | 22 | 46 | 0 | 24 | 420 | 53 | 101 |
| Binary | 10101000 | 1111110 | 11001100 | 10010 | 100110 | 0 | 10100 | 100010000 | 101011 | 1000001 |
Color Harmonies of #A87ECC
Complementary color
Monochromatic Colors of #A87ECC
Black with #A87ECC
Text Example
Text Example
White with #A87ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ECC; }
p { color: rgb(168,126,204); }
H1.HeaderClassName
{
color: #A87ECC;
}
.AnyTagClassName
{
color: #A87ECC;
}
</style>
background-color css
<style>
a { background-color: #A87ECC; }
a { background-color: rgb(168,126,204); }
div.DivClassName
{
background-color: #A87ECC;
}
.BgClassName
{
background-color: #A87ECC;
}
</style>
border-color css
<style>
span { border-color: #A87ECC; }
span { border-color: rgb(168,126,204); }
td.TdClassName
{
border-color: #A87ECC;
}
.TagClassName
{
border-color: #A87ECC;
}
</style>