Shades of East Side #AB8DB1
Tints of East Side #AB8DB1
RGB
CMYK
RGB Variations
Color information
#AB8DB1 (or 0xAB8DB1) is known color: East Side. HEX triplet: AB, 8D and B1. RGB value is (171,141,177). Sum of RGB (Red+Green+Blue) = 171+141+177=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB8DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DB1 is #54724E. Grayscale: #999999. Windows color (decimal): -5534287 or 11636139. OLE color: 11636139.
HSL color Cylindrical-coordinate representation of color #AB8DB1: hue angle of 290º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8DB1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 141 | 177 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.31 |
| HSL | 290º | 0.19% | 0.62% | - |
| HSV(B) | 290º | 0.2% | 0.69% | - |
| XYZ | 34.26 | 30.88 | 45.75 | - |
| YUV | 154.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 177 | 0.03 | 0.20 | 0 | 0.31 | 290 | 0.19 | 0.62 |
| Hex | AB | 8D | B1 | 3 | 14 | 0 | 1F | 122 | 13 | 3E |
| Octal | 253 | 215 | 261 | 3 | 24 | 0 | 37 | 442 | 23 | 76 |
| Binary | 10101011 | 10001101 | 10110001 | 11 | 10100 | 0 | 11111 | 100100010 | 10011 | 111110 |
Color Harmonies of #AB8DB1
Complementary color
Monochromatic Colors of #AB8DB1
Black with #AB8DB1
Text Example
Text Example
White with #AB8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DB1; }
p { color: rgb(171,141,177); }
H1.HeaderClassName
{
color: #AB8DB1;
}
.AnyTagClassName
{
color: #AB8DB1;
}
</style>
background-color css
<style>
a { background-color: #AB8DB1; }
a { background-color: rgb(171,141,177); }
div.DivClassName
{
background-color: #AB8DB1;
}
.BgClassName
{
background-color: #AB8DB1;
}
</style>
border-color css
<style>
span { border-color: #AB8DB1; }
span { border-color: rgb(171,141,177); }
td.TdClassName
{
border-color: #AB8DB1;
}
.TagClassName
{
border-color: #AB8DB1;
}
</style>