Shades of Amethyst #AC71CE
Tints of Amethyst #AC71CE
RGB
CMYK
RGB Variations
Color information
#AC71CE (or 0xAC71CE) is known color: Amethyst. HEX triplet: AC, 71 and CE. RGB value is (172,113,206). Sum of RGB (Red+Green+Blue) = 172+113+206=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71CE is #538E31. Grayscale: #8C8C8C. Windows color (decimal): -5475890 or 13529516. OLE color: 13529516.
HSL color Cylindrical-coordinate representation of color #AC71CE: hue angle of 278.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC71CE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 113 | 206 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.19 |
| HSL | 278.06º | 0.49% | 0.63% | - |
| HSV(B) | 278.06º | 0.45% | 0.81% | - |
| XYZ | 34.06 | 25.04 | 61.43 | - |
| YUV | 141.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 206 | 0.17 | 0.45 | 0 | 0.19 | 278.06 | 0.49 | 0.63 |
| Hex | AC | 71 | CE | 11 | 2D | 0 | 13 | 116 | 31 | 3F |
| Octal | 254 | 161 | 316 | 21 | 55 | 0 | 23 | 426 | 61 | 77 |
| Binary | 10101100 | 1110001 | 11001110 | 10001 | 101101 | 0 | 10011 | 100010110 | 110001 | 111111 |
Color Harmonies of #AC71CE
Complementary color
Monochromatic Colors of #AC71CE
Black with #AC71CE
Text Example
Text Example
White with #AC71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71CE; }
p { color: rgb(172,113,206); }
H1.HeaderClassName
{
color: #AC71CE;
}
.AnyTagClassName
{
color: #AC71CE;
}
</style>
background-color css
<style>
a { background-color: #AC71CE; }
a { background-color: rgb(172,113,206); }
div.DivClassName
{
background-color: #AC71CE;
}
.BgClassName
{
background-color: #AC71CE;
}
</style>
border-color css
<style>
span { border-color: #AC71CE; }
span { border-color: rgb(172,113,206); }
td.TdClassName
{
border-color: #AC71CE;
}
.TagClassName
{
border-color: #AC71CE;
}
</style>