Shades of East Side #AB8DBA
Tints of East Side #AB8DBA
RGB
CMYK
RGB Variations
Color information
#AB8DBA (or 0xAB8DBA) is known color: East Side. HEX triplet: AB, 8D and BA. RGB value is (171,141,186). Sum of RGB (Red+Green+Blue) = 171+141+186=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DBA is #547245. Grayscale: #9A9A9A. Windows color (decimal): -5534278 or 12225963. OLE color: 12225963.
HSL color Cylindrical-coordinate representation of color #AB8DBA: hue angle of 280º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8DBA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 141 | 186 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.27 |
| HSL | 280º | 0.25% | 0.64% | - |
| HSV(B) | 280º | 0.24% | 0.73% | - |
| XYZ | 35.18 | 31.25 | 50.63 | - |
| YUV | 155.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 186 | 0.08 | 0.24 | 0 | 0.27 | 280 | 0.25 | 0.64 |
| Hex | AB | 8D | BA | 8 | 18 | 0 | 1B | 118 | 19 | 40 |
| Octal | 253 | 215 | 272 | 10 | 30 | 0 | 33 | 430 | 31 | 100 |
| Binary | 10101011 | 10001101 | 10111010 | 1000 | 11000 | 0 | 11011 | 100011000 | 11001 | 1000000 |
Color Harmonies of #AB8DBA
Complementary color
Monochromatic Colors of #AB8DBA
Black with #AB8DBA
Text Example
Text Example
White with #AB8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DBA; }
p { color: rgb(171,141,186); }
H1.HeaderClassName
{
color: #AB8DBA;
}
.AnyTagClassName
{
color: #AB8DBA;
}
</style>
background-color css
<style>
a { background-color: #AB8DBA; }
a { background-color: rgb(171,141,186); }
div.DivClassName
{
background-color: #AB8DBA;
}
.BgClassName
{
background-color: #AB8DBA;
}
</style>
border-color css
<style>
span { border-color: #AB8DBA; }
span { border-color: rgb(171,141,186); }
td.TdClassName
{
border-color: #AB8DBA;
}
.TagClassName
{
border-color: #AB8DBA;
}
</style>