Shades of Amethyst #AC68DC
Tints of Amethyst #AC68DC
RGB
CMYK
RGB Variations
Color information
#AC68DC (or 0xAC68DC) is known color: Amethyst. HEX triplet: AC, 68 and DC. RGB value is (172,104,220). Sum of RGB (Red+Green+Blue) = 172+104+220=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DC is #539723. Grayscale: #898989. Windows color (decimal): -5478180 or 14444716. OLE color: 14444716.
HSL color Cylindrical-coordinate representation of color #AC68DC: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC68DC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 104 | 220 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.14 |
| HSL | 275.17º | 0.62% | 0.64% | - |
| HSV(B) | 275.17º | 0.53% | 0.86% | - |
| XYZ | 34.88 | 23.84 | 70.47 | - |
| YUV | 137.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 220 | 0.22 | 0.53 | 0 | 0.14 | 275.17 | 0.62 | 0.64 |
| Hex | AC | 68 | DC | 16 | 35 | 0 | E | 113 | 3E | 40 |
| Octal | 254 | 150 | 334 | 26 | 65 | 0 | 16 | 423 | 76 | 100 |
| Binary | 10101100 | 1101000 | 11011100 | 10110 | 110101 | 0 | 1110 | 100010011 | 111110 | 1000000 |
Color Harmonies of #AC68DC
Complementary color
Monochromatic Colors of #AC68DC
Black with #AC68DC
Text Example
Text Example
White with #AC68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68DC; }
p { color: rgb(172,104,220); }
H1.HeaderClassName
{
color: #AC68DC;
}
.AnyTagClassName
{
color: #AC68DC;
}
</style>
background-color css
<style>
a { background-color: #AC68DC; }
a { background-color: rgb(172,104,220); }
div.DivClassName
{
background-color: #AC68DC;
}
.BgClassName
{
background-color: #AC68DC;
}
</style>
border-color css
<style>
span { border-color: #AC68DC; }
span { border-color: rgb(172,104,220); }
td.TdClassName
{
border-color: #AC68DC;
}
.TagClassName
{
border-color: #AC68DC;
}
</style>