Shades of Amethyst #AC76CF
Tints of Amethyst #AC76CF
RGB
CMYK
RGB Variations
Color information
#AC76CF (or 0xAC76CF) is known color: Amethyst. HEX triplet: AC, 76 and CF. RGB value is (172,118,207). Sum of RGB (Red+Green+Blue) = 172+118+207=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76CF is #538930. Grayscale: #8F8F8F. Windows color (decimal): -5474609 or 13596332. OLE color: 13596332.
HSL color Cylindrical-coordinate representation of color #AC76CF: hue angle of 276.4º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC76CF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 118 | 207 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.19 |
| HSL | 276.4º | 0.48% | 0.64% | - |
| HSV(B) | 276.4º | 0.43% | 0.81% | - |
| XYZ | 34.75 | 26.23 | 62.26 | - |
| YUV | 144.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 207 | 0.17 | 0.43 | 0 | 0.19 | 276.4 | 0.48 | 0.64 |
| Hex | AC | 76 | CF | 11 | 2B | 0 | 13 | 114 | 30 | 40 |
| Octal | 254 | 166 | 317 | 21 | 53 | 0 | 23 | 424 | 60 | 100 |
| Binary | 10101100 | 1110110 | 11001111 | 10001 | 101011 | 0 | 10011 | 100010100 | 110000 | 1000000 |
Color Harmonies of #AC76CF
Complementary color
Monochromatic Colors of #AC76CF
Black with #AC76CF
Text Example
Text Example
White with #AC76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76CF; }
p { color: rgb(172,118,207); }
H1.HeaderClassName
{
color: #AC76CF;
}
.AnyTagClassName
{
color: #AC76CF;
}
</style>
background-color css
<style>
a { background-color: #AC76CF; }
a { background-color: rgb(172,118,207); }
div.DivClassName
{
background-color: #AC76CF;
}
.BgClassName
{
background-color: #AC76CF;
}
</style>
border-color css
<style>
span { border-color: #AC76CF; }
span { border-color: rgb(172,118,207); }
td.TdClassName
{
border-color: #AC76CF;
}
.TagClassName
{
border-color: #AC76CF;
}
</style>