Shades of East Side #AB98BF
Tints of East Side #AB98BF
RGB
CMYK
RGB Variations
Color information
#AB98BF (or 0xAB98BF) is known color: East Side. HEX triplet: AB, 98 and BF. RGB value is (171,152,191). Sum of RGB (Red+Green+Blue) = 171+152+191=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BF is #546740. Grayscale: #A1A1A1. Windows color (decimal): -5531457 or 12556459. OLE color: 12556459.
HSL color Cylindrical-coordinate representation of color #AB98BF: hue angle of 269.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB98BF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 152 | 191 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.25 |
| HSL | 269.23º | 0.23% | 0.67% | - |
| HSV(B) | 269.23º | 0.2% | 0.75% | - |
| XYZ | 37.43 | 34.88 | 54.05 | - |
| YUV | 162.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 191 | 0.10 | 0.20 | 0 | 0.25 | 269.23 | 0.23 | 0.67 |
| Hex | AB | 98 | BF | A | 14 | 0 | 19 | 10D | 17 | 43 |
| Octal | 253 | 230 | 277 | 12 | 24 | 0 | 31 | 415 | 27 | 103 |
| Binary | 10101011 | 10011000 | 10111111 | 1010 | 10100 | 0 | 11001 | 100001101 | 10111 | 1000011 |
Color Harmonies of #AB98BF
Complementary color
Monochromatic Colors of #AB98BF
Black with #AB98BF
Text Example
Text Example
White with #AB98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98BF; }
p { color: rgb(171,152,191); }
H1.HeaderClassName
{
color: #AB98BF;
}
.AnyTagClassName
{
color: #AB98BF;
}
</style>
background-color css
<style>
a { background-color: #AB98BF; }
a { background-color: rgb(171,152,191); }
div.DivClassName
{
background-color: #AB98BF;
}
.BgClassName
{
background-color: #AB98BF;
}
</style>
border-color css
<style>
span { border-color: #AB98BF; }
span { border-color: rgb(171,152,191); }
td.TdClassName
{
border-color: #AB98BF;
}
.TagClassName
{
border-color: #AB98BF;
}
</style>