Shades of East Side #AB84BB
Tints of East Side #AB84BB
RGB
CMYK
RGB Variations
Color information
#AB84BB (or 0xAB84BB) is known color: East Side. HEX triplet: AB, 84 and BB. RGB value is (171,132,187). Sum of RGB (Red+Green+Blue) = 171+132+187=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BB is #547B44. Grayscale: #959595. Windows color (decimal): -5536581 or 12289195. OLE color: 12289195.
HSL color Cylindrical-coordinate representation of color #AB84BB: hue angle of 282.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB84BB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 132 | 187 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.27 |
| HSL | 282.55º | 0.29% | 0.63% | - |
| HSV(B) | 282.55º | 0.29% | 0.73% | - |
| XYZ | 34.02 | 28.75 | 50.77 | - |
| YUV | 149.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 187 | 0.09 | 0.29 | 0 | 0.27 | 282.55 | 0.29 | 0.63 |
| Hex | AB | 84 | BB | 9 | 1D | 0 | 1B | 11B | 1D | 3F |
| Octal | 253 | 204 | 273 | 11 | 35 | 0 | 33 | 433 | 35 | 77 |
| Binary | 10101011 | 10000100 | 10111011 | 1001 | 11101 | 0 | 11011 | 100011011 | 11101 | 111111 |
Color Harmonies of #AB84BB
Complementary color
Monochromatic Colors of #AB84BB
Black with #AB84BB
Text Example
Text Example
White with #AB84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84BB; }
p { color: rgb(171,132,187); }
H1.HeaderClassName
{
color: #AB84BB;
}
.AnyTagClassName
{
color: #AB84BB;
}
</style>
background-color css
<style>
a { background-color: #AB84BB; }
a { background-color: rgb(171,132,187); }
div.DivClassName
{
background-color: #AB84BB;
}
.BgClassName
{
background-color: #AB84BB;
}
</style>
border-color css
<style>
span { border-color: #AB84BB; }
span { border-color: rgb(171,132,187); }
td.TdClassName
{
border-color: #AB84BB;
}
.TagClassName
{
border-color: #AB84BB;
}
</style>