Shades of East Side #AB71B7
Tints of East Side #AB71B7
RGB
CMYK
RGB Variations
Color information
#AB71B7 (or 0xAB71B7) is known color: East Side. HEX triplet: AB, 71 and B7. RGB value is (171,113,183). Sum of RGB (Red+Green+Blue) = 171+113+183=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB71B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71B7 is #548E48. Grayscale: #8A8A8A. Windows color (decimal): -5541449 or 12022187. OLE color: 12022187.
HSL color Cylindrical-coordinate representation of color #AB71B7: hue angle of 289.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB71B7 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 113 | 183 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.28 |
| HSL | 289.71º | 0.33% | 0.58% | - |
| HSV(B) | 289.71º | 0.38% | 0.72% | - |
| XYZ | 31.25 | 23.89 | 47.76 | - |
| YUV | 138.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 183 | 0.07 | 0.38 | 0 | 0.28 | 289.71 | 0.33 | 0.58 |
| Hex | AB | 71 | B7 | 7 | 26 | 0 | 1C | 122 | 21 | 3A |
| Octal | 253 | 161 | 267 | 7 | 46 | 0 | 34 | 442 | 41 | 72 |
| Binary | 10101011 | 1110001 | 10110111 | 111 | 100110 | 0 | 11100 | 100100010 | 100001 | 111010 |
Color Harmonies of #AB71B7
Complementary color
Monochromatic Colors of #AB71B7
Black with #AB71B7
Text Example
Text Example
White with #AB71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71B7; }
p { color: rgb(171,113,183); }
H1.HeaderClassName
{
color: #AB71B7;
}
.AnyTagClassName
{
color: #AB71B7;
}
</style>
background-color css
<style>
a { background-color: #AB71B7; }
a { background-color: rgb(171,113,183); }
div.DivClassName
{
background-color: #AB71B7;
}
.BgClassName
{
background-color: #AB71B7;
}
</style>
border-color css
<style>
span { border-color: #AB71B7; }
span { border-color: rgb(171,113,183); }
td.TdClassName
{
border-color: #AB71B7;
}
.TagClassName
{
border-color: #AB71B7;
}
</style>