Shades of Amethyst #AC68DF
Tints of Amethyst #AC68DF
RGB
CMYK
RGB Variations
Color information
#AC68DF (or 0xAC68DF) is known color: Amethyst. HEX triplet: AC, 68 and DF. RGB value is (172,104,223). Sum of RGB (Red+Green+Blue) = 172+104+223=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DF is #539720. Grayscale: #898989. Windows color (decimal): -5478177 or 14641324. OLE color: 14641324.
HSL color Cylindrical-coordinate representation of color #AC68DF: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC68DF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 104 | 223 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 274.29º | 0.65% | 0.64% | - |
| HSV(B) | 274.29º | 0.53% | 0.87% | - |
| XYZ | 35.28 | 24 | 72.58 | - |
| YUV | 137.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 223 | 0.23 | 0.53 | 0 | 0.13 | 274.29 | 0.65 | 0.64 |
| Hex | AC | 68 | DF | 17 | 35 | 0 | D | 112 | 41 | 40 |
| Octal | 254 | 150 | 337 | 27 | 65 | 0 | 15 | 422 | 101 | 100 |
| Binary | 10101100 | 1101000 | 11011111 | 10111 | 110101 | 0 | 1101 | 100010010 | 1000001 | 1000000 |
Color Harmonies of #AC68DF
Complementary color
Monochromatic Colors of #AC68DF
Black with #AC68DF
Text Example
Text Example
White with #AC68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68DF; }
p { color: rgb(172,104,223); }
H1.HeaderClassName
{
color: #AC68DF;
}
.AnyTagClassName
{
color: #AC68DF;
}
</style>
background-color css
<style>
a { background-color: #AC68DF; }
a { background-color: rgb(172,104,223); }
div.DivClassName
{
background-color: #AC68DF;
}
.BgClassName
{
background-color: #AC68DF;
}
</style>
border-color css
<style>
span { border-color: #AC68DF; }
span { border-color: rgb(172,104,223); }
td.TdClassName
{
border-color: #AC68DF;
}
.TagClassName
{
border-color: #AC68DF;
}
</style>