Shades of East Side #A88FB1
Tints of East Side #A88FB1
RGB
CMYK
RGB Variations
Color information
#A88FB1 (or 0xA88FB1) is known color: East Side. HEX triplet: A8, 8F and B1. RGB value is (168,143,177). Sum of RGB (Red+Green+Blue) = 168+143+177=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #A88FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FB1 is #57704E. Grayscale: #9A9A9A. Windows color (decimal): -5730383 or 11636648. OLE color: 11636648.
HSL color Cylindrical-coordinate representation of color #A88FB1: hue angle of 284.12º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88FB1 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 143 | 177 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.31 |
| HSL | 284.12º | 0.18% | 0.63% | - |
| HSV(B) | 284.12º | 0.19% | 0.69% | - |
| XYZ | 33.91 | 31.14 | 45.82 | - |
| YUV | 154.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 177 | 0.05 | 0.19 | 0 | 0.31 | 284.12 | 0.18 | 0.63 |
| Hex | A8 | 8F | B1 | 5 | 13 | 0 | 1F | 11C | 12 | 3F |
| Octal | 250 | 217 | 261 | 5 | 23 | 0 | 37 | 434 | 22 | 77 |
| Binary | 10101000 | 10001111 | 10110001 | 101 | 10011 | 0 | 11111 | 100011100 | 10010 | 111111 |
Color Harmonies of #A88FB1
Complementary color
Monochromatic Colors of #A88FB1
Black with #A88FB1
Text Example
Text Example
White with #A88FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FB1; }
p { color: rgb(168,143,177); }
H1.HeaderClassName
{
color: #A88FB1;
}
.AnyTagClassName
{
color: #A88FB1;
}
</style>
background-color css
<style>
a { background-color: #A88FB1; }
a { background-color: rgb(168,143,177); }
div.DivClassName
{
background-color: #A88FB1;
}
.BgClassName
{
background-color: #A88FB1;
}
</style>
border-color css
<style>
span { border-color: #A88FB1; }
span { border-color: rgb(168,143,177); }
td.TdClassName
{
border-color: #A88FB1;
}
.TagClassName
{
border-color: #A88FB1;
}
</style>