Shades of Amethyst #AB71DC
Tints of Amethyst #AB71DC
RGB
CMYK
RGB Variations
Color information
#AB71DC (or 0xAB71DC) is known color: Amethyst. HEX triplet: AB, 71 and DC. RGB value is (171,113,220). Sum of RGB (Red+Green+Blue) = 171+113+220=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71DC is #548E23. Grayscale: #8E8E8E. Windows color (decimal): -5541412 or 14447019. OLE color: 14447019.
HSL color Cylindrical-coordinate representation of color #AB71DC: hue angle of 272.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB71DC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 113 | 220 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.14 |
| HSL | 272.52º | 0.6% | 0.65% | - |
| HSV(B) | 272.52º | 0.49% | 0.86% | - |
| XYZ | 35.62 | 25.64 | 70.78 | - |
| YUV | 142.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 220 | 0.22 | 0.49 | 0 | 0.14 | 272.52 | 0.6 | 0.65 |
| Hex | AB | 71 | DC | 16 | 31 | 0 | E | 111 | 3C | 41 |
| Octal | 253 | 161 | 334 | 26 | 61 | 0 | 16 | 421 | 74 | 101 |
| Binary | 10101011 | 1110001 | 11011100 | 10110 | 110001 | 0 | 1110 | 100010001 | 111100 | 1000001 |
Color Harmonies of #AB71DC
Complementary color
Monochromatic Colors of #AB71DC
Black with #AB71DC
Text Example
Text Example
White with #AB71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71DC; }
p { color: rgb(171,113,220); }
H1.HeaderClassName
{
color: #AB71DC;
}
.AnyTagClassName
{
color: #AB71DC;
}
</style>
background-color css
<style>
a { background-color: #AB71DC; }
a { background-color: rgb(171,113,220); }
div.DivClassName
{
background-color: #AB71DC;
}
.BgClassName
{
background-color: #AB71DC;
}
</style>
border-color css
<style>
span { border-color: #AB71DC; }
span { border-color: rgb(171,113,220); }
td.TdClassName
{
border-color: #AB71DC;
}
.TagClassName
{
border-color: #AB71DC;
}
</style>