Shades of East Side #AB90B6
Tints of East Side #AB90B6
RGB
CMYK
RGB Variations
Color information
#AB90B6 (or 0xAB90B6) is known color: East Side. HEX triplet: AB, 90 and B6. RGB value is (171,144,182). Sum of RGB (Red+Green+Blue) = 171+144+182=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB90B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B6 is #546F49. Grayscale: #9C9C9C. Windows color (decimal): -5533514 or 11964587. OLE color: 11964587.
HSL color Cylindrical-coordinate representation of color #AB90B6: hue angle of 282.63º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB90B6 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 144 | 182 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.29 |
| HSL | 282.63º | 0.21% | 0.64% | - |
| HSV(B) | 282.63º | 0.21% | 0.71% | - |
| XYZ | 35.21 | 31.98 | 48.57 | - |
| YUV | 156.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 182 | 0.06 | 0.21 | 0 | 0.29 | 282.63 | 0.21 | 0.64 |
| Hex | AB | 90 | B6 | 6 | 15 | 0 | 1D | 11B | 15 | 40 |
| Octal | 253 | 220 | 266 | 6 | 25 | 0 | 35 | 433 | 25 | 100 |
| Binary | 10101011 | 10010000 | 10110110 | 110 | 10101 | 0 | 11101 | 100011011 | 10101 | 1000000 |
Color Harmonies of #AB90B6
Complementary color
Monochromatic Colors of #AB90B6
Black with #AB90B6
Text Example
Text Example
White with #AB90B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90B6; }
p { color: rgb(171,144,182); }
H1.HeaderClassName
{
color: #AB90B6;
}
.AnyTagClassName
{
color: #AB90B6;
}
</style>
background-color css
<style>
a { background-color: #AB90B6; }
a { background-color: rgb(171,144,182); }
div.DivClassName
{
background-color: #AB90B6;
}
.BgClassName
{
background-color: #AB90B6;
}
</style>
border-color css
<style>
span { border-color: #AB90B6; }
span { border-color: rgb(171,144,182); }
td.TdClassName
{
border-color: #AB90B6;
}
.TagClassName
{
border-color: #AB90B6;
}
</style>