Shades of East Side #A886C6
Tints of East Side #A886C6
RGB
CMYK
RGB Variations
Color information
#A886C6 (or 0xA886C6) is known color: East Side. HEX triplet: A8, 86 and C6. RGB value is (168,134,198). Sum of RGB (Red+Green+Blue) = 168+134+198=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #A886C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886C6 is #577939. Grayscale: #979797. Windows color (decimal): -5732666 or 13010600. OLE color: 13010600.
HSL color Cylindrical-coordinate representation of color #A886C6: hue angle of 271.88º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A886C6 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 134 | 198 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.22 |
| HSL | 271.88º | 0.36% | 0.65% | - |
| HSV(B) | 271.88º | 0.32% | 0.78% | - |
| XYZ | 34.87 | 29.45 | 57.27 | - |
| YUV | 151.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 198 | 0.15 | 0.32 | 0 | 0.22 | 271.88 | 0.36 | 0.65 |
| Hex | A8 | 86 | C6 | F | 20 | 0 | 16 | 110 | 24 | 41 |
| Octal | 250 | 206 | 306 | 17 | 40 | 0 | 26 | 420 | 44 | 101 |
| Binary | 10101000 | 10000110 | 11000110 | 1111 | 100000 | 0 | 10110 | 100010000 | 100100 | 1000001 |
Color Harmonies of #A886C6
Complementary color
Monochromatic Colors of #A886C6
Black with #A886C6
Text Example
Text Example
White with #A886C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886C6; }
p { color: rgb(168,134,198); }
H1.HeaderClassName
{
color: #A886C6;
}
.AnyTagClassName
{
color: #A886C6;
}
</style>
background-color css
<style>
a { background-color: #A886C6; }
a { background-color: rgb(168,134,198); }
div.DivClassName
{
background-color: #A886C6;
}
.BgClassName
{
background-color: #A886C6;
}
</style>
border-color css
<style>
span { border-color: #A886C6; }
span { border-color: rgb(168,134,198); }
td.TdClassName
{
border-color: #A886C6;
}
.TagClassName
{
border-color: #A886C6;
}
</style>