Shades of Amethyst #AC67DF
Tints of Amethyst #AC67DF
RGB
CMYK
RGB Variations
Color information
#AC67DF (or 0xAC67DF) is known color: Amethyst. HEX triplet: AC, 67 and DF. RGB value is (172,103,223). Sum of RGB (Red+Green+Blue) = 172+103+223=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67DF is #539820. Grayscale: #888888. Windows color (decimal): -5478433 or 14641068. OLE color: 14641068.
HSL color Cylindrical-coordinate representation of color #AC67DF: hue angle of 274.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC67DF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 103 | 223 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.13 |
| HSL | 274.5º | 0.65% | 0.64% | - |
| HSV(B) | 274.5º | 0.54% | 0.87% | - |
| XYZ | 35.18 | 23.8 | 72.55 | - |
| YUV | 137.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 223 | 0.23 | 0.54 | 0 | 0.13 | 274.5 | 0.65 | 0.64 |
| Hex | AC | 67 | DF | 17 | 36 | 0 | D | 112 | 41 | 40 |
| Octal | 254 | 147 | 337 | 27 | 66 | 0 | 15 | 422 | 101 | 100 |
| Binary | 10101100 | 1100111 | 11011111 | 10111 | 110110 | 0 | 1101 | 100010010 | 1000001 | 1000000 |
Color Harmonies of #AC67DF
Complementary color
Monochromatic Colors of #AC67DF
Black with #AC67DF
Text Example
Text Example
White with #AC67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67DF; }
p { color: rgb(172,103,223); }
H1.HeaderClassName
{
color: #AC67DF;
}
.AnyTagClassName
{
color: #AC67DF;
}
</style>
background-color css
<style>
a { background-color: #AC67DF; }
a { background-color: rgb(172,103,223); }
div.DivClassName
{
background-color: #AC67DF;
}
.BgClassName
{
background-color: #AC67DF;
}
</style>
border-color css
<style>
span { border-color: #AC67DF; }
span { border-color: rgb(172,103,223); }
td.TdClassName
{
border-color: #AC67DF;
}
.TagClassName
{
border-color: #AC67DF;
}
</style>