Shades of East Side #AB98BB
Tints of East Side #AB98BB
RGB
CMYK
RGB Variations
Color information
#AB98BB (or 0xAB98BB) is known color: East Side. HEX triplet: AB, 98 and BB. RGB value is (171,152,187). Sum of RGB (Red+Green+Blue) = 171+152+187=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BB is #546744. Grayscale: #A1A1A1. Windows color (decimal): -5531461 or 12294315. OLE color: 12294315.
HSL color Cylindrical-coordinate representation of color #AB98BB: hue angle of 272.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB98BB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 152 | 187 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.27 |
| HSL | 272.57º | 0.2% | 0.66% | - |
| HSV(B) | 272.57º | 0.19% | 0.73% | - |
| XYZ | 36.99 | 34.7 | 51.76 | - |
| YUV | 161.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 187 | 0.09 | 0.19 | 0 | 0.27 | 272.57 | 0.2 | 0.66 |
| Hex | AB | 98 | BB | 9 | 13 | 0 | 1B | 111 | 14 | 42 |
| Octal | 253 | 230 | 273 | 11 | 23 | 0 | 33 | 421 | 24 | 102 |
| Binary | 10101011 | 10011000 | 10111011 | 1001 | 10011 | 0 | 11011 | 100010001 | 10100 | 1000010 |
Color Harmonies of #AB98BB
Complementary color
Monochromatic Colors of #AB98BB
Black with #AB98BB
Text Example
Text Example
White with #AB98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98BB; }
p { color: rgb(171,152,187); }
H1.HeaderClassName
{
color: #AB98BB;
}
.AnyTagClassName
{
color: #AB98BB;
}
</style>
background-color css
<style>
a { background-color: #AB98BB; }
a { background-color: rgb(171,152,187); }
div.DivClassName
{
background-color: #AB98BB;
}
.BgClassName
{
background-color: #AB98BB;
}
</style>
border-color css
<style>
span { border-color: #AB98BB; }
span { border-color: rgb(171,152,187); }
td.TdClassName
{
border-color: #AB98BB;
}
.TagClassName
{
border-color: #AB98BB;
}
</style>