Shades of East Side #A88CB1
Tints of East Side #A88CB1
RGB
CMYK
RGB Variations
Color information
#A88CB1 (or 0xA88CB1) is known color: East Side. HEX triplet: A8, 8C and B1. RGB value is (168,140,177). Sum of RGB (Red+Green+Blue) = 168+140+177=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #A88CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CB1 is #57734E. Grayscale: #989898. Windows color (decimal): -5731151 or 11635880. OLE color: 11635880.
HSL color Cylindrical-coordinate representation of color #A88CB1: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88CB1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 140 | 177 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.31 |
| HSL | 285.41º | 0.19% | 0.62% | - |
| HSV(B) | 285.41º | 0.21% | 0.69% | - |
| XYZ | 33.46 | 30.26 | 45.67 | - |
| YUV | 152.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 177 | 0.05 | 0.21 | 0 | 0.31 | 285.41 | 0.19 | 0.62 |
| Hex | A8 | 8C | B1 | 5 | 15 | 0 | 1F | 11D | 13 | 3E |
| Octal | 250 | 214 | 261 | 5 | 25 | 0 | 37 | 435 | 23 | 76 |
| Binary | 10101000 | 10001100 | 10110001 | 101 | 10101 | 0 | 11111 | 100011101 | 10011 | 111110 |
Color Harmonies of #A88CB1
Complementary color
Monochromatic Colors of #A88CB1
Black with #A88CB1
Text Example
Text Example
White with #A88CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CB1; }
p { color: rgb(168,140,177); }
H1.HeaderClassName
{
color: #A88CB1;
}
.AnyTagClassName
{
color: #A88CB1;
}
</style>
background-color css
<style>
a { background-color: #A88CB1; }
a { background-color: rgb(168,140,177); }
div.DivClassName
{
background-color: #A88CB1;
}
.BgClassName
{
background-color: #A88CB1;
}
</style>
border-color css
<style>
span { border-color: #A88CB1; }
span { border-color: rgb(168,140,177); }
td.TdClassName
{
border-color: #A88CB1;
}
.TagClassName
{
border-color: #A88CB1;
}
</style>