Shades of Amethyst #AC68D9
Tints of Amethyst #AC68D9
RGB
CMYK
RGB Variations
Color information
#AC68D9 (or 0xAC68D9) is known color: Amethyst. HEX triplet: AC, 68 and D9. RGB value is (172,104,217). Sum of RGB (Red+Green+Blue) = 172+104+217=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68D9 is #539726. Grayscale: #888888. Windows color (decimal): -5478183 or 14248108. OLE color: 14248108.
HSL color Cylindrical-coordinate representation of color #AC68D9: hue angle of 276.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC68D9 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 104 | 217 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.15 |
| HSL | 276.11º | 0.6% | 0.63% | - |
| HSV(B) | 276.11º | 0.52% | 0.85% | - |
| XYZ | 34.49 | 23.68 | 68.4 | - |
| YUV | 137.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 217 | 0.21 | 0.52 | 0 | 0.15 | 276.11 | 0.6 | 0.63 |
| Hex | AC | 68 | D9 | 15 | 34 | 0 | F | 114 | 3C | 3F |
| Octal | 254 | 150 | 331 | 25 | 64 | 0 | 17 | 424 | 74 | 77 |
| Binary | 10101100 | 1101000 | 11011001 | 10101 | 110100 | 0 | 1111 | 100010100 | 111100 | 111111 |
Color Harmonies of #AC68D9
Complementary color
Monochromatic Colors of #AC68D9
Black with #AC68D9
Text Example
Text Example
White with #AC68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68D9; }
p { color: rgb(172,104,217); }
H1.HeaderClassName
{
color: #AC68D9;
}
.AnyTagClassName
{
color: #AC68D9;
}
</style>
background-color css
<style>
a { background-color: #AC68D9; }
a { background-color: rgb(172,104,217); }
div.DivClassName
{
background-color: #AC68D9;
}
.BgClassName
{
background-color: #AC68D9;
}
</style>
border-color css
<style>
span { border-color: #AC68D9; }
span { border-color: rgb(172,104,217); }
td.TdClassName
{
border-color: #AC68D9;
}
.TagClassName
{
border-color: #AC68D9;
}
</style>