Shades of Amethyst #AB71DF
Tints of Amethyst #AB71DF
RGB
CMYK
RGB Variations
Color information
#AB71DF (or 0xAB71DF) is known color: Amethyst. HEX triplet: AB, 71 and DF. RGB value is (171,113,223). Sum of RGB (Red+Green+Blue) = 171+113+223=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71DF is #548E20. Grayscale: #8E8E8E. Windows color (decimal): -5541409 or 14643627. OLE color: 14643627.
HSL color Cylindrical-coordinate representation of color #AB71DF: hue angle of 271.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB71DF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 113 | 223 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.13 |
| HSL | 271.64º | 0.63% | 0.66% | - |
| HSV(B) | 271.64º | 0.49% | 0.87% | - |
| XYZ | 36.02 | 25.8 | 72.89 | - |
| YUV | 142.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 223 | 0.23 | 0.49 | 0 | 0.13 | 271.64 | 0.63 | 0.66 |
| Hex | AB | 71 | DF | 17 | 31 | 0 | D | 110 | 3F | 42 |
| Octal | 253 | 161 | 337 | 27 | 61 | 0 | 15 | 420 | 77 | 102 |
| Binary | 10101011 | 1110001 | 11011111 | 10111 | 110001 | 0 | 1101 | 100010000 | 111111 | 1000010 |
Color Harmonies of #AB71DF
Complementary color
Monochromatic Colors of #AB71DF
Black with #AB71DF
Text Example
Text Example
White with #AB71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71DF; }
p { color: rgb(171,113,223); }
H1.HeaderClassName
{
color: #AB71DF;
}
.AnyTagClassName
{
color: #AB71DF;
}
</style>
background-color css
<style>
a { background-color: #AB71DF; }
a { background-color: rgb(171,113,223); }
div.DivClassName
{
background-color: #AB71DF;
}
.BgClassName
{
background-color: #AB71DF;
}
</style>
border-color css
<style>
span { border-color: #AB71DF; }
span { border-color: rgb(171,113,223); }
td.TdClassName
{
border-color: #AB71DF;
}
.TagClassName
{
border-color: #AB71DF;
}
</style>