Shades of East Side #A87CC2
Tints of East Side #A87CC2
RGB
CMYK
RGB Variations
Color information
#A87CC2 (or 0xA87CC2) is known color: East Side. HEX triplet: A8, 7C and C2. RGB value is (168,124,194). Sum of RGB (Red+Green+Blue) = 168+124+194=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #A87CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CC2 is #57833D. Grayscale: #909090. Windows color (decimal): -5735230 or 12745896. OLE color: 12745896.
HSL color Cylindrical-coordinate representation of color #A87CC2: hue angle of 277.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87CC2 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 124 | 194 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.24 |
| HSL | 277.71º | 0.36% | 0.62% | - |
| HSV(B) | 277.71º | 0.36% | 0.76% | - |
| XYZ | 33.09 | 26.64 | 54.44 | - |
| YUV | 145.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 194 | 0.13 | 0.36 | 0 | 0.24 | 277.71 | 0.36 | 0.62 |
| Hex | A8 | 7C | C2 | D | 24 | 0 | 18 | 116 | 24 | 3E |
| Octal | 250 | 174 | 302 | 15 | 44 | 0 | 30 | 426 | 44 | 76 |
| Binary | 10101000 | 1111100 | 11000010 | 1101 | 100100 | 0 | 11000 | 100010110 | 100100 | 111110 |
Color Harmonies of #A87CC2
Complementary color
Monochromatic Colors of #A87CC2
Black with #A87CC2
Text Example
Text Example
White with #A87CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CC2; }
p { color: rgb(168,124,194); }
H1.HeaderClassName
{
color: #A87CC2;
}
.AnyTagClassName
{
color: #A87CC2;
}
</style>
background-color css
<style>
a { background-color: #A87CC2; }
a { background-color: rgb(168,124,194); }
div.DivClassName
{
background-color: #A87CC2;
}
.BgClassName
{
background-color: #A87CC2;
}
</style>
border-color css
<style>
span { border-color: #A87CC2; }
span { border-color: rgb(168,124,194); }
td.TdClassName
{
border-color: #A87CC2;
}
.TagClassName
{
border-color: #A87CC2;
}
</style>