Shades of East Side #AB8DC1
Tints of East Side #AB8DC1
RGB
CMYK
RGB Variations
Color information
#AB8DC1 (or 0xAB8DC1) is known color: East Side. HEX triplet: AB, 8D and C1. RGB value is (171,141,193). Sum of RGB (Red+Green+Blue) = 171+141+193=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB8DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DC1 is #54723E. Grayscale: #9B9B9B. Windows color (decimal): -5534271 or 12684715. OLE color: 12684715.
HSL color Cylindrical-coordinate representation of color #AB8DC1: hue angle of 274.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8DC1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 141 | 193 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.24 |
| HSL | 274.62º | 0.3% | 0.65% | - |
| HSV(B) | 274.62º | 0.27% | 0.76% | - |
| XYZ | 35.95 | 31.56 | 54.65 | - |
| YUV | 155.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 193 | 0.11 | 0.27 | 0 | 0.24 | 274.62 | 0.3 | 0.65 |
| Hex | AB | 8D | C1 | B | 1B | 0 | 18 | 113 | 1E | 41 |
| Octal | 253 | 215 | 301 | 13 | 33 | 0 | 30 | 423 | 36 | 101 |
| Binary | 10101011 | 10001101 | 11000001 | 1011 | 11011 | 0 | 11000 | 100010011 | 11110 | 1000001 |
Color Harmonies of #AB8DC1
Complementary color
Monochromatic Colors of #AB8DC1
Black with #AB8DC1
Text Example
Text Example
White with #AB8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DC1; }
p { color: rgb(171,141,193); }
H1.HeaderClassName
{
color: #AB8DC1;
}
.AnyTagClassName
{
color: #AB8DC1;
}
</style>
background-color css
<style>
a { background-color: #AB8DC1; }
a { background-color: rgb(171,141,193); }
div.DivClassName
{
background-color: #AB8DC1;
}
.BgClassName
{
background-color: #AB8DC1;
}
</style>
border-color css
<style>
span { border-color: #AB8DC1; }
span { border-color: rgb(171,141,193); }
td.TdClassName
{
border-color: #AB8DC1;
}
.TagClassName
{
border-color: #AB8DC1;
}
</style>