Shades of Amethyst #AC70CF
Tints of Amethyst #AC70CF
RGB
CMYK
RGB Variations
Color information
#AC70CF (or 0xAC70CF) is known color: Amethyst. HEX triplet: AC, 70 and CF. RGB value is (172,112,207). Sum of RGB (Red+Green+Blue) = 172+112+207=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CF is #538F30. Grayscale: #8C8C8C. Windows color (decimal): -5476145 or 13594796. OLE color: 13594796.
HSL color Cylindrical-coordinate representation of color #AC70CF: hue angle of 277.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC70CF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 112 | 207 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.19 |
| HSL | 277.89º | 0.5% | 0.63% | - |
| HSV(B) | 277.89º | 0.46% | 0.81% | - |
| XYZ | 34.07 | 24.86 | 62.04 | - |
| YUV | 140.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 207 | 0.17 | 0.46 | 0 | 0.19 | 277.89 | 0.5 | 0.63 |
| Hex | AC | 70 | CF | 11 | 2E | 0 | 13 | 116 | 32 | 3F |
| Octal | 254 | 160 | 317 | 21 | 56 | 0 | 23 | 426 | 62 | 77 |
| Binary | 10101100 | 1110000 | 11001111 | 10001 | 101110 | 0 | 10011 | 100010110 | 110010 | 111111 |
Color Harmonies of #AC70CF
Complementary color
Monochromatic Colors of #AC70CF
Black with #AC70CF
Text Example
Text Example
White with #AC70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70CF; }
p { color: rgb(172,112,207); }
H1.HeaderClassName
{
color: #AC70CF;
}
.AnyTagClassName
{
color: #AC70CF;
}
</style>
background-color css
<style>
a { background-color: #AC70CF; }
a { background-color: rgb(172,112,207); }
div.DivClassName
{
background-color: #AC70CF;
}
.BgClassName
{
background-color: #AC70CF;
}
</style>
border-color css
<style>
span { border-color: #AC70CF; }
span { border-color: rgb(172,112,207); }
td.TdClassName
{
border-color: #AC70CF;
}
.TagClassName
{
border-color: #AC70CF;
}
</style>