Shades of East Side #AB8FBC
Tints of East Side #AB8FBC
RGB
CMYK
RGB Variations
Color information
#AB8FBC (or 0xAB8FBC) is known color: East Side. HEX triplet: AB, 8F and BC. RGB value is (171,143,188). Sum of RGB (Red+Green+Blue) = 171+143+188=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FBC is #547043. Grayscale: #9C9C9C. Windows color (decimal): -5533764 or 12357547. OLE color: 12357547.
HSL color Cylindrical-coordinate representation of color #AB8FBC: hue angle of 277.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8FBC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 143 | 188 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.26 |
| HSL | 277.33º | 0.25% | 0.65% | - |
| HSV(B) | 277.33º | 0.24% | 0.74% | - |
| XYZ | 35.69 | 31.93 | 51.86 | - |
| YUV | 156.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 188 | 0.09 | 0.24 | 0 | 0.26 | 277.33 | 0.25 | 0.65 |
| Hex | AB | 8F | BC | 9 | 18 | 0 | 1A | 115 | 19 | 41 |
| Octal | 253 | 217 | 274 | 11 | 30 | 0 | 32 | 425 | 31 | 101 |
| Binary | 10101011 | 10001111 | 10111100 | 1001 | 11000 | 0 | 11010 | 100010101 | 11001 | 1000001 |
Color Harmonies of #AB8FBC
Complementary color
Monochromatic Colors of #AB8FBC
Black with #AB8FBC
Text Example
Text Example
White with #AB8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FBC; }
p { color: rgb(171,143,188); }
H1.HeaderClassName
{
color: #AB8FBC;
}
.AnyTagClassName
{
color: #AB8FBC;
}
</style>
background-color css
<style>
a { background-color: #AB8FBC; }
a { background-color: rgb(171,143,188); }
div.DivClassName
{
background-color: #AB8FBC;
}
.BgClassName
{
background-color: #AB8FBC;
}
</style>
border-color css
<style>
span { border-color: #AB8FBC; }
span { border-color: rgb(171,143,188); }
td.TdClassName
{
border-color: #AB8FBC;
}
.TagClassName
{
border-color: #AB8FBC;
}
</style>