Shades of East Side #AB8FBB
Tints of East Side #AB8FBB
RGB
CMYK
RGB Variations
Color information
#AB8FBB (or 0xAB8FBB) is known color: East Side. HEX triplet: AB, 8F and BB. RGB value is (171,143,187). Sum of RGB (Red+Green+Blue) = 171+143+187=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FBB is #547044. Grayscale: #9C9C9C. Windows color (decimal): -5533765 or 12292011. OLE color: 12292011.
HSL color Cylindrical-coordinate representation of color #AB8FBB: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8FBB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 143 | 187 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.27 |
| HSL | 278.18º | 0.24% | 0.65% | - |
| HSV(B) | 278.18º | 0.24% | 0.73% | - |
| XYZ | 35.59 | 31.89 | 51.29 | - |
| YUV | 156.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 187 | 0.09 | 0.24 | 0 | 0.27 | 278.18 | 0.24 | 0.65 |
| Hex | AB | 8F | BB | 9 | 18 | 0 | 1B | 116 | 18 | 41 |
| Octal | 253 | 217 | 273 | 11 | 30 | 0 | 33 | 426 | 30 | 101 |
| Binary | 10101011 | 10001111 | 10111011 | 1001 | 11000 | 0 | 11011 | 100010110 | 11000 | 1000001 |
Color Harmonies of #AB8FBB
Complementary color
Monochromatic Colors of #AB8FBB
Black with #AB8FBB
Text Example
Text Example
White with #AB8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FBB; }
p { color: rgb(171,143,187); }
H1.HeaderClassName
{
color: #AB8FBB;
}
.AnyTagClassName
{
color: #AB8FBB;
}
</style>
background-color css
<style>
a { background-color: #AB8FBB; }
a { background-color: rgb(171,143,187); }
div.DivClassName
{
background-color: #AB8FBB;
}
.BgClassName
{
background-color: #AB8FBB;
}
</style>
border-color css
<style>
span { border-color: #AB8FBB; }
span { border-color: rgb(171,143,187); }
td.TdClassName
{
border-color: #AB8FBB;
}
.TagClassName
{
border-color: #AB8FBB;
}
</style>