Shades of Amethyst #AC71D3
Tints of Amethyst #AC71D3
RGB
CMYK
RGB Variations
Color information
#AC71D3 (or 0xAC71D3) is known color: Amethyst. HEX triplet: AC, 71 and D3. RGB value is (172,113,211). Sum of RGB (Red+Green+Blue) = 172+113+211=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC71D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71D3 is #538E2C. Grayscale: #8D8D8D. Windows color (decimal): -5475885 or 13857196. OLE color: 13857196.
HSL color Cylindrical-coordinate representation of color #AC71D3: hue angle of 276.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC71D3 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 113 | 211 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.17 |
| HSL | 276.12º | 0.53% | 0.64% | - |
| HSV(B) | 276.12º | 0.46% | 0.83% | - |
| XYZ | 34.68 | 25.28 | 64.68 | - |
| YUV | 141.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 211 | 0.18 | 0.46 | 0 | 0.17 | 276.12 | 0.53 | 0.64 |
| Hex | AC | 71 | D3 | 12 | 2E | 0 | 11 | 114 | 35 | 40 |
| Octal | 254 | 161 | 323 | 22 | 56 | 0 | 21 | 424 | 65 | 100 |
| Binary | 10101100 | 1110001 | 11010011 | 10010 | 101110 | 0 | 10001 | 100010100 | 110101 | 1000000 |
Color Harmonies of #AC71D3
Complementary color
Monochromatic Colors of #AC71D3
Black with #AC71D3
Text Example
Text Example
White with #AC71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71D3; }
p { color: rgb(172,113,211); }
H1.HeaderClassName
{
color: #AC71D3;
}
.AnyTagClassName
{
color: #AC71D3;
}
</style>
background-color css
<style>
a { background-color: #AC71D3; }
a { background-color: rgb(172,113,211); }
div.DivClassName
{
background-color: #AC71D3;
}
.BgClassName
{
background-color: #AC71D3;
}
</style>
border-color css
<style>
span { border-color: #AC71D3; }
span { border-color: rgb(172,113,211); }
td.TdClassName
{
border-color: #AC71D3;
}
.TagClassName
{
border-color: #AC71D3;
}
</style>