Shades of East Side #AB8DB3
Tints of East Side #AB8DB3
RGB
CMYK
RGB Variations
Color information
#AB8DB3 (or 0xAB8DB3) is known color: East Side. HEX triplet: AB, 8D and B3. RGB value is (171,141,179). Sum of RGB (Red+Green+Blue) = 171+141+179=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB8DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DB3 is #54724C. Grayscale: #9A9A9A. Windows color (decimal): -5534285 or 11767211. OLE color: 11767211.
HSL color Cylindrical-coordinate representation of color #AB8DB3: hue angle of 287.37º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8DB3 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 141 | 179 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.30 |
| HSL | 287.37º | 0.2% | 0.63% | - |
| HSV(B) | 287.37º | 0.21% | 0.7% | - |
| XYZ | 34.46 | 30.96 | 46.81 | - |
| YUV | 154.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 179 | 0.04 | 0.21 | 0 | 0.30 | 287.37 | 0.2 | 0.63 |
| Hex | AB | 8D | B3 | 4 | 15 | 0 | 1E | 11F | 14 | 3F |
| Octal | 253 | 215 | 263 | 4 | 25 | 0 | 36 | 437 | 24 | 77 |
| Binary | 10101011 | 10001101 | 10110011 | 100 | 10101 | 0 | 11110 | 100011111 | 10100 | 111111 |
Color Harmonies of #AB8DB3
Complementary color
Monochromatic Colors of #AB8DB3
Black with #AB8DB3
Text Example
Text Example
White with #AB8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DB3; }
p { color: rgb(171,141,179); }
H1.HeaderClassName
{
color: #AB8DB3;
}
.AnyTagClassName
{
color: #AB8DB3;
}
</style>
background-color css
<style>
a { background-color: #AB8DB3; }
a { background-color: rgb(171,141,179); }
div.DivClassName
{
background-color: #AB8DB3;
}
.BgClassName
{
background-color: #AB8DB3;
}
</style>
border-color css
<style>
span { border-color: #AB8DB3; }
span { border-color: rgb(171,141,179); }
td.TdClassName
{
border-color: #AB8DB3;
}
.TagClassName
{
border-color: #AB8DB3;
}
</style>