Shades of East Side #A88EB8
Tints of East Side #A88EB8
RGB
CMYK
RGB Variations
Color information
#A88EB8 (or 0xA88EB8) is known color: East Side. HEX triplet: A8, 8E and B8. RGB value is (168,142,184). Sum of RGB (Red+Green+Blue) = 168+142+184=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 184 - color contains mainly: blue. Hex color #A88EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EB8 is #577147. Grayscale: #9A9A9A. Windows color (decimal): -5730632 or 12095144. OLE color: 12095144.
HSL color Cylindrical-coordinate representation of color #A88EB8: hue angle of 277.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88EB8 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 142 | 184 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.28 |
| HSL | 277.14º | 0.23% | 0.64% | - |
| HSV(B) | 277.14º | 0.23% | 0.72% | - |
| XYZ | 34.47 | 31.13 | 49.54 | - |
| YUV | 154.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 184 | 0.09 | 0.23 | 0 | 0.28 | 277.14 | 0.23 | 0.64 |
| Hex | A8 | 8E | B8 | 9 | 17 | 0 | 1C | 115 | 17 | 40 |
| Octal | 250 | 216 | 270 | 11 | 27 | 0 | 34 | 425 | 27 | 100 |
| Binary | 10101000 | 10001110 | 10111000 | 1001 | 10111 | 0 | 11100 | 100010101 | 10111 | 1000000 |
Color Harmonies of #A88EB8
Complementary color
Monochromatic Colors of #A88EB8
Black with #A88EB8
Text Example
Text Example
White with #A88EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EB8; }
p { color: rgb(168,142,184); }
H1.HeaderClassName
{
color: #A88EB8;
}
.AnyTagClassName
{
color: #A88EB8;
}
</style>
background-color css
<style>
a { background-color: #A88EB8; }
a { background-color: rgb(168,142,184); }
div.DivClassName
{
background-color: #A88EB8;
}
.BgClassName
{
background-color: #A88EB8;
}
</style>
border-color css
<style>
span { border-color: #A88EB8; }
span { border-color: rgb(168,142,184); }
td.TdClassName
{
border-color: #A88EB8;
}
.TagClassName
{
border-color: #A88EB8;
}
</style>