Shades of Amethyst #AC6FDD
Tints of Amethyst #AC6FDD
RGB
CMYK
RGB Variations
Color information
#AC6FDD (or 0xAC6FDD) is known color: Amethyst. HEX triplet: AC, 6F and DD. RGB value is (172,111,221). Sum of RGB (Red+Green+Blue) = 172+111+221=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDD is #539022. Grayscale: #8D8D8D. Windows color (decimal): -5476387 or 14512044. OLE color: 14512044.
HSL color Cylindrical-coordinate representation of color #AC6FDD: hue angle of 273.27º 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 #AC6FDD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 111 | 221 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 273.27º | 0.62% | 0.65% | - |
| HSV(B) | 273.27º | 0.5% | 0.87% | - |
| XYZ | 35.75 | 25.36 | 71.42 | - |
| YUV | 141.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 221 | 0.22 | 0.50 | 0 | 0.13 | 273.27 | 0.62 | 0.65 |
| Hex | AC | 6F | DD | 16 | 32 | 0 | D | 111 | 3E | 41 |
| Octal | 254 | 157 | 335 | 26 | 62 | 0 | 15 | 421 | 76 | 101 |
| Binary | 10101100 | 1101111 | 11011101 | 10110 | 110010 | 0 | 1101 | 100010001 | 111110 | 1000001 |
Color Harmonies of #AC6FDD
Complementary color
Monochromatic Colors of #AC6FDD
Black with #AC6FDD
Text Example
Text Example
White with #AC6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6FDD; }
p { color: rgb(172,111,221); }
H1.HeaderClassName
{
color: #AC6FDD;
}
.AnyTagClassName
{
color: #AC6FDD;
}
</style>
background-color css
<style>
a { background-color: #AC6FDD; }
a { background-color: rgb(172,111,221); }
div.DivClassName
{
background-color: #AC6FDD;
}
.BgClassName
{
background-color: #AC6FDD;
}
</style>
border-color css
<style>
span { border-color: #AC6FDD; }
span { border-color: rgb(172,111,221); }
td.TdClassName
{
border-color: #AC6FDD;
}
.TagClassName
{
border-color: #AC6FDD;
}
</style>