Shades of East Side #A87CCF
Tints of East Side #A87CCF
RGB
CMYK
RGB Variations
Color information
#A87CCF (or 0xA87CCF) is known color: East Side. HEX triplet: A8, 7C and CF. RGB value is (168,124,207). Sum of RGB (Red+Green+Blue) = 168+124+207=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A87CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CCF is #578330. Grayscale: #929292. Windows color (decimal): -5735217 or 13597864. OLE color: 13597864.
HSL color Cylindrical-coordinate representation of color #A87CCF: hue angle of 271.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87CCF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 124 | 207 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.19 |
| HSL | 271.81º | 0.46% | 0.65% | - |
| HSV(B) | 271.81º | 0.4% | 0.81% | - |
| XYZ | 34.62 | 27.25 | 62.47 | - |
| YUV | 146.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 207 | 0.19 | 0.40 | 0 | 0.19 | 271.81 | 0.46 | 0.65 |
| Hex | A8 | 7C | CF | 13 | 28 | 0 | 13 | 110 | 2E | 41 |
| Octal | 250 | 174 | 317 | 23 | 50 | 0 | 23 | 420 | 56 | 101 |
| Binary | 10101000 | 1111100 | 11001111 | 10011 | 101000 | 0 | 10011 | 100010000 | 101110 | 1000001 |
Color Harmonies of #A87CCF
Complementary color
Monochromatic Colors of #A87CCF
Black with #A87CCF
Text Example
Text Example
White with #A87CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CCF; }
p { color: rgb(168,124,207); }
H1.HeaderClassName
{
color: #A87CCF;
}
.AnyTagClassName
{
color: #A87CCF;
}
</style>
background-color css
<style>
a { background-color: #A87CCF; }
a { background-color: rgb(168,124,207); }
div.DivClassName
{
background-color: #A87CCF;
}
.BgClassName
{
background-color: #A87CCF;
}
</style>
border-color css
<style>
span { border-color: #A87CCF; }
span { border-color: rgb(168,124,207); }
td.TdClassName
{
border-color: #A87CCF;
}
.TagClassName
{
border-color: #A87CCF;
}
</style>