Shades of Amethyst #AC6CDC
Tints of Amethyst #AC6CDC
RGB
CMYK
RGB Variations
Color information
#AC6CDC (or 0xAC6CDC) is known color: Amethyst. HEX triplet: AC, 6C and DC. RGB value is (172,108,220). Sum of RGB (Red+Green+Blue) = 172+108+220=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDC is #539323. Grayscale: #8B8B8B. Windows color (decimal): -5477156 or 14445740. OLE color: 14445740.
HSL color Cylindrical-coordinate representation of color #AC6CDC: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6CDC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 108 | 220 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.14 |
| HSL | 274.29º | 0.62% | 0.64% | - |
| HSV(B) | 274.29º | 0.51% | 0.86% | - |
| XYZ | 35.29 | 24.66 | 70.61 | - |
| YUV | 139.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 220 | 0.22 | 0.51 | 0 | 0.14 | 274.29 | 0.62 | 0.64 |
| Hex | AC | 6C | DC | 16 | 33 | 0 | E | 112 | 3E | 40 |
| Octal | 254 | 154 | 334 | 26 | 63 | 0 | 16 | 422 | 76 | 100 |
| Binary | 10101100 | 1101100 | 11011100 | 10110 | 110011 | 0 | 1110 | 100010010 | 111110 | 1000000 |
Color Harmonies of #AC6CDC
Complementary color
Monochromatic Colors of #AC6CDC
Black with #AC6CDC
Text Example
Text Example
White with #AC6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CDC; }
p { color: rgb(172,108,220); }
H1.HeaderClassName
{
color: #AC6CDC;
}
.AnyTagClassName
{
color: #AC6CDC;
}
</style>
background-color css
<style>
a { background-color: #AC6CDC; }
a { background-color: rgb(172,108,220); }
div.DivClassName
{
background-color: #AC6CDC;
}
.BgClassName
{
background-color: #AC6CDC;
}
</style>
border-color css
<style>
span { border-color: #AC6CDC; }
span { border-color: rgb(172,108,220); }
td.TdClassName
{
border-color: #AC6CDC;
}
.TagClassName
{
border-color: #AC6CDC;
}
</style>