Shades of Amethyst #AC6DC9
Tints of Amethyst #AC6DC9
RGB
CMYK
RGB Variations
Color information
#AC6DC9 (or 0xAC6DC9) is known color: Amethyst. HEX triplet: AC, 6D and C9. RGB value is (172,109,201). Sum of RGB (Red+Green+Blue) = 172+109+201=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DC9 is #539236. Grayscale: #8A8A8A. Windows color (decimal): -5476919 or 13200812. OLE color: 13200812.
HSL color Cylindrical-coordinate representation of color #AC6DC9: hue angle of 281.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6DC9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 109 | 201 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.21 |
| HSL | 281.09º | 0.46% | 0.61% | - |
| HSV(B) | 281.09º | 0.46% | 0.79% | - |
| XYZ | 33.02 | 23.92 | 58.14 | - |
| YUV | 138.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 201 | 0.14 | 0.46 | 0 | 0.21 | 281.09 | 0.46 | 0.61 |
| Hex | AC | 6D | C9 | E | 2E | 0 | 15 | 119 | 2E | 3D |
| Octal | 254 | 155 | 311 | 16 | 56 | 0 | 25 | 431 | 56 | 75 |
| Binary | 10101100 | 1101101 | 11001001 | 1110 | 101110 | 0 | 10101 | 100011001 | 101110 | 111101 |
Color Harmonies of #AC6DC9
Complementary color
Monochromatic Colors of #AC6DC9
Black with #AC6DC9
Text Example
Text Example
White with #AC6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DC9; }
p { color: rgb(172,109,201); }
H1.HeaderClassName
{
color: #AC6DC9;
}
.AnyTagClassName
{
color: #AC6DC9;
}
</style>
background-color css
<style>
a { background-color: #AC6DC9; }
a { background-color: rgb(172,109,201); }
div.DivClassName
{
background-color: #AC6DC9;
}
.BgClassName
{
background-color: #AC6DC9;
}
</style>
border-color css
<style>
span { border-color: #AC6DC9; }
span { border-color: rgb(172,109,201); }
td.TdClassName
{
border-color: #AC6DC9;
}
.TagClassName
{
border-color: #AC6DC9;
}
</style>