Shades of East Side #AB8DBB
Tints of East Side #AB8DBB
RGB
CMYK
RGB Variations
Color information
#AB8DBB (or 0xAB8DBB) is known color: East Side. HEX triplet: AB, 8D and BB. RGB value is (171,141,187). Sum of RGB (Red+Green+Blue) = 171+141+187=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DBB is #547244. Grayscale: #9B9B9B. Windows color (decimal): -5534277 or 12291499. OLE color: 12291499.
HSL color Cylindrical-coordinate representation of color #AB8DBB: hue angle of 279.13º 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 #AB8DBB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 141 | 187 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.27 |
| HSL | 279.13º | 0.25% | 0.64% | - |
| HSV(B) | 279.13º | 0.25% | 0.73% | - |
| XYZ | 35.29 | 31.3 | 51.19 | - |
| YUV | 155.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 187 | 0.09 | 0.25 | 0 | 0.27 | 279.13 | 0.25 | 0.64 |
| Hex | AB | 8D | BB | 9 | 19 | 0 | 1B | 117 | 19 | 40 |
| Octal | 253 | 215 | 273 | 11 | 31 | 0 | 33 | 427 | 31 | 100 |
| Binary | 10101011 | 10001101 | 10111011 | 1001 | 11001 | 0 | 11011 | 100010111 | 11001 | 1000000 |
Color Harmonies of #AB8DBB
Complementary color
Monochromatic Colors of #AB8DBB
Black with #AB8DBB
Text Example
Text Example
White with #AB8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DBB; }
p { color: rgb(171,141,187); }
H1.HeaderClassName
{
color: #AB8DBB;
}
.AnyTagClassName
{
color: #AB8DBB;
}
</style>
background-color css
<style>
a { background-color: #AB8DBB; }
a { background-color: rgb(171,141,187); }
div.DivClassName
{
background-color: #AB8DBB;
}
.BgClassName
{
background-color: #AB8DBB;
}
</style>
border-color css
<style>
span { border-color: #AB8DBB; }
span { border-color: rgb(171,141,187); }
td.TdClassName
{
border-color: #AB8DBB;
}
.TagClassName
{
border-color: #AB8DBB;
}
</style>