Shades of East Side #AB8BC7
Tints of East Side #AB8BC7
RGB
CMYK
RGB Variations
Color information
#AB8BC7 (or 0xAB8BC7) is known color: East Side. HEX triplet: AB, 8B and C7. RGB value is (171,139,199). Sum of RGB (Red+Green+Blue) = 171+139+199=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB8BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BC7 is #547438. Grayscale: #9B9B9B. Windows color (decimal): -5534777 or 13077419. OLE color: 13077419.
HSL color Cylindrical-coordinate representation of color #AB8BC7: hue angle of 272º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8BC7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 139 | 199 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.22 |
| HSL | 272º | 0.35% | 0.66% | - |
| HSV(B) | 272º | 0.3% | 0.78% | - |
| XYZ | 36.34 | 31.25 | 58.15 | - |
| YUV | 155.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 199 | 0.14 | 0.30 | 0 | 0.22 | 272 | 0.35 | 0.66 |
| Hex | AB | 8B | C7 | E | 1E | 0 | 16 | 110 | 23 | 42 |
| Octal | 253 | 213 | 307 | 16 | 36 | 0 | 26 | 420 | 43 | 102 |
| Binary | 10101011 | 10001011 | 11000111 | 1110 | 11110 | 0 | 10110 | 100010000 | 100011 | 1000010 |
Color Harmonies of #AB8BC7
Complementary color
Monochromatic Colors of #AB8BC7
Black with #AB8BC7
Text Example
Text Example
White with #AB8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BC7; }
p { color: rgb(171,139,199); }
H1.HeaderClassName
{
color: #AB8BC7;
}
.AnyTagClassName
{
color: #AB8BC7;
}
</style>
background-color css
<style>
a { background-color: #AB8BC7; }
a { background-color: rgb(171,139,199); }
div.DivClassName
{
background-color: #AB8BC7;
}
.BgClassName
{
background-color: #AB8BC7;
}
</style>
border-color css
<style>
span { border-color: #AB8BC7; }
span { border-color: rgb(171,139,199); }
td.TdClassName
{
border-color: #AB8BC7;
}
.TagClassName
{
border-color: #AB8BC7;
}
</style>