Shades of East Side #A87EC2
Tints of East Side #A87EC2
RGB
CMYK
RGB Variations
Color information
#A87EC2 (or 0xA87EC2) is known color: East Side. HEX triplet: A8, 7E and C2. RGB value is (168,126,194). Sum of RGB (Red+Green+Blue) = 168+126+194=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #A87EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EC2 is #57813D. Grayscale: #929292. Windows color (decimal): -5734718 or 12746408. OLE color: 12746408.
HSL color Cylindrical-coordinate representation of color #A87EC2: hue angle of 277.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87EC2 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 126 | 194 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.24 |
| HSL | 277.06º | 0.36% | 0.63% | - |
| HSV(B) | 277.06º | 0.35% | 0.76% | - |
| XYZ | 33.35 | 27.14 | 54.52 | - |
| YUV | 146.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 194 | 0.13 | 0.35 | 0 | 0.24 | 277.06 | 0.36 | 0.63 |
| Hex | A8 | 7E | C2 | D | 23 | 0 | 18 | 115 | 24 | 3F |
| Octal | 250 | 176 | 302 | 15 | 43 | 0 | 30 | 425 | 44 | 77 |
| Binary | 10101000 | 1111110 | 11000010 | 1101 | 100011 | 0 | 11000 | 100010101 | 100100 | 111111 |
Color Harmonies of #A87EC2
Complementary color
Monochromatic Colors of #A87EC2
Black with #A87EC2
Text Example
Text Example
White with #A87EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EC2; }
p { color: rgb(168,126,194); }
H1.HeaderClassName
{
color: #A87EC2;
}
.AnyTagClassName
{
color: #A87EC2;
}
</style>
background-color css
<style>
a { background-color: #A87EC2; }
a { background-color: rgb(168,126,194); }
div.DivClassName
{
background-color: #A87EC2;
}
.BgClassName
{
background-color: #A87EC2;
}
</style>
border-color css
<style>
span { border-color: #A87EC2; }
span { border-color: rgb(168,126,194); }
td.TdClassName
{
border-color: #A87EC2;
}
.TagClassName
{
border-color: #A87EC2;
}
</style>