Shades of Amethyst #AC68DD
Tints of Amethyst #AC68DD
RGB
CMYK
RGB Variations
Color information
#AC68DD (or 0xAC68DD) is known color: Amethyst. HEX triplet: AC, 68 and DD. RGB value is (172,104,221). Sum of RGB (Red+Green+Blue) = 172+104+221=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DD is #539722. Grayscale: #898989. Windows color (decimal): -5478179 or 14510252. OLE color: 14510252.
HSL color Cylindrical-coordinate representation of color #AC68DD: hue angle of 274.87º degrees, saturation: 0.63, 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 #AC68DD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 104 | 221 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.13 |
| HSL | 274.87º | 0.63% | 0.64% | - |
| HSV(B) | 274.87º | 0.53% | 0.87% | - |
| XYZ | 35.01 | 23.89 | 71.17 | - |
| YUV | 137.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 221 | 0.22 | 0.53 | 0 | 0.13 | 274.87 | 0.63 | 0.64 |
| Hex | AC | 68 | DD | 16 | 35 | 0 | D | 113 | 3F | 40 |
| Octal | 254 | 150 | 335 | 26 | 65 | 0 | 15 | 423 | 77 | 100 |
| Binary | 10101100 | 1101000 | 11011101 | 10110 | 110101 | 0 | 1101 | 100010011 | 111111 | 1000000 |
Color Harmonies of #AC68DD
Complementary color
Monochromatic Colors of #AC68DD
Black with #AC68DD
Text Example
Text Example
White with #AC68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68DD; }
p { color: rgb(172,104,221); }
H1.HeaderClassName
{
color: #AC68DD;
}
.AnyTagClassName
{
color: #AC68DD;
}
</style>
background-color css
<style>
a { background-color: #AC68DD; }
a { background-color: rgb(172,104,221); }
div.DivClassName
{
background-color: #AC68DD;
}
.BgClassName
{
background-color: #AC68DD;
}
</style>
border-color css
<style>
span { border-color: #AC68DD; }
span { border-color: rgb(172,104,221); }
td.TdClassName
{
border-color: #AC68DD;
}
.TagClassName
{
border-color: #AC68DD;
}
</style>