Shades of East Side #AB8DC9
Tints of East Side #AB8DC9
RGB
CMYK
RGB Variations
Color information
#AB8DC9 (or 0xAB8DC9) is known color: East Side. HEX triplet: AB, 8D and C9. RGB value is (171,141,201). Sum of RGB (Red+Green+Blue) = 171+141+201=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB8DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DC9 is #547236. Grayscale: #9C9C9C. Windows color (decimal): -5534263 or 13209003. OLE color: 13209003.
HSL color Cylindrical-coordinate representation of color #AB8DC9: hue angle of 270º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8DC9 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 141 | 201 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.21 |
| HSL | 270º | 0.36% | 0.67% | - |
| HSV(B) | 270º | 0.3% | 0.79% | - |
| XYZ | 36.86 | 31.92 | 59.48 | - |
| YUV | 156.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 201 | 0.15 | 0.30 | 0 | 0.21 | 270 | 0.36 | 0.67 |
| Hex | AB | 8D | C9 | F | 1E | 0 | 15 | 10E | 24 | 43 |
| Octal | 253 | 215 | 311 | 17 | 36 | 0 | 25 | 416 | 44 | 103 |
| Binary | 10101011 | 10001101 | 11001001 | 1111 | 11110 | 0 | 10101 | 100001110 | 100100 | 1000011 |
Color Harmonies of #AB8DC9
Complementary color
Monochromatic Colors of #AB8DC9
Black with #AB8DC9
Text Example
Text Example
White with #AB8DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DC9; }
p { color: rgb(171,141,201); }
H1.HeaderClassName
{
color: #AB8DC9;
}
.AnyTagClassName
{
color: #AB8DC9;
}
</style>
background-color css
<style>
a { background-color: #AB8DC9; }
a { background-color: rgb(171,141,201); }
div.DivClassName
{
background-color: #AB8DC9;
}
.BgClassName
{
background-color: #AB8DC9;
}
</style>
border-color css
<style>
span { border-color: #AB8DC9; }
span { border-color: rgb(171,141,201); }
td.TdClassName
{
border-color: #AB8DC9;
}
.TagClassName
{
border-color: #AB8DC9;
}
</style>