Shades of East Side #AB76BC
Tints of East Side #AB76BC
RGB
CMYK
RGB Variations
Color information
#AB76BC (or 0xAB76BC) is known color: East Side. HEX triplet: AB, 76 and BC. RGB value is (171,118,188). Sum of RGB (Red+Green+Blue) = 171+118+188=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76BC is #548943. Grayscale: #8D8D8D. Windows color (decimal): -5540164 or 12351147. OLE color: 12351147.
HSL color Cylindrical-coordinate representation of color #AB76BC: hue angle of 285.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB76BC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 118 | 188 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.26 |
| HSL | 285.43º | 0.34% | 0.6% | - |
| HSV(B) | 285.43º | 0.37% | 0.74% | - |
| XYZ | 32.35 | 25.25 | 50.74 | - |
| YUV | 141.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 188 | 0.09 | 0.37 | 0 | 0.26 | 285.43 | 0.34 | 0.6 |
| Hex | AB | 76 | BC | 9 | 25 | 0 | 1A | 11D | 22 | 3C |
| Octal | 253 | 166 | 274 | 11 | 45 | 0 | 32 | 435 | 42 | 74 |
| Binary | 10101011 | 1110110 | 10111100 | 1001 | 100101 | 0 | 11010 | 100011101 | 100010 | 111100 |
Color Harmonies of #AB76BC
Complementary color
Monochromatic Colors of #AB76BC
Black with #AB76BC
Text Example
Text Example
White with #AB76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76BC; }
p { color: rgb(171,118,188); }
H1.HeaderClassName
{
color: #AB76BC;
}
.AnyTagClassName
{
color: #AB76BC;
}
</style>
background-color css
<style>
a { background-color: #AB76BC; }
a { background-color: rgb(171,118,188); }
div.DivClassName
{
background-color: #AB76BC;
}
.BgClassName
{
background-color: #AB76BC;
}
</style>
border-color css
<style>
span { border-color: #AB76BC; }
span { border-color: rgb(171,118,188); }
td.TdClassName
{
border-color: #AB76BC;
}
.TagClassName
{
border-color: #AB76BC;
}
</style>