Shades of East Side #A888BA
Tints of East Side #A888BA
RGB
CMYK
RGB Variations
Color information
#A888BA (or 0xA888BA) is known color: East Side. HEX triplet: A8, 88 and BA. RGB value is (168,136,186). Sum of RGB (Red+Green+Blue) = 168+136+186=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A888BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BA is #577745. Grayscale: #979797. Windows color (decimal): -5732166 or 12224680. OLE color: 12224680.
HSL color Cylindrical-coordinate representation of color #A888BA: hue angle of 278.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A888BA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 136 | 186 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.27 |
| HSL | 278.4º | 0.27% | 0.63% | - |
| HSV(B) | 278.4º | 0.27% | 0.73% | - |
| XYZ | 33.82 | 29.48 | 50.36 | - |
| YUV | 151.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 186 | 0.10 | 0.27 | 0 | 0.27 | 278.4 | 0.27 | 0.63 |
| Hex | A8 | 88 | BA | A | 1B | 0 | 1B | 116 | 1B | 3F |
| Octal | 250 | 210 | 272 | 12 | 33 | 0 | 33 | 426 | 33 | 77 |
| Binary | 10101000 | 10001000 | 10111010 | 1010 | 11011 | 0 | 11011 | 100010110 | 11011 | 111111 |
Color Harmonies of #A888BA
Complementary color
Monochromatic Colors of #A888BA
Black with #A888BA
Text Example
Text Example
White with #A888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888BA; }
p { color: rgb(168,136,186); }
H1.HeaderClassName
{
color: #A888BA;
}
.AnyTagClassName
{
color: #A888BA;
}
</style>
background-color css
<style>
a { background-color: #A888BA; }
a { background-color: rgb(168,136,186); }
div.DivClassName
{
background-color: #A888BA;
}
.BgClassName
{
background-color: #A888BA;
}
</style>
border-color css
<style>
span { border-color: #A888BA; }
span { border-color: rgb(168,136,186); }
td.TdClassName
{
border-color: #A888BA;
}
.TagClassName
{
border-color: #A888BA;
}
</style>