Shades of East Side #AB90B0
Tints of East Side #AB90B0
RGB
CMYK
RGB Variations
Color information
#AB90B0 (or 0xAB90B0) is known color: East Side. HEX triplet: AB, 90 and B0. RGB value is (171,144,176). Sum of RGB (Red+Green+Blue) = 171+144+176=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90B0 is #546F4F. Grayscale: #9B9B9B. Windows color (decimal): -5533520 or 11571371. OLE color: 11571371.
HSL color Cylindrical-coordinate representation of color #AB90B0: hue angle of 290.62º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB90B0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 144 | 176 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.31 |
| HSL | 290.63º | 0.17% | 0.63% | - |
| HSV(B) | 290.63º | 0.18% | 0.69% | - |
| XYZ | 34.6 | 31.74 | 45.38 | - |
| YUV | 155.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 176 | 0.03 | 0.18 | 0 | 0.31 | 290.63 | 0.17 | 0.63 |
| Hex | AB | 90 | B0 | 3 | 12 | 0 | 1F | 123 | 11 | 3F |
| Octal | 253 | 220 | 260 | 3 | 22 | 0 | 37 | 443 | 21 | 77 |
| Binary | 10101011 | 10010000 | 10110000 | 11 | 10010 | 0 | 11111 | 100100011 | 10001 | 111111 |
Color Harmonies of #AB90B0
Complementary color
Monochromatic Colors of #AB90B0
Black with #AB90B0
Text Example
Text Example
White with #AB90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90B0; }
p { color: rgb(171,144,176); }
H1.HeaderClassName
{
color: #AB90B0;
}
.AnyTagClassName
{
color: #AB90B0;
}
</style>
background-color css
<style>
a { background-color: #AB90B0; }
a { background-color: rgb(171,144,176); }
div.DivClassName
{
background-color: #AB90B0;
}
.BgClassName
{
background-color: #AB90B0;
}
</style>
border-color css
<style>
span { border-color: #AB90B0; }
span { border-color: rgb(171,144,176); }
td.TdClassName
{
border-color: #AB90B0;
}
.TagClassName
{
border-color: #AB90B0;
}
</style>