Shades of East Side #AB71BE
Tints of East Side #AB71BE
RGB
CMYK
RGB Variations
Color information
#AB71BE (or 0xAB71BE) is known color: East Side. HEX triplet: AB, 71 and BE. RGB value is (171,113,190). Sum of RGB (Red+Green+Blue) = 171+113+190=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71BE is #548E41. Grayscale: #8A8A8A. Windows color (decimal): -5541442 or 12480939. OLE color: 12480939.
HSL color Cylindrical-coordinate representation of color #AB71BE: hue angle of 285.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB71BE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 113 | 190 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.25 |
| HSL | 285.19º | 0.37% | 0.59% | - |
| HSV(B) | 285.19º | 0.41% | 0.75% | - |
| XYZ | 31.99 | 24.19 | 51.7 | - |
| YUV | 139.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 190 | 0.10 | 0.41 | 0 | 0.25 | 285.19 | 0.37 | 0.59 |
| Hex | AB | 71 | BE | A | 29 | 0 | 19 | 11D | 25 | 3B |
| Octal | 253 | 161 | 276 | 12 | 51 | 0 | 31 | 435 | 45 | 73 |
| Binary | 10101011 | 1110001 | 10111110 | 1010 | 101001 | 0 | 11001 | 100011101 | 100101 | 111011 |
Color Harmonies of #AB71BE
Complementary color
Monochromatic Colors of #AB71BE
Black with #AB71BE
Text Example
Text Example
White with #AB71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71BE; }
p { color: rgb(171,113,190); }
H1.HeaderClassName
{
color: #AB71BE;
}
.AnyTagClassName
{
color: #AB71BE;
}
</style>
background-color css
<style>
a { background-color: #AB71BE; }
a { background-color: rgb(171,113,190); }
div.DivClassName
{
background-color: #AB71BE;
}
.BgClassName
{
background-color: #AB71BE;
}
</style>
border-color css
<style>
span { border-color: #AB71BE; }
span { border-color: rgb(171,113,190); }
td.TdClassName
{
border-color: #AB71BE;
}
.TagClassName
{
border-color: #AB71BE;
}
</style>