Shades of East Side #AB7BBC
Tints of East Side #AB7BBC
RGB
CMYK
RGB Variations
Color information
#AB7BBC (or 0xAB7BBC) is known color: East Side. HEX triplet: AB, 7B and BC. RGB value is (171,123,188). Sum of RGB (Red+Green+Blue) = 171+123+188=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB7BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BBC is #548443. Grayscale: #909090. Windows color (decimal): -5538884 or 12352427. OLE color: 12352427.
HSL color Cylindrical-coordinate representation of color #AB7BBC: hue angle of 284.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7BBC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 123 | 188 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.26 |
| HSL | 284.31º | 0.33% | 0.61% | - |
| HSV(B) | 284.31º | 0.35% | 0.74% | - |
| XYZ | 32.95 | 26.45 | 50.95 | - |
| YUV | 144.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 188 | 0.09 | 0.35 | 0 | 0.26 | 284.31 | 0.33 | 0.61 |
| Hex | AB | 7B | BC | 9 | 23 | 0 | 1A | 11C | 21 | 3D |
| Octal | 253 | 173 | 274 | 11 | 43 | 0 | 32 | 434 | 41 | 75 |
| Binary | 10101011 | 1111011 | 10111100 | 1001 | 100011 | 0 | 11010 | 100011100 | 100001 | 111101 |
Color Harmonies of #AB7BBC
Complementary color
Monochromatic Colors of #AB7BBC
Black with #AB7BBC
Text Example
Text Example
White with #AB7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BBC; }
p { color: rgb(171,123,188); }
H1.HeaderClassName
{
color: #AB7BBC;
}
.AnyTagClassName
{
color: #AB7BBC;
}
</style>
background-color css
<style>
a { background-color: #AB7BBC; }
a { background-color: rgb(171,123,188); }
div.DivClassName
{
background-color: #AB7BBC;
}
.BgClassName
{
background-color: #AB7BBC;
}
</style>
border-color css
<style>
span { border-color: #AB7BBC; }
span { border-color: rgb(171,123,188); }
td.TdClassName
{
border-color: #AB7BBC;
}
.TagClassName
{
border-color: #AB7BBC;
}
</style>