Shades of East Side #AB71C3
Tints of East Side #AB71C3
RGB
CMYK
RGB Variations
Color information
#AB71C3 (or 0xAB71C3) is known color: East Side. HEX triplet: AB, 71 and C3. RGB value is (171,113,195). Sum of RGB (Red+Green+Blue) = 171+113+195=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB71C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71C3 is #548E3C. Grayscale: #8B8B8B. Windows color (decimal): -5541437 or 12808619. OLE color: 12808619.
HSL color Cylindrical-coordinate representation of color #AB71C3: hue angle of 282.44º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB71C3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 113 | 195 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.24 |
| HSL | 282.44º | 0.41% | 0.6% | - |
| HSV(B) | 282.44º | 0.42% | 0.76% | - |
| XYZ | 32.55 | 24.41 | 54.63 | - |
| YUV | 139.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 195 | 0.12 | 0.42 | 0 | 0.24 | 282.44 | 0.41 | 0.6 |
| Hex | AB | 71 | C3 | C | 2A | 0 | 18 | 11A | 29 | 3C |
| Octal | 253 | 161 | 303 | 14 | 52 | 0 | 30 | 432 | 51 | 74 |
| Binary | 10101011 | 1110001 | 11000011 | 1100 | 101010 | 0 | 11000 | 100011010 | 101001 | 111100 |
Color Harmonies of #AB71C3
Complementary color
Monochromatic Colors of #AB71C3
Black with #AB71C3
Text Example
Text Example
White with #AB71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71C3; }
p { color: rgb(171,113,195); }
H1.HeaderClassName
{
color: #AB71C3;
}
.AnyTagClassName
{
color: #AB71C3;
}
</style>
background-color css
<style>
a { background-color: #AB71C3; }
a { background-color: rgb(171,113,195); }
div.DivClassName
{
background-color: #AB71C3;
}
.BgClassName
{
background-color: #AB71C3;
}
</style>
border-color css
<style>
span { border-color: #AB71C3; }
span { border-color: rgb(171,113,195); }
td.TdClassName
{
border-color: #AB71C3;
}
.TagClassName
{
border-color: #AB71C3;
}
</style>