Shades of Amethyst #AC71C9
Tints of Amethyst #AC71C9
RGB
CMYK
RGB Variations
Color information
#AC71C9 (or 0xAC71C9) is known color: Amethyst. HEX triplet: AC, 71 and C9. RGB value is (172,113,201). Sum of RGB (Red+Green+Blue) = 172+113+201=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC71C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71C9 is #538E36. Grayscale: #8C8C8C. Windows color (decimal): -5475895 or 13201836. OLE color: 13201836.
HSL color Cylindrical-coordinate representation of color #AC71C9: hue angle of 280.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC71C9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 113 | 201 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.21 |
| HSL | 280.23º | 0.45% | 0.62% | - |
| HSV(B) | 280.23º | 0.44% | 0.79% | - |
| XYZ | 33.46 | 24.8 | 58.28 | - |
| YUV | 140.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 201 | 0.14 | 0.44 | 0 | 0.21 | 280.23 | 0.45 | 0.62 |
| Hex | AC | 71 | C9 | E | 2C | 0 | 15 | 118 | 2D | 3E |
| Octal | 254 | 161 | 311 | 16 | 54 | 0 | 25 | 430 | 55 | 76 |
| Binary | 10101100 | 1110001 | 11001001 | 1110 | 101100 | 0 | 10101 | 100011000 | 101101 | 111110 |
Color Harmonies of #AC71C9
Complementary color
Monochromatic Colors of #AC71C9
Black with #AC71C9
Text Example
Text Example
White with #AC71C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71C9; }
p { color: rgb(172,113,201); }
H1.HeaderClassName
{
color: #AC71C9;
}
.AnyTagClassName
{
color: #AC71C9;
}
</style>
background-color css
<style>
a { background-color: #AC71C9; }
a { background-color: rgb(172,113,201); }
div.DivClassName
{
background-color: #AC71C9;
}
.BgClassName
{
background-color: #AC71C9;
}
</style>
border-color css
<style>
span { border-color: #AC71C9; }
span { border-color: rgb(172,113,201); }
td.TdClassName
{
border-color: #AC71C9;
}
.TagClassName
{
border-color: #AC71C9;
}
</style>