Shades of East Side #AB8DBD
Tints of East Side #AB8DBD
RGB
CMYK
RGB Variations
Color information
#AB8DBD (or 0xAB8DBD) is known color: East Side. HEX triplet: AB, 8D and BD. RGB value is (171,141,189). Sum of RGB (Red+Green+Blue) = 171+141+189=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DBD is #547242. Grayscale: #9B9B9B. Windows color (decimal): -5534275 or 12422571. OLE color: 12422571.
HSL color Cylindrical-coordinate representation of color #AB8DBD: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8DBD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 141 | 189 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.26 |
| HSL | 277.5º | 0.27% | 0.65% | - |
| HSV(B) | 277.5º | 0.25% | 0.74% | - |
| XYZ | 35.5 | 31.38 | 52.33 | - |
| YUV | 155.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 189 | 0.10 | 0.25 | 0 | 0.26 | 277.5 | 0.27 | 0.65 |
| Hex | AB | 8D | BD | A | 19 | 0 | 1A | 116 | 1B | 41 |
| Octal | 253 | 215 | 275 | 12 | 31 | 0 | 32 | 426 | 33 | 101 |
| Binary | 10101011 | 10001101 | 10111101 | 1010 | 11001 | 0 | 11010 | 100010110 | 11011 | 1000001 |
Color Harmonies of #AB8DBD
Complementary color
Monochromatic Colors of #AB8DBD
Black with #AB8DBD
Text Example
Text Example
White with #AB8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DBD; }
p { color: rgb(171,141,189); }
H1.HeaderClassName
{
color: #AB8DBD;
}
.AnyTagClassName
{
color: #AB8DBD;
}
</style>
background-color css
<style>
a { background-color: #AB8DBD; }
a { background-color: rgb(171,141,189); }
div.DivClassName
{
background-color: #AB8DBD;
}
.BgClassName
{
background-color: #AB8DBD;
}
</style>
border-color css
<style>
span { border-color: #AB8DBD; }
span { border-color: rgb(171,141,189); }
td.TdClassName
{
border-color: #AB8DBD;
}
.TagClassName
{
border-color: #AB8DBD;
}
</style>