Shades of East Side #AB90B9
Tints of East Side #AB90B9
RGB
CMYK
RGB Variations
Color information
#AB90B9 (or 0xAB90B9) is known color: East Side. HEX triplet: AB, 90 and B9. RGB value is (171,144,185). Sum of RGB (Red+Green+Blue) = 171+144+185=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB90B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B9 is #546F46. Grayscale: #9C9C9C. Windows color (decimal): -5533511 or 12161195. OLE color: 12161195.
HSL color Cylindrical-coordinate representation of color #AB90B9: hue angle of 279.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB90B9 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 144 | 185 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.27 |
| HSL | 279.51º | 0.23% | 0.65% | - |
| HSV(B) | 279.51º | 0.22% | 0.73% | - |
| XYZ | 35.52 | 32.11 | 50.22 | - |
| YUV | 156.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 185 | 0.08 | 0.22 | 0 | 0.27 | 279.51 | 0.23 | 0.65 |
| Hex | AB | 90 | B9 | 8 | 16 | 0 | 1B | 118 | 17 | 41 |
| Octal | 253 | 220 | 271 | 10 | 26 | 0 | 33 | 430 | 27 | 101 |
| Binary | 10101011 | 10010000 | 10111001 | 1000 | 10110 | 0 | 11011 | 100011000 | 10111 | 1000001 |
Color Harmonies of #AB90B9
Complementary color
Monochromatic Colors of #AB90B9
Black with #AB90B9
Text Example
Text Example
White with #AB90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90B9; }
p { color: rgb(171,144,185); }
H1.HeaderClassName
{
color: #AB90B9;
}
.AnyTagClassName
{
color: #AB90B9;
}
</style>
background-color css
<style>
a { background-color: #AB90B9; }
a { background-color: rgb(171,144,185); }
div.DivClassName
{
background-color: #AB90B9;
}
.BgClassName
{
background-color: #AB90B9;
}
</style>
border-color css
<style>
span { border-color: #AB90B9; }
span { border-color: rgb(171,144,185); }
td.TdClassName
{
border-color: #AB90B9;
}
.TagClassName
{
border-color: #AB90B9;
}
</style>