Shades of Amethyst #AC6EDC
Tints of Amethyst #AC6EDC
RGB
CMYK
RGB Variations
Color information
#AC6EDC (or 0xAC6EDC) is known color: Amethyst. HEX triplet: AC, 6E and DC. RGB value is (172,110,220). Sum of RGB (Red+Green+Blue) = 172+110+220=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EDC is #539123. Grayscale: #8C8C8C. Windows color (decimal): -5476644 or 14446252. OLE color: 14446252.
HSL color Cylindrical-coordinate representation of color #AC6EDC: hue angle of 273.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6EDC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 110 | 220 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.14 |
| HSL | 273.82º | 0.61% | 0.65% | - |
| HSV(B) | 273.82º | 0.5% | 0.86% | - |
| XYZ | 35.51 | 25.09 | 70.68 | - |
| YUV | 141.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 220 | 0.22 | 0.50 | 0 | 0.14 | 273.82 | 0.61 | 0.65 |
| Hex | AC | 6E | DC | 16 | 32 | 0 | E | 112 | 3D | 41 |
| Octal | 254 | 156 | 334 | 26 | 62 | 0 | 16 | 422 | 75 | 101 |
| Binary | 10101100 | 1101110 | 11011100 | 10110 | 110010 | 0 | 1110 | 100010010 | 111101 | 1000001 |
Color Harmonies of #AC6EDC
Complementary color
Monochromatic Colors of #AC6EDC
Black with #AC6EDC
Text Example
Text Example
White with #AC6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EDC; }
p { color: rgb(172,110,220); }
H1.HeaderClassName
{
color: #AC6EDC;
}
.AnyTagClassName
{
color: #AC6EDC;
}
</style>
background-color css
<style>
a { background-color: #AC6EDC; }
a { background-color: rgb(172,110,220); }
div.DivClassName
{
background-color: #AC6EDC;
}
.BgClassName
{
background-color: #AC6EDC;
}
</style>
border-color css
<style>
span { border-color: #AC6EDC; }
span { border-color: rgb(172,110,220); }
td.TdClassName
{
border-color: #AC6EDC;
}
.TagClassName
{
border-color: #AC6EDC;
}
</style>