Shades of Amethyst #A667DF
Tints of Amethyst #A667DF
RGB
CMYK
RGB Variations
Color information
#A667DF (or 0xA667DF) is known color: Amethyst. HEX triplet: A6, 67 and DF. RGB value is (166,103,223). Sum of RGB (Red+Green+Blue) = 166+103+223=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A667DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667DF is #599820. Grayscale: #878787. Windows color (decimal): -5871649 or 14641062. OLE color: 14641062.
HSL color Cylindrical-coordinate representation of color #A667DF: hue angle of 271.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 #A667DF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 103 | 223 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.13 |
| HSL | 271.5º | 0.65% | 0.64% | - |
| HSV(B) | 271.5º | 0.54% | 0.87% | - |
| XYZ | 33.9 | 23.14 | 72.49 | - |
| YUV | 135.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 223 | 0.26 | 0.54 | 0 | 0.13 | 271.5 | 0.65 | 0.64 |
| Hex | A6 | 67 | DF | 1A | 36 | 0 | D | 110 | 41 | 40 |
| Octal | 246 | 147 | 337 | 32 | 66 | 0 | 15 | 420 | 101 | 100 |
| Binary | 10100110 | 1100111 | 11011111 | 11010 | 110110 | 0 | 1101 | 100010000 | 1000001 | 1000000 |
Color Harmonies of #A667DF
Complementary color
Monochromatic Colors of #A667DF
Black with #A667DF
Text Example
Text Example
White with #A667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667DF; }
p { color: rgb(166,103,223); }
H1.HeaderClassName
{
color: #A667DF;
}
.AnyTagClassName
{
color: #A667DF;
}
</style>
background-color css
<style>
a { background-color: #A667DF; }
a { background-color: rgb(166,103,223); }
div.DivClassName
{
background-color: #A667DF;
}
.BgClassName
{
background-color: #A667DF;
}
</style>
border-color css
<style>
span { border-color: #A667DF; }
span { border-color: rgb(166,103,223); }
td.TdClassName
{
border-color: #A667DF;
}
.TagClassName
{
border-color: #A667DF;
}
</style>