Shades of East Side #A87FCA
Tints of East Side #A87FCA
RGB
CMYK
RGB Variations
Color information
#A87FCA (or 0xA87FCA) is known color: East Side. HEX triplet: A8, 7F and CA. RGB value is (168,127,202). Sum of RGB (Red+Green+Blue) = 168+127+202=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A87FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FCA is #578035. Grayscale: #939393. Windows color (decimal): -5734454 or 13270952. OLE color: 13270952.
HSL color Cylindrical-coordinate representation of color #A87FCA: hue angle of 272.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A87FCA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 127 | 202 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.21 |
| HSL | 272.8º | 0.41% | 0.65% | - |
| HSV(B) | 272.8º | 0.37% | 0.79% | - |
| XYZ | 34.4 | 27.77 | 59.42 | - |
| YUV | 147.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 202 | 0.17 | 0.37 | 0 | 0.21 | 272.8 | 0.41 | 0.65 |
| Hex | A8 | 7F | CA | 11 | 25 | 0 | 15 | 111 | 29 | 41 |
| Octal | 250 | 177 | 312 | 21 | 45 | 0 | 25 | 421 | 51 | 101 |
| Binary | 10101000 | 1111111 | 11001010 | 10001 | 100101 | 0 | 10101 | 100010001 | 101001 | 1000001 |
Color Harmonies of #A87FCA
Complementary color
Monochromatic Colors of #A87FCA
Black with #A87FCA
Text Example
Text Example
White with #A87FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FCA; }
p { color: rgb(168,127,202); }
H1.HeaderClassName
{
color: #A87FCA;
}
.AnyTagClassName
{
color: #A87FCA;
}
</style>
background-color css
<style>
a { background-color: #A87FCA; }
a { background-color: rgb(168,127,202); }
div.DivClassName
{
background-color: #A87FCA;
}
.BgClassName
{
background-color: #A87FCA;
}
</style>
border-color css
<style>
span { border-color: #A87FCA; }
span { border-color: rgb(168,127,202); }
td.TdClassName
{
border-color: #A87FCA;
}
.TagClassName
{
border-color: #A87FCA;
}
</style>