Shades of Amethyst #AC68DE
Tints of Amethyst #AC68DE
RGB
CMYK
RGB Variations
Color information
#AC68DE (or 0xAC68DE) is known color: Amethyst. HEX triplet: AC, 68 and DE. RGB value is (172,104,222). Sum of RGB (Red+Green+Blue) = 172+104+222=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC68DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DE is #539721. Grayscale: #898989. Windows color (decimal): -5478178 or 14575788. OLE color: 14575788.
HSL color Cylindrical-coordinate representation of color #AC68DE: hue angle of 274.58º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC68DE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 104 | 222 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 274.58º | 0.64% | 0.64% | - |
| HSV(B) | 274.58º | 0.53% | 0.87% | - |
| XYZ | 35.15 | 23.95 | 71.88 | - |
| YUV | 137.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 222 | 0.23 | 0.53 | 0 | 0.13 | 274.58 | 0.64 | 0.64 |
| Hex | AC | 68 | DE | 17 | 35 | 0 | D | 113 | 40 | 40 |
| Octal | 254 | 150 | 336 | 27 | 65 | 0 | 15 | 423 | 100 | 100 |
| Binary | 10101100 | 1101000 | 11011110 | 10111 | 110101 | 0 | 1101 | 100010011 | 1000000 | 1000000 |
Color Harmonies of #AC68DE
Complementary color
Monochromatic Colors of #AC68DE
Black with #AC68DE
Text Example
Text Example
White with #AC68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68DE; }
p { color: rgb(172,104,222); }
H1.HeaderClassName
{
color: #AC68DE;
}
.AnyTagClassName
{
color: #AC68DE;
}
</style>
background-color css
<style>
a { background-color: #AC68DE; }
a { background-color: rgb(172,104,222); }
div.DivClassName
{
background-color: #AC68DE;
}
.BgClassName
{
background-color: #AC68DE;
}
</style>
border-color css
<style>
span { border-color: #AC68DE; }
span { border-color: rgb(172,104,222); }
td.TdClassName
{
border-color: #AC68DE;
}
.TagClassName
{
border-color: #AC68DE;
}
</style>