Shades of East Side #A88FBB
Tints of East Side #A88FBB
RGB
CMYK
RGB Variations
Color information
#A88FBB (or 0xA88FBB) is known color: East Side. HEX triplet: A8, 8F and BB. RGB value is (168,143,187). Sum of RGB (Red+Green+Blue) = 168+143+187=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FBB is #577044. Grayscale: #9B9B9B. Windows color (decimal): -5730373 or 12292008. OLE color: 12292008.
HSL color Cylindrical-coordinate representation of color #A88FBB: hue angle of 274.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88FBB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 143 | 187 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.27 |
| HSL | 274.09º | 0.24% | 0.65% | - |
| HSV(B) | 274.09º | 0.24% | 0.73% | - |
| XYZ | 34.94 | 31.56 | 51.26 | - |
| YUV | 155.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 187 | 0.10 | 0.24 | 0 | 0.27 | 274.09 | 0.24 | 0.65 |
| Hex | A8 | 8F | BB | A | 18 | 0 | 1B | 112 | 18 | 41 |
| Octal | 250 | 217 | 273 | 12 | 30 | 0 | 33 | 422 | 30 | 101 |
| Binary | 10101000 | 10001111 | 10111011 | 1010 | 11000 | 0 | 11011 | 100010010 | 11000 | 1000001 |
Color Harmonies of #A88FBB
Complementary color
Monochromatic Colors of #A88FBB
Black with #A88FBB
Text Example
Text Example
White with #A88FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FBB; }
p { color: rgb(168,143,187); }
H1.HeaderClassName
{
color: #A88FBB;
}
.AnyTagClassName
{
color: #A88FBB;
}
</style>
background-color css
<style>
a { background-color: #A88FBB; }
a { background-color: rgb(168,143,187); }
div.DivClassName
{
background-color: #A88FBB;
}
.BgClassName
{
background-color: #A88FBB;
}
</style>
border-color css
<style>
span { border-color: #A88FBB; }
span { border-color: rgb(168,143,187); }
td.TdClassName
{
border-color: #A88FBB;
}
.TagClassName
{
border-color: #A88FBB;
}
</style>