Shades of East Side #AB7CB1
Tints of East Side #AB7CB1
RGB
CMYK
RGB Variations
Color information
#AB7CB1 (or 0xAB7CB1) is known color: East Side. HEX triplet: AB, 7C and B1. RGB value is (171,124,177). Sum of RGB (Red+Green+Blue) = 171+124+177=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CB1 is #54834E. Grayscale: #8F8F8F. Windows color (decimal): -5538639 or 11631787. OLE color: 11631787.
HSL color Cylindrical-coordinate representation of color #AB7CB1: hue angle of 293.21º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7CB1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 124 | 177 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.31 |
| HSL | 293.21º | 0.25% | 0.59% | - |
| HSV(B) | 293.21º | 0.3% | 0.69% | - |
| XYZ | 31.94 | 26.25 | 44.98 | - |
| YUV | 144.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 177 | 0.03 | 0.30 | 0 | 0.31 | 293.21 | 0.25 | 0.59 |
| Hex | AB | 7C | B1 | 3 | 1E | 0 | 1F | 125 | 19 | 3B |
| Octal | 253 | 174 | 261 | 3 | 36 | 0 | 37 | 445 | 31 | 73 |
| Binary | 10101011 | 1111100 | 10110001 | 11 | 11110 | 0 | 11111 | 100100101 | 11001 | 111011 |
Color Harmonies of #AB7CB1
Complementary color
Monochromatic Colors of #AB7CB1
Black with #AB7CB1
Text Example
Text Example
White with #AB7CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CB1; }
p { color: rgb(171,124,177); }
H1.HeaderClassName
{
color: #AB7CB1;
}
.AnyTagClassName
{
color: #AB7CB1;
}
</style>
background-color css
<style>
a { background-color: #AB7CB1; }
a { background-color: rgb(171,124,177); }
div.DivClassName
{
background-color: #AB7CB1;
}
.BgClassName
{
background-color: #AB7CB1;
}
</style>
border-color css
<style>
span { border-color: #AB7CB1; }
span { border-color: rgb(171,124,177); }
td.TdClassName
{
border-color: #AB7CB1;
}
.TagClassName
{
border-color: #AB7CB1;
}
</style>