Shades of East Side #AB8CBB
Tints of East Side #AB8CBB
RGB
CMYK
RGB Variations
Color information
#AB8CBB (or 0xAB8CBB) is known color: East Side. HEX triplet: AB, 8C and BB. RGB value is (171,140,187). Sum of RGB (Red+Green+Blue) = 171+140+187=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CBB is #547344. Grayscale: #9A9A9A. Windows color (decimal): -5534533 or 12291243. OLE color: 12291243.
HSL color Cylindrical-coordinate representation of color #AB8CBB: hue angle of 279.57º degrees, saturation: 0.26, 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 #AB8CBB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 140 | 187 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.27 |
| HSL | 279.57º | 0.26% | 0.64% | - |
| HSV(B) | 279.57º | 0.25% | 0.73% | - |
| XYZ | 35.14 | 31 | 51.15 | - |
| YUV | 154.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 187 | 0.09 | 0.25 | 0 | 0.27 | 279.57 | 0.26 | 0.64 |
| Hex | AB | 8C | BB | 9 | 19 | 0 | 1B | 118 | 1A | 40 |
| Octal | 253 | 214 | 273 | 11 | 31 | 0 | 33 | 430 | 32 | 100 |
| Binary | 10101011 | 10001100 | 10111011 | 1001 | 11001 | 0 | 11011 | 100011000 | 11010 | 1000000 |
Color Harmonies of #AB8CBB
Complementary color
Monochromatic Colors of #AB8CBB
Black with #AB8CBB
Text Example
Text Example
White with #AB8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CBB; }
p { color: rgb(171,140,187); }
H1.HeaderClassName
{
color: #AB8CBB;
}
.AnyTagClassName
{
color: #AB8CBB;
}
</style>
background-color css
<style>
a { background-color: #AB8CBB; }
a { background-color: rgb(171,140,187); }
div.DivClassName
{
background-color: #AB8CBB;
}
.BgClassName
{
background-color: #AB8CBB;
}
</style>
border-color css
<style>
span { border-color: #AB8CBB; }
span { border-color: rgb(171,140,187); }
td.TdClassName
{
border-color: #AB8CBB;
}
.TagClassName
{
border-color: #AB8CBB;
}
</style>