Shades of Amethyst #AB71D1
Tints of Amethyst #AB71D1
RGB
CMYK
RGB Variations
Color information
#AB71D1 (or 0xAB71D1) is known color: Amethyst. HEX triplet: AB, 71 and D1. RGB value is (171,113,209). Sum of RGB (Red+Green+Blue) = 171+113+209=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB71D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71D1 is #548E2E. Grayscale: #8C8C8C. Windows color (decimal): -5541423 or 13726123. OLE color: 13726123.
HSL color Cylindrical-coordinate representation of color #AB71D1: hue angle of 276.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB71D1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 113 | 209 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.18 |
| HSL | 276.25º | 0.51% | 0.63% | - |
| HSV(B) | 276.25º | 0.46% | 0.82% | - |
| XYZ | 34.21 | 25.07 | 63.36 | - |
| YUV | 141.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 209 | 0.18 | 0.46 | 0 | 0.18 | 276.25 | 0.51 | 0.63 |
| Hex | AB | 71 | D1 | 12 | 2E | 0 | 12 | 114 | 33 | 3F |
| Octal | 253 | 161 | 321 | 22 | 56 | 0 | 22 | 424 | 63 | 77 |
| Binary | 10101011 | 1110001 | 11010001 | 10010 | 101110 | 0 | 10010 | 100010100 | 110011 | 111111 |
Color Harmonies of #AB71D1
Complementary color
Monochromatic Colors of #AB71D1
Black with #AB71D1
Text Example
Text Example
White with #AB71D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71D1; }
p { color: rgb(171,113,209); }
H1.HeaderClassName
{
color: #AB71D1;
}
.AnyTagClassName
{
color: #AB71D1;
}
</style>
background-color css
<style>
a { background-color: #AB71D1; }
a { background-color: rgb(171,113,209); }
div.DivClassName
{
background-color: #AB71D1;
}
.BgClassName
{
background-color: #AB71D1;
}
</style>
border-color css
<style>
span { border-color: #AB71D1; }
span { border-color: rgb(171,113,209); }
td.TdClassName
{
border-color: #AB71D1;
}
.TagClassName
{
border-color: #AB71D1;
}
</style>