Shades of East Side #AB83BC
Tints of East Side #AB83BC
RGB
CMYK
RGB Variations
Color information
#AB83BC (or 0xAB83BC) is known color: East Side. HEX triplet: AB, 83 and BC. RGB value is (171,131,188). Sum of RGB (Red+Green+Blue) = 171+131+188=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BC is #547C43. Grayscale: #959595. Windows color (decimal): -5536836 or 12354475. OLE color: 12354475.
HSL color Cylindrical-coordinate representation of color #AB83BC: hue angle of 282.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB83BC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 131 | 188 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.26 |
| HSL | 282.11º | 0.3% | 0.63% | - |
| HSV(B) | 282.11º | 0.3% | 0.74% | - |
| XYZ | 33.99 | 28.52 | 51.29 | - |
| YUV | 149.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 188 | 0.09 | 0.30 | 0 | 0.26 | 282.11 | 0.3 | 0.63 |
| Hex | AB | 83 | BC | 9 | 1E | 0 | 1A | 11A | 1E | 3F |
| Octal | 253 | 203 | 274 | 11 | 36 | 0 | 32 | 432 | 36 | 77 |
| Binary | 10101011 | 10000011 | 10111100 | 1001 | 11110 | 0 | 11010 | 100011010 | 11110 | 111111 |
Color Harmonies of #AB83BC
Complementary color
Monochromatic Colors of #AB83BC
Black with #AB83BC
Text Example
Text Example
White with #AB83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83BC; }
p { color: rgb(171,131,188); }
H1.HeaderClassName
{
color: #AB83BC;
}
.AnyTagClassName
{
color: #AB83BC;
}
</style>
background-color css
<style>
a { background-color: #AB83BC; }
a { background-color: rgb(171,131,188); }
div.DivClassName
{
background-color: #AB83BC;
}
.BgClassName
{
background-color: #AB83BC;
}
</style>
border-color css
<style>
span { border-color: #AB83BC; }
span { border-color: rgb(171,131,188); }
td.TdClassName
{
border-color: #AB83BC;
}
.TagClassName
{
border-color: #AB83BC;
}
</style>