Shades of East Side #AB8DB8
Tints of East Side #AB8DB8
RGB
CMYK
RGB Variations
Color information
#AB8DB8 (or 0xAB8DB8) is known color: East Side. HEX triplet: AB, 8D and B8. RGB value is (171,141,184). Sum of RGB (Red+Green+Blue) = 171+141+184=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB8DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DB8 is #547247. Grayscale: #9A9A9A. Windows color (decimal): -5534280 or 12094891. OLE color: 12094891.
HSL color Cylindrical-coordinate representation of color #AB8DB8: hue angle of 281.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8DB8 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 141 | 184 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.28 |
| HSL | 281.86º | 0.23% | 0.64% | - |
| HSV(B) | 281.86º | 0.23% | 0.72% | - |
| XYZ | 34.97 | 31.17 | 49.52 | - |
| YUV | 154.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 184 | 0.07 | 0.23 | 0 | 0.28 | 281.86 | 0.23 | 0.64 |
| Hex | AB | 8D | B8 | 7 | 17 | 0 | 1C | 11A | 17 | 40 |
| Octal | 253 | 215 | 270 | 7 | 27 | 0 | 34 | 432 | 27 | 100 |
| Binary | 10101011 | 10001101 | 10111000 | 111 | 10111 | 0 | 11100 | 100011010 | 10111 | 1000000 |
Color Harmonies of #AB8DB8
Complementary color
Monochromatic Colors of #AB8DB8
Black with #AB8DB8
Text Example
Text Example
White with #AB8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DB8; }
p { color: rgb(171,141,184); }
H1.HeaderClassName
{
color: #AB8DB8;
}
.AnyTagClassName
{
color: #AB8DB8;
}
</style>
background-color css
<style>
a { background-color: #AB8DB8; }
a { background-color: rgb(171,141,184); }
div.DivClassName
{
background-color: #AB8DB8;
}
.BgClassName
{
background-color: #AB8DB8;
}
</style>
border-color css
<style>
span { border-color: #AB8DB8; }
span { border-color: rgb(171,141,184); }
td.TdClassName
{
border-color: #AB8DB8;
}
.TagClassName
{
border-color: #AB8DB8;
}
</style>