Shades of East Side #AB90B5
Tints of East Side #AB90B5
RGB
CMYK
RGB Variations
Color information
#AB90B5 (or 0xAB90B5) is known color: East Side. HEX triplet: AB, 90 and B5. RGB value is (171,144,181). Sum of RGB (Red+Green+Blue) = 171+144+181=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB90B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B5 is #546F4A. Grayscale: #9C9C9C. Windows color (decimal): -5533515 or 11899051. OLE color: 11899051.
HSL color Cylindrical-coordinate representation of color #AB90B5: hue angle of 283.78º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB90B5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 144 | 181 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.29 |
| HSL | 283.78º | 0.2% | 0.64% | - |
| HSV(B) | 283.78º | 0.2% | 0.71% | - |
| XYZ | 35.11 | 31.94 | 48.03 | - |
| YUV | 156.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 181 | 0.06 | 0.20 | 0 | 0.29 | 283.78 | 0.2 | 0.64 |
| Hex | AB | 90 | B5 | 6 | 14 | 0 | 1D | 11C | 14 | 40 |
| Octal | 253 | 220 | 265 | 6 | 24 | 0 | 35 | 434 | 24 | 100 |
| Binary | 10101011 | 10010000 | 10110101 | 110 | 10100 | 0 | 11101 | 100011100 | 10100 | 1000000 |
Color Harmonies of #AB90B5
Complementary color
Monochromatic Colors of #AB90B5
Black with #AB90B5
Text Example
Text Example
White with #AB90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90B5; }
p { color: rgb(171,144,181); }
H1.HeaderClassName
{
color: #AB90B5;
}
.AnyTagClassName
{
color: #AB90B5;
}
</style>
background-color css
<style>
a { background-color: #AB90B5; }
a { background-color: rgb(171,144,181); }
div.DivClassName
{
background-color: #AB90B5;
}
.BgClassName
{
background-color: #AB90B5;
}
</style>
border-color css
<style>
span { border-color: #AB90B5; }
span { border-color: rgb(171,144,181); }
td.TdClassName
{
border-color: #AB90B5;
}
.TagClassName
{
border-color: #AB90B5;
}
</style>