Shades of East Side #AB98BA
Tints of East Side #AB98BA
RGB
CMYK
RGB Variations
Color information
#AB98BA (or 0xAB98BA) is known color: East Side. HEX triplet: AB, 98 and BA. RGB value is (171,152,186). Sum of RGB (Red+Green+Blue) = 171+152+186=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BA is #546745. Grayscale: #A1A1A1. Windows color (decimal): -5531462 or 12228779. OLE color: 12228779.
HSL color Cylindrical-coordinate representation of color #AB98BA: hue angle of 273.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB98BA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 152 | 186 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.27 |
| HSL | 273.53º | 0.2% | 0.66% | - |
| HSV(B) | 273.53º | 0.18% | 0.73% | - |
| XYZ | 36.89 | 34.66 | 51.2 | - |
| YUV | 161.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 186 | 0.08 | 0.18 | 0 | 0.27 | 273.53 | 0.2 | 0.66 |
| Hex | AB | 98 | BA | 8 | 12 | 0 | 1B | 112 | 14 | 42 |
| Octal | 253 | 230 | 272 | 10 | 22 | 0 | 33 | 422 | 24 | 102 |
| Binary | 10101011 | 10011000 | 10111010 | 1000 | 10010 | 0 | 11011 | 100010010 | 10100 | 1000010 |
Color Harmonies of #AB98BA
Complementary color
Monochromatic Colors of #AB98BA
Black with #AB98BA
Text Example
Text Example
White with #AB98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98BA; }
p { color: rgb(171,152,186); }
H1.HeaderClassName
{
color: #AB98BA;
}
.AnyTagClassName
{
color: #AB98BA;
}
</style>
background-color css
<style>
a { background-color: #AB98BA; }
a { background-color: rgb(171,152,186); }
div.DivClassName
{
background-color: #AB98BA;
}
.BgClassName
{
background-color: #AB98BA;
}
</style>
border-color css
<style>
span { border-color: #AB98BA; }
span { border-color: rgb(171,152,186); }
td.TdClassName
{
border-color: #AB98BA;
}
.TagClassName
{
border-color: #AB98BA;
}
</style>