Shades of East Side #AB83BB
Tints of East Side #AB83BB
RGB
CMYK
RGB Variations
Color information
#AB83BB (or 0xAB83BB) is known color: East Side. HEX triplet: AB, 83 and BB. RGB value is (171,131,187). Sum of RGB (Red+Green+Blue) = 171+131+187=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BB is #547C44. Grayscale: #959595. Windows color (decimal): -5536837 or 12288939. OLE color: 12288939.
HSL color Cylindrical-coordinate representation of color #AB83BB: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB83BB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 131 | 187 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.27 |
| HSL | 282.86º | 0.29% | 0.62% | - |
| HSV(B) | 282.86º | 0.3% | 0.73% | - |
| XYZ | 33.88 | 28.48 | 50.72 | - |
| YUV | 149.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 187 | 0.09 | 0.30 | 0 | 0.27 | 282.86 | 0.29 | 0.62 |
| Hex | AB | 83 | BB | 9 | 1E | 0 | 1B | 11B | 1D | 3E |
| Octal | 253 | 203 | 273 | 11 | 36 | 0 | 33 | 433 | 35 | 76 |
| Binary | 10101011 | 10000011 | 10111011 | 1001 | 11110 | 0 | 11011 | 100011011 | 11101 | 111110 |
Color Harmonies of #AB83BB
Complementary color
Monochromatic Colors of #AB83BB
Black with #AB83BB
Text Example
Text Example
White with #AB83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83BB; }
p { color: rgb(171,131,187); }
H1.HeaderClassName
{
color: #AB83BB;
}
.AnyTagClassName
{
color: #AB83BB;
}
</style>
background-color css
<style>
a { background-color: #AB83BB; }
a { background-color: rgb(171,131,187); }
div.DivClassName
{
background-color: #AB83BB;
}
.BgClassName
{
background-color: #AB83BB;
}
</style>
border-color css
<style>
span { border-color: #AB83BB; }
span { border-color: rgb(171,131,187); }
td.TdClassName
{
border-color: #AB83BB;
}
.TagClassName
{
border-color: #AB83BB;
}
</style>