Shades of East Side #AB90BB
Tints of East Side #AB90BB
RGB
CMYK
RGB Variations
Color information
#AB90BB (or 0xAB90BB) is known color: East Side. HEX triplet: AB, 90 and BB. RGB value is (171,144,187). Sum of RGB (Red+Green+Blue) = 171+144+187=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BB is #546F44. Grayscale: #9C9C9C. Windows color (decimal): -5533509 or 12292267. OLE color: 12292267.
HSL color Cylindrical-coordinate representation of color #AB90BB: hue angle of 277.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB90BB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 144 | 187 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.27 |
| HSL | 277.67º | 0.24% | 0.65% | - |
| HSV(B) | 277.67º | 0.23% | 0.73% | - |
| XYZ | 35.74 | 32.19 | 51.34 | - |
| YUV | 156.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 187 | 0.09 | 0.23 | 0 | 0.27 | 277.67 | 0.24 | 0.65 |
| Hex | AB | 90 | BB | 9 | 17 | 0 | 1B | 116 | 18 | 41 |
| Octal | 253 | 220 | 273 | 11 | 27 | 0 | 33 | 426 | 30 | 101 |
| Binary | 10101011 | 10010000 | 10111011 | 1001 | 10111 | 0 | 11011 | 100010110 | 11000 | 1000001 |
Color Harmonies of #AB90BB
Complementary color
Monochromatic Colors of #AB90BB
Black with #AB90BB
Text Example
Text Example
White with #AB90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90BB; }
p { color: rgb(171,144,187); }
H1.HeaderClassName
{
color: #AB90BB;
}
.AnyTagClassName
{
color: #AB90BB;
}
</style>
background-color css
<style>
a { background-color: #AB90BB; }
a { background-color: rgb(171,144,187); }
div.DivClassName
{
background-color: #AB90BB;
}
.BgClassName
{
background-color: #AB90BB;
}
</style>
border-color css
<style>
span { border-color: #AB90BB; }
span { border-color: rgb(171,144,187); }
td.TdClassName
{
border-color: #AB90BB;
}
.TagClassName
{
border-color: #AB90BB;
}
</style>