Shades of Amethyst #AC68D7
Tints of Amethyst #AC68D7
RGB
CMYK
RGB Variations
Color information
#AC68D7 (or 0xAC68D7) is known color: Amethyst. HEX triplet: AC, 68 and D7. RGB value is (172,104,215). Sum of RGB (Red+Green+Blue) = 172+104+215=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68D7 is #539728. Grayscale: #888888. Windows color (decimal): -5478185 or 14117036. OLE color: 14117036.
HSL color Cylindrical-coordinate representation of color #AC68D7: hue angle of 276.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC68D7 is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 104 | 215 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.16 |
| HSL | 276.76º | 0.58% | 0.63% | - |
| HSV(B) | 276.76º | 0.52% | 0.84% | - |
| XYZ | 34.23 | 23.58 | 67.04 | - |
| YUV | 136.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 215 | 0.2 | 0.52 | 0 | 0.16 | 276.76 | 0.58 | 0.63 |
| Hex | AC | 68 | D7 | 14 | 34 | 0 | 10 | 115 | 3A | 3F |
| Octal | 254 | 150 | 327 | 24 | 64 | 0 | 20 | 425 | 72 | 77 |
| Binary | 10101100 | 1101000 | 11010111 | 10100 | 110100 | 0 | 10000 | 100010101 | 111010 | 111111 |
Color Harmonies of #AC68D7
Complementary color
Monochromatic Colors of #AC68D7
Black with #AC68D7
Text Example
Text Example
White with #AC68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68D7; }
p { color: rgb(172,104,215); }
H1.HeaderClassName
{
color: #AC68D7;
}
.AnyTagClassName
{
color: #AC68D7;
}
</style>
background-color css
<style>
a { background-color: #AC68D7; }
a { background-color: rgb(172,104,215); }
div.DivClassName
{
background-color: #AC68D7;
}
.BgClassName
{
background-color: #AC68D7;
}
</style>
border-color css
<style>
span { border-color: #AC68D7; }
span { border-color: rgb(172,104,215); }
td.TdClassName
{
border-color: #AC68D7;
}
.TagClassName
{
border-color: #AC68D7;
}
</style>