Shades of Amethyst #AC6CDD
Tints of Amethyst #AC6CDD
RGB
CMYK
RGB Variations
Color information
#AC6CDD (or 0xAC6CDD) is known color: Amethyst. HEX triplet: AC, 6C and DD. RGB value is (172,108,221). Sum of RGB (Red+Green+Blue) = 172+108+221=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDD is #539322. Grayscale: #8B8B8B. Windows color (decimal): -5477155 or 14511276. OLE color: 14511276.
HSL color Cylindrical-coordinate representation of color #AC6CDD: hue angle of 273.98º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6CDD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 108 | 221 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.13 |
| HSL | 273.98º | 0.62% | 0.65% | - |
| HSV(B) | 273.98º | 0.51% | 0.87% | - |
| XYZ | 35.43 | 24.72 | 71.31 | - |
| YUV | 140.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 221 | 0.22 | 0.51 | 0 | 0.13 | 273.98 | 0.62 | 0.65 |
| Hex | AC | 6C | DD | 16 | 33 | 0 | D | 112 | 3E | 41 |
| Octal | 254 | 154 | 335 | 26 | 63 | 0 | 15 | 422 | 76 | 101 |
| Binary | 10101100 | 1101100 | 11011101 | 10110 | 110011 | 0 | 1101 | 100010010 | 111110 | 1000001 |
Color Harmonies of #AC6CDD
Complementary color
Monochromatic Colors of #AC6CDD
Black with #AC6CDD
Text Example
Text Example
White with #AC6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CDD; }
p { color: rgb(172,108,221); }
H1.HeaderClassName
{
color: #AC6CDD;
}
.AnyTagClassName
{
color: #AC6CDD;
}
</style>
background-color css
<style>
a { background-color: #AC6CDD; }
a { background-color: rgb(172,108,221); }
div.DivClassName
{
background-color: #AC6CDD;
}
.BgClassName
{
background-color: #AC6CDD;
}
</style>
border-color css
<style>
span { border-color: #AC6CDD; }
span { border-color: rgb(172,108,221); }
td.TdClassName
{
border-color: #AC6CDD;
}
.TagClassName
{
border-color: #AC6CDD;
}
</style>