Shades of East Side #AB8DB5
Tints of East Side #AB8DB5
RGB
CMYK
RGB Variations
Color information
#AB8DB5 (or 0xAB8DB5) is known color: East Side. HEX triplet: AB, 8D and B5. RGB value is (171,141,181). Sum of RGB (Red+Green+Blue) = 171+141+181=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB8DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DB5 is #54724A. Grayscale: #9A9A9A. Windows color (decimal): -5534283 or 11898283. OLE color: 11898283.
HSL color Cylindrical-coordinate representation of color #AB8DB5: hue angle of 285º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8DB5 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 141 | 181 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.29 |
| HSL | 285º | 0.21% | 0.63% | - |
| HSV(B) | 285º | 0.22% | 0.71% | - |
| XYZ | 34.66 | 31.04 | 47.88 | - |
| YUV | 154.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 181 | 0.06 | 0.22 | 0 | 0.29 | 285 | 0.21 | 0.63 |
| Hex | AB | 8D | B5 | 6 | 16 | 0 | 1D | 11D | 15 | 3F |
| Octal | 253 | 215 | 265 | 6 | 26 | 0 | 35 | 435 | 25 | 77 |
| Binary | 10101011 | 10001101 | 10110101 | 110 | 10110 | 0 | 11101 | 100011101 | 10101 | 111111 |
Color Harmonies of #AB8DB5
Complementary color
Monochromatic Colors of #AB8DB5
Black with #AB8DB5
Text Example
Text Example
White with #AB8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DB5; }
p { color: rgb(171,141,181); }
H1.HeaderClassName
{
color: #AB8DB5;
}
.AnyTagClassName
{
color: #AB8DB5;
}
</style>
background-color css
<style>
a { background-color: #AB8DB5; }
a { background-color: rgb(171,141,181); }
div.DivClassName
{
background-color: #AB8DB5;
}
.BgClassName
{
background-color: #AB8DB5;
}
</style>
border-color css
<style>
span { border-color: #AB8DB5; }
span { border-color: rgb(171,141,181); }
td.TdClassName
{
border-color: #AB8DB5;
}
.TagClassName
{
border-color: #AB8DB5;
}
</style>