Shades of East Side #AB99BB
Tints of East Side #AB99BB
RGB
CMYK
RGB Variations
Color information
#AB99BB (or 0xAB99BB) is known color: East Side. HEX triplet: AB, 99 and BB. RGB value is (171,153,187). Sum of RGB (Red+Green+Blue) = 171+153+187=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99BB is #546644. Grayscale: #A2A2A2. Windows color (decimal): -5531205 or 12294571. OLE color: 12294571.
HSL color Cylindrical-coordinate representation of color #AB99BB: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB99BB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 153 | 187 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 271.76º | 0.2% | 0.67% | - |
| HSV(B) | 271.76º | 0.18% | 0.73% | - |
| XYZ | 37.16 | 35.03 | 51.82 | - |
| YUV | 162.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 187 | 0.09 | 0.18 | 0 | 0.27 | 271.76 | 0.2 | 0.67 |
| Hex | AB | 99 | BB | 9 | 12 | 0 | 1B | 110 | 14 | 43 |
| Octal | 253 | 231 | 273 | 11 | 22 | 0 | 33 | 420 | 24 | 103 |
| Binary | 10101011 | 10011001 | 10111011 | 1001 | 10010 | 0 | 11011 | 100010000 | 10100 | 1000011 |
Color Harmonies of #AB99BB
Complementary color
Monochromatic Colors of #AB99BB
Black with #AB99BB
Text Example
Text Example
White with #AB99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99BB; }
p { color: rgb(171,153,187); }
H1.HeaderClassName
{
color: #AB99BB;
}
.AnyTagClassName
{
color: #AB99BB;
}
</style>
background-color css
<style>
a { background-color: #AB99BB; }
a { background-color: rgb(171,153,187); }
div.DivClassName
{
background-color: #AB99BB;
}
.BgClassName
{
background-color: #AB99BB;
}
</style>
border-color css
<style>
span { border-color: #AB99BB; }
span { border-color: rgb(171,153,187); }
td.TdClassName
{
border-color: #AB99BB;
}
.TagClassName
{
border-color: #AB99BB;
}
</style>