Shades of East Side #A886C0
Tints of East Side #A886C0
RGB
CMYK
RGB Variations
Color information
#A886C0 (or 0xA886C0) is known color: East Side. HEX triplet: A8, 86 and C0. RGB value is (168,134,192). Sum of RGB (Red+Green+Blue) = 168+134+192=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #A886C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886C0 is #57793F. Grayscale: #969696. Windows color (decimal): -5732672 or 12617384. OLE color: 12617384.
HSL color Cylindrical-coordinate representation of color #A886C0: hue angle of 275.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A886C0 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 134 | 192 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.25 |
| HSL | 275.17º | 0.32% | 0.64% | - |
| HSV(B) | 275.17º | 0.3% | 0.75% | - |
| XYZ | 34.19 | 29.18 | 53.7 | - |
| YUV | 150.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 192 | 0.12 | 0.30 | 0 | 0.25 | 275.17 | 0.32 | 0.64 |
| Hex | A8 | 86 | C0 | C | 1E | 0 | 19 | 113 | 20 | 40 |
| Octal | 250 | 206 | 300 | 14 | 36 | 0 | 31 | 423 | 40 | 100 |
| Binary | 10101000 | 10000110 | 11000000 | 1100 | 11110 | 0 | 11001 | 100010011 | 100000 | 1000000 |
Color Harmonies of #A886C0
Complementary color
Monochromatic Colors of #A886C0
Black with #A886C0
Text Example
Text Example
White with #A886C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886C0; }
p { color: rgb(168,134,192); }
H1.HeaderClassName
{
color: #A886C0;
}
.AnyTagClassName
{
color: #A886C0;
}
</style>
background-color css
<style>
a { background-color: #A886C0; }
a { background-color: rgb(168,134,192); }
div.DivClassName
{
background-color: #A886C0;
}
.BgClassName
{
background-color: #A886C0;
}
</style>
border-color css
<style>
span { border-color: #A886C0; }
span { border-color: rgb(168,134,192); }
td.TdClassName
{
border-color: #A886C0;
}
.TagClassName
{
border-color: #A886C0;
}
</style>