Shades of East Side #A87ECD
Tints of East Side #A87ECD
RGB
CMYK
RGB Variations
Color information
#A87ECD (or 0xA87ECD) is known color: East Side. HEX triplet: A8, 7E and CD. RGB value is (168,126,205). Sum of RGB (Red+Green+Blue) = 168+126+205=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A87ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ECD is #578132. Grayscale: #939393. Windows color (decimal): -5734707 or 13467304. OLE color: 13467304.
HSL color Cylindrical-coordinate representation of color #A87ECD: hue angle of 271.9º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87ECD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 126 | 205 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.20 |
| HSL | 271.9º | 0.44% | 0.65% | - |
| HSV(B) | 271.9º | 0.39% | 0.8% | - |
| XYZ | 34.63 | 27.65 | 61.27 | - |
| YUV | 147.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 205 | 0.18 | 0.39 | 0 | 0.20 | 271.9 | 0.44 | 0.65 |
| Hex | A8 | 7E | CD | 12 | 27 | 0 | 14 | 110 | 2C | 41 |
| Octal | 250 | 176 | 315 | 22 | 47 | 0 | 24 | 420 | 54 | 101 |
| Binary | 10101000 | 1111110 | 11001101 | 10010 | 100111 | 0 | 10100 | 100010000 | 101100 | 1000001 |
Color Harmonies of #A87ECD
Complementary color
Monochromatic Colors of #A87ECD
Black with #A87ECD
Text Example
Text Example
White with #A87ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ECD; }
p { color: rgb(168,126,205); }
H1.HeaderClassName
{
color: #A87ECD;
}
.AnyTagClassName
{
color: #A87ECD;
}
</style>
background-color css
<style>
a { background-color: #A87ECD; }
a { background-color: rgb(168,126,205); }
div.DivClassName
{
background-color: #A87ECD;
}
.BgClassName
{
background-color: #A87ECD;
}
</style>
border-color css
<style>
span { border-color: #A87ECD; }
span { border-color: rgb(168,126,205); }
td.TdClassName
{
border-color: #A87ECD;
}
.TagClassName
{
border-color: #A87ECD;
}
</style>