Shades of East Side #AB88BC
Tints of East Side #AB88BC
RGB
CMYK
RGB Variations
Color information
#AB88BC (or 0xAB88BC) is known color: East Side. HEX triplet: AB, 88 and BC. RGB value is (171,136,188). Sum of RGB (Red+Green+Blue) = 171+136+188=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88BC is #547743. Grayscale: #989898. Windows color (decimal): -5535556 or 12355755. OLE color: 12355755.
HSL color Cylindrical-coordinate representation of color #AB88BC: hue angle of 280.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB88BC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 136 | 188 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.26 |
| HSL | 280.38º | 0.28% | 0.64% | - |
| HSV(B) | 280.38º | 0.28% | 0.74% | - |
| XYZ | 34.68 | 29.9 | 51.52 | - |
| YUV | 152.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 188 | 0.09 | 0.28 | 0 | 0.26 | 280.38 | 0.28 | 0.64 |
| Hex | AB | 88 | BC | 9 | 1C | 0 | 1A | 118 | 1C | 40 |
| Octal | 253 | 210 | 274 | 11 | 34 | 0 | 32 | 430 | 34 | 100 |
| Binary | 10101011 | 10001000 | 10111100 | 1001 | 11100 | 0 | 11010 | 100011000 | 11100 | 1000000 |
Color Harmonies of #AB88BC
Complementary color
Monochromatic Colors of #AB88BC
Black with #AB88BC
Text Example
Text Example
White with #AB88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB88BC; }
p { color: rgb(171,136,188); }
H1.HeaderClassName
{
color: #AB88BC;
}
.AnyTagClassName
{
color: #AB88BC;
}
</style>
background-color css
<style>
a { background-color: #AB88BC; }
a { background-color: rgb(171,136,188); }
div.DivClassName
{
background-color: #AB88BC;
}
.BgClassName
{
background-color: #AB88BC;
}
</style>
border-color css
<style>
span { border-color: #AB88BC; }
span { border-color: rgb(171,136,188); }
td.TdClassName
{
border-color: #AB88BC;
}
.TagClassName
{
border-color: #AB88BC;
}
</style>