Shades of East Side #AB98B1
Tints of East Side #AB98B1
RGB
CMYK
RGB Variations
Color information
#AB98B1 (or 0xAB98B1) is known color: East Side. HEX triplet: AB, 98 and B1. RGB value is (171,152,177). Sum of RGB (Red+Green+Blue) = 171+152+177=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB98B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98B1 is #54674E. Grayscale: #A0A0A0. Windows color (decimal): -5531471 or 11638955. OLE color: 11638955.
HSL color Cylindrical-coordinate representation of color #AB98B1: hue angle of 285.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB98B1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 152 | 177 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.31 |
| HSL | 285.6º | 0.14% | 0.65% | - |
| HSV(B) | 285.6º | 0.14% | 0.69% | - |
| XYZ | 35.96 | 34.29 | 46.32 | - |
| YUV | 160.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 177 | 0.03 | 0.14 | 0 | 0.31 | 285.6 | 0.14 | 0.65 |
| Hex | AB | 98 | B1 | 3 | E | 0 | 1F | 11E | E | 41 |
| Octal | 253 | 230 | 261 | 3 | 16 | 0 | 37 | 436 | 16 | 101 |
| Binary | 10101011 | 10011000 | 10110001 | 11 | 1110 | 0 | 11111 | 100011110 | 1110 | 1000001 |
Color Harmonies of #AB98B1
Complementary color
Monochromatic Colors of #AB98B1
Black with #AB98B1
Text Example
Text Example
White with #AB98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98B1; }
p { color: rgb(171,152,177); }
H1.HeaderClassName
{
color: #AB98B1;
}
.AnyTagClassName
{
color: #AB98B1;
}
</style>
background-color css
<style>
a { background-color: #AB98B1; }
a { background-color: rgb(171,152,177); }
div.DivClassName
{
background-color: #AB98B1;
}
.BgClassName
{
background-color: #AB98B1;
}
</style>
border-color css
<style>
span { border-color: #AB98B1; }
span { border-color: rgb(171,152,177); }
td.TdClassName
{
border-color: #AB98B1;
}
.TagClassName
{
border-color: #AB98B1;
}
</style>