Shades of East Side #A87FCF
Tints of East Side #A87FCF
RGB
CMYK
RGB Variations
Color information
#A87FCF (or 0xA87FCF) is known color: East Side. HEX triplet: A8, 7F and CF. RGB value is (168,127,207). Sum of RGB (Red+Green+Blue) = 168+127+207=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A87FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FCF is #578030. Grayscale: #949494. Windows color (decimal): -5734449 or 13598632. OLE color: 13598632.
HSL color Cylindrical-coordinate representation of color #A87FCF: hue angle of 270.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87FCF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 127 | 207 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.19 |
| HSL | 270.75º | 0.45% | 0.65% | - |
| HSV(B) | 270.75º | 0.39% | 0.81% | - |
| XYZ | 35 | 28.01 | 62.59 | - |
| YUV | 148.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 207 | 0.19 | 0.39 | 0 | 0.19 | 270.75 | 0.45 | 0.65 |
| Hex | A8 | 7F | CF | 13 | 27 | 0 | 13 | 10F | 2D | 41 |
| Octal | 250 | 177 | 317 | 23 | 47 | 0 | 23 | 417 | 55 | 101 |
| Binary | 10101000 | 1111111 | 11001111 | 10011 | 100111 | 0 | 10011 | 100001111 | 101101 | 1000001 |
Color Harmonies of #A87FCF
Complementary color
Monochromatic Colors of #A87FCF
Black with #A87FCF
Text Example
Text Example
White with #A87FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FCF; }
p { color: rgb(168,127,207); }
H1.HeaderClassName
{
color: #A87FCF;
}
.AnyTagClassName
{
color: #A87FCF;
}
</style>
background-color css
<style>
a { background-color: #A87FCF; }
a { background-color: rgb(168,127,207); }
div.DivClassName
{
background-color: #A87FCF;
}
.BgClassName
{
background-color: #A87FCF;
}
</style>
border-color css
<style>
span { border-color: #A87FCF; }
span { border-color: rgb(168,127,207); }
td.TdClassName
{
border-color: #A87FCF;
}
.TagClassName
{
border-color: #A87FCF;
}
</style>