Shades of East Side #AB8CB7
Tints of East Side #AB8CB7
RGB
CMYK
RGB Variations
Color information
#AB8CB7 (or 0xAB8CB7) is known color: East Side. HEX triplet: AB, 8C and B7. RGB value is (171,140,183). Sum of RGB (Red+Green+Blue) = 171+140+183=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB8CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CB7 is #547348. Grayscale: #9A9A9A. Windows color (decimal): -5534537 or 12029099. OLE color: 12029099.
HSL color Cylindrical-coordinate representation of color #AB8CB7: hue angle of 283.26º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8CB7 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 140 | 183 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.28 |
| HSL | 283.26º | 0.23% | 0.63% | - |
| HSV(B) | 283.26º | 0.23% | 0.72% | - |
| XYZ | 34.72 | 30.83 | 48.92 | - |
| YUV | 154.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 183 | 0.07 | 0.23 | 0 | 0.28 | 283.26 | 0.23 | 0.63 |
| Hex | AB | 8C | B7 | 7 | 17 | 0 | 1C | 11B | 17 | 3F |
| Octal | 253 | 214 | 267 | 7 | 27 | 0 | 34 | 433 | 27 | 77 |
| Binary | 10101011 | 10001100 | 10110111 | 111 | 10111 | 0 | 11100 | 100011011 | 10111 | 111111 |
Color Harmonies of #AB8CB7
Complementary color
Monochromatic Colors of #AB8CB7
Black with #AB8CB7
Text Example
Text Example
White with #AB8CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CB7; }
p { color: rgb(171,140,183); }
H1.HeaderClassName
{
color: #AB8CB7;
}
.AnyTagClassName
{
color: #AB8CB7;
}
</style>
background-color css
<style>
a { background-color: #AB8CB7; }
a { background-color: rgb(171,140,183); }
div.DivClassName
{
background-color: #AB8CB7;
}
.BgClassName
{
background-color: #AB8CB7;
}
</style>
border-color css
<style>
span { border-color: #AB8CB7; }
span { border-color: rgb(171,140,183); }
td.TdClassName
{
border-color: #AB8CB7;
}
.TagClassName
{
border-color: #AB8CB7;
}
</style>