Shades of East Side #AB90B3
Tints of East Side #AB90B3
RGB
CMYK
RGB Variations
Color information
#AB90B3 (or 0xAB90B3) is known color: East Side. HEX triplet: AB, 90 and B3. RGB value is (171,144,179). Sum of RGB (Red+Green+Blue) = 171+144+179=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B3 is #546F4C. Grayscale: #9B9B9B. Windows color (decimal): -5533517 or 11767979. OLE color: 11767979.
HSL color Cylindrical-coordinate representation of color #AB90B3: hue angle of 286.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB90B3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 144 | 179 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.30 |
| HSL | 286.29º | 0.19% | 0.63% | - |
| HSV(B) | 286.29º | 0.2% | 0.7% | - |
| XYZ | 34.9 | 31.86 | 46.96 | - |
| YUV | 156.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 179 | 0.04 | 0.20 | 0 | 0.30 | 286.29 | 0.19 | 0.63 |
| Hex | AB | 90 | B3 | 4 | 14 | 0 | 1E | 11E | 13 | 3F |
| Octal | 253 | 220 | 263 | 4 | 24 | 0 | 36 | 436 | 23 | 77 |
| Binary | 10101011 | 10010000 | 10110011 | 100 | 10100 | 0 | 11110 | 100011110 | 10011 | 111111 |
Color Harmonies of #AB90B3
Complementary color
Monochromatic Colors of #AB90B3
Black with #AB90B3
Text Example
Text Example
White with #AB90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90B3; }
p { color: rgb(171,144,179); }
H1.HeaderClassName
{
color: #AB90B3;
}
.AnyTagClassName
{
color: #AB90B3;
}
</style>
background-color css
<style>
a { background-color: #AB90B3; }
a { background-color: rgb(171,144,179); }
div.DivClassName
{
background-color: #AB90B3;
}
.BgClassName
{
background-color: #AB90B3;
}
</style>
border-color css
<style>
span { border-color: #AB90B3; }
span { border-color: rgb(171,144,179); }
td.TdClassName
{
border-color: #AB90B3;
}
.TagClassName
{
border-color: #AB90B3;
}
</style>