Shades of East Side #A88BBF
Tints of East Side #A88BBF
RGB
CMYK
RGB Variations
Color information
#A88BBF (or 0xA88BBF) is known color: East Side. HEX triplet: A8, 8B and BF. RGB value is (168,139,191). Sum of RGB (Red+Green+Blue) = 168+139+191=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A88BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BBF is #577440. Grayscale: #999999. Windows color (decimal): -5731393 or 12553128. OLE color: 12553128.
HSL color Cylindrical-coordinate representation of color #A88BBF: hue angle of 273.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88BBF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 139 | 191 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.25 |
| HSL | 273.46º | 0.29% | 0.65% | - |
| HSV(B) | 273.46º | 0.27% | 0.75% | - |
| XYZ | 34.79 | 30.55 | 53.35 | - |
| YUV | 153.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 191 | 0.12 | 0.27 | 0 | 0.25 | 273.46 | 0.29 | 0.65 |
| Hex | A8 | 8B | BF | C | 1B | 0 | 19 | 111 | 1D | 41 |
| Octal | 250 | 213 | 277 | 14 | 33 | 0 | 31 | 421 | 35 | 101 |
| Binary | 10101000 | 10001011 | 10111111 | 1100 | 11011 | 0 | 11001 | 100010001 | 11101 | 1000001 |
Color Harmonies of #A88BBF
Complementary color
Monochromatic Colors of #A88BBF
Black with #A88BBF
Text Example
Text Example
White with #A88BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BBF; }
p { color: rgb(168,139,191); }
H1.HeaderClassName
{
color: #A88BBF;
}
.AnyTagClassName
{
color: #A88BBF;
}
</style>
background-color css
<style>
a { background-color: #A88BBF; }
a { background-color: rgb(168,139,191); }
div.DivClassName
{
background-color: #A88BBF;
}
.BgClassName
{
background-color: #A88BBF;
}
</style>
border-color css
<style>
span { border-color: #A88BBF; }
span { border-color: rgb(168,139,191); }
td.TdClassName
{
border-color: #A88BBF;
}
.TagClassName
{
border-color: #A88BBF;
}
</style>