Shades of East Side #AB90BD
Tints of East Side #AB90BD
RGB
CMYK
RGB Variations
Color information
#AB90BD (or 0xAB90BD) is known color: East Side. HEX triplet: AB, 90 and BD. RGB value is (171,144,189). Sum of RGB (Red+Green+Blue) = 171+144+189=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BD is #546F42. Grayscale: #9D9D9D. Windows color (decimal): -5533507 or 12423339. OLE color: 12423339.
HSL color Cylindrical-coordinate representation of color #AB90BD: hue angle of 276º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB90BD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 144 | 189 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.26 |
| HSL | 276º | 0.25% | 0.65% | - |
| HSV(B) | 276º | 0.24% | 0.74% | - |
| XYZ | 35.95 | 32.28 | 52.48 | - |
| YUV | 157.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 189 | 0.10 | 0.24 | 0 | 0.26 | 276 | 0.25 | 0.65 |
| Hex | AB | 90 | BD | A | 18 | 0 | 1A | 114 | 19 | 41 |
| Octal | 253 | 220 | 275 | 12 | 30 | 0 | 32 | 424 | 31 | 101 |
| Binary | 10101011 | 10010000 | 10111101 | 1010 | 11000 | 0 | 11010 | 100010100 | 11001 | 1000001 |
Color Harmonies of #AB90BD
Complementary color
Monochromatic Colors of #AB90BD
Black with #AB90BD
Text Example
Text Example
White with #AB90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90BD; }
p { color: rgb(171,144,189); }
H1.HeaderClassName
{
color: #AB90BD;
}
.AnyTagClassName
{
color: #AB90BD;
}
</style>
background-color css
<style>
a { background-color: #AB90BD; }
a { background-color: rgb(171,144,189); }
div.DivClassName
{
background-color: #AB90BD;
}
.BgClassName
{
background-color: #AB90BD;
}
</style>
border-color css
<style>
span { border-color: #AB90BD; }
span { border-color: rgb(171,144,189); }
td.TdClassName
{
border-color: #AB90BD;
}
.TagClassName
{
border-color: #AB90BD;
}
</style>