Shades of East Side #AB90BC
Tints of East Side #AB90BC
RGB
CMYK
RGB Variations
Color information
#AB90BC (or 0xAB90BC) is known color: East Side. HEX triplet: AB, 90 and BC. RGB value is (171,144,188). Sum of RGB (Red+Green+Blue) = 171+144+188=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BC is #546F43. Grayscale: #9C9C9C. Windows color (decimal): -5533508 or 12357803. OLE color: 12357803.
HSL color Cylindrical-coordinate representation of color #AB90BC: hue angle of 276.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB90BC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 144 | 188 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.26 |
| HSL | 276.82º | 0.25% | 0.65% | - |
| HSV(B) | 276.82º | 0.23% | 0.74% | - |
| XYZ | 35.84 | 32.24 | 51.91 | - |
| YUV | 157.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 188 | 0.09 | 0.23 | 0 | 0.26 | 276.82 | 0.25 | 0.65 |
| Hex | AB | 90 | BC | 9 | 17 | 0 | 1A | 115 | 19 | 41 |
| Octal | 253 | 220 | 274 | 11 | 27 | 0 | 32 | 425 | 31 | 101 |
| Binary | 10101011 | 10010000 | 10111100 | 1001 | 10111 | 0 | 11010 | 100010101 | 11001 | 1000001 |
Color Harmonies of #AB90BC
Complementary color
Monochromatic Colors of #AB90BC
Black with #AB90BC
Text Example
Text Example
White with #AB90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90BC; }
p { color: rgb(171,144,188); }
H1.HeaderClassName
{
color: #AB90BC;
}
.AnyTagClassName
{
color: #AB90BC;
}
</style>
background-color css
<style>
a { background-color: #AB90BC; }
a { background-color: rgb(171,144,188); }
div.DivClassName
{
background-color: #AB90BC;
}
.BgClassName
{
background-color: #AB90BC;
}
</style>
border-color css
<style>
span { border-color: #AB90BC; }
span { border-color: rgb(171,144,188); }
td.TdClassName
{
border-color: #AB90BC;
}
.TagClassName
{
border-color: #AB90BC;
}
</style>