Shades of East Side #AB7BBB
Tints of East Side #AB7BBB
RGB
CMYK
RGB Variations
Color information
#AB7BBB (or 0xAB7BBB) is known color: East Side. HEX triplet: AB, 7B and BB. RGB value is (171,123,187). Sum of RGB (Red+Green+Blue) = 171+123+187=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BBB is #548444. Grayscale: #909090. Windows color (decimal): -5538885 or 12286891. OLE color: 12286891.
HSL color Cylindrical-coordinate representation of color #AB7BBB: hue angle of 285º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB7BBB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 123 | 187 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.27 |
| HSL | 285º | 0.32% | 0.61% | - |
| HSV(B) | 285º | 0.34% | 0.73% | - |
| XYZ | 32.85 | 26.41 | 50.38 | - |
| YUV | 144.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 187 | 0.09 | 0.34 | 0 | 0.27 | 285 | 0.32 | 0.61 |
| Hex | AB | 7B | BB | 9 | 22 | 0 | 1B | 11D | 20 | 3D |
| Octal | 253 | 173 | 273 | 11 | 42 | 0 | 33 | 435 | 40 | 75 |
| Binary | 10101011 | 1111011 | 10111011 | 1001 | 100010 | 0 | 11011 | 100011101 | 100000 | 111101 |
Color Harmonies of #AB7BBB
Complementary color
Monochromatic Colors of #AB7BBB
Black with #AB7BBB
Text Example
Text Example
White with #AB7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BBB; }
p { color: rgb(171,123,187); }
H1.HeaderClassName
{
color: #AB7BBB;
}
.AnyTagClassName
{
color: #AB7BBB;
}
</style>
background-color css
<style>
a { background-color: #AB7BBB; }
a { background-color: rgb(171,123,187); }
div.DivClassName
{
background-color: #AB7BBB;
}
.BgClassName
{
background-color: #AB7BBB;
}
</style>
border-color css
<style>
span { border-color: #AB7BBB; }
span { border-color: rgb(171,123,187); }
td.TdClassName
{
border-color: #AB7BBB;
}
.TagClassName
{
border-color: #AB7BBB;
}
</style>