Shades of East Side #AB71BD
Tints of East Side #AB71BD
RGB
CMYK
RGB Variations
Color information
#AB71BD (or 0xAB71BD) is known color: East Side. HEX triplet: AB, 71 and BD. RGB value is (171,113,189). Sum of RGB (Red+Green+Blue) = 171+113+189=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB71BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71BD is #548E42. Grayscale: #8A8A8A. Windows color (decimal): -5541443 or 12415403. OLE color: 12415403.
HSL color Cylindrical-coordinate representation of color #AB71BD: hue angle of 285.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB71BD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 113 | 189 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.26 |
| HSL | 285.79º | 0.37% | 0.59% | - |
| HSV(B) | 285.79º | 0.4% | 0.74% | - |
| XYZ | 31.89 | 24.14 | 51.12 | - |
| YUV | 139.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 189 | 0.10 | 0.40 | 0 | 0.26 | 285.79 | 0.37 | 0.59 |
| Hex | AB | 71 | BD | A | 28 | 0 | 1A | 11E | 25 | 3B |
| Octal | 253 | 161 | 275 | 12 | 50 | 0 | 32 | 436 | 45 | 73 |
| Binary | 10101011 | 1110001 | 10111101 | 1010 | 101000 | 0 | 11010 | 100011110 | 100101 | 111011 |
Color Harmonies of #AB71BD
Complementary color
Monochromatic Colors of #AB71BD
Black with #AB71BD
Text Example
Text Example
White with #AB71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71BD; }
p { color: rgb(171,113,189); }
H1.HeaderClassName
{
color: #AB71BD;
}
.AnyTagClassName
{
color: #AB71BD;
}
</style>
background-color css
<style>
a { background-color: #AB71BD; }
a { background-color: rgb(171,113,189); }
div.DivClassName
{
background-color: #AB71BD;
}
.BgClassName
{
background-color: #AB71BD;
}
</style>
border-color css
<style>
span { border-color: #AB71BD; }
span { border-color: rgb(171,113,189); }
td.TdClassName
{
border-color: #AB71BD;
}
.TagClassName
{
border-color: #AB71BD;
}
</style>