Shades of Amethyst #AC6EDD
Tints of Amethyst #AC6EDD
RGB
CMYK
RGB Variations
Color information
#AC6EDD (or 0xAC6EDD) is known color: Amethyst. HEX triplet: AC, 6E and DD. RGB value is (172,110,221). Sum of RGB (Red+Green+Blue) = 172+110+221=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EDD is #539122. Grayscale: #8C8C8C. Windows color (decimal): -5476643 or 14511788. OLE color: 14511788.
HSL color Cylindrical-coordinate representation of color #AC6EDD: hue angle of 273.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6EDD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 110 | 221 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 273.51º | 0.62% | 0.65% | - |
| HSV(B) | 273.51º | 0.5% | 0.87% | - |
| XYZ | 35.64 | 25.14 | 71.38 | - |
| YUV | 141.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 221 | 0.22 | 0.50 | 0 | 0.13 | 273.51 | 0.62 | 0.65 |
| Hex | AC | 6E | DD | 16 | 32 | 0 | D | 112 | 3E | 41 |
| Octal | 254 | 156 | 335 | 26 | 62 | 0 | 15 | 422 | 76 | 101 |
| Binary | 10101100 | 1101110 | 11011101 | 10110 | 110010 | 0 | 1101 | 100010010 | 111110 | 1000001 |
Color Harmonies of #AC6EDD
Complementary color
Monochromatic Colors of #AC6EDD
Black with #AC6EDD
Text Example
Text Example
White with #AC6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EDD; }
p { color: rgb(172,110,221); }
H1.HeaderClassName
{
color: #AC6EDD;
}
.AnyTagClassName
{
color: #AC6EDD;
}
</style>
background-color css
<style>
a { background-color: #AC6EDD; }
a { background-color: rgb(172,110,221); }
div.DivClassName
{
background-color: #AC6EDD;
}
.BgClassName
{
background-color: #AC6EDD;
}
</style>
border-color css
<style>
span { border-color: #AC6EDD; }
span { border-color: rgb(172,110,221); }
td.TdClassName
{
border-color: #AC6EDD;
}
.TagClassName
{
border-color: #AC6EDD;
}
</style>