Shades of East Side #A88DBB
Tints of East Side #A88DBB
RGB
CMYK
RGB Variations
Color information
#A88DBB (or 0xA88DBB) is known color: East Side. HEX triplet: A8, 8D and BB. RGB value is (168,141,187). Sum of RGB (Red+Green+Blue) = 168+141+187=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DBB is #577244. Grayscale: #9A9A9A. Windows color (decimal): -5730885 or 12291496. OLE color: 12291496.
HSL color Cylindrical-coordinate representation of color #A88DBB: hue angle of 275.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A88DBB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 141 | 187 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.27 |
| HSL | 275.22º | 0.25% | 0.64% | - |
| HSV(B) | 275.22º | 0.25% | 0.73% | - |
| XYZ | 34.64 | 30.96 | 51.16 | - |
| YUV | 154.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 187 | 0.10 | 0.25 | 0 | 0.27 | 275.22 | 0.25 | 0.64 |
| Hex | A8 | 8D | BB | A | 19 | 0 | 1B | 113 | 19 | 40 |
| Octal | 250 | 215 | 273 | 12 | 31 | 0 | 33 | 423 | 31 | 100 |
| Binary | 10101000 | 10001101 | 10111011 | 1010 | 11001 | 0 | 11011 | 100010011 | 11001 | 1000000 |
Color Harmonies of #A88DBB
Complementary color
Monochromatic Colors of #A88DBB
Black with #A88DBB
Text Example
Text Example
White with #A88DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DBB; }
p { color: rgb(168,141,187); }
H1.HeaderClassName
{
color: #A88DBB;
}
.AnyTagClassName
{
color: #A88DBB;
}
</style>
background-color css
<style>
a { background-color: #A88DBB; }
a { background-color: rgb(168,141,187); }
div.DivClassName
{
background-color: #A88DBB;
}
.BgClassName
{
background-color: #A88DBB;
}
</style>
border-color css
<style>
span { border-color: #A88DBB; }
span { border-color: rgb(168,141,187); }
td.TdClassName
{
border-color: #A88DBB;
}
.TagClassName
{
border-color: #A88DBB;
}
</style>