Shades of Amethyst #A664DF
Tints of Amethyst #A664DF
RGB
CMYK
RGB Variations
Color information
#A664DF (or 0xA664DF) is known color: Amethyst. HEX triplet: A6, 64 and DF. RGB value is (166,100,223). Sum of RGB (Red+Green+Blue) = 166+100+223=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A664DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664DF is #599B20. Grayscale: #858585. Windows color (decimal): -5872417 or 14640294. OLE color: 14640294.
HSL color Cylindrical-coordinate representation of color #A664DF: hue angle of 272.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A664DF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 100 | 223 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.13 |
| HSL | 272.2º | 0.66% | 0.63% | - |
| HSV(B) | 272.2º | 0.55% | 0.87% | - |
| XYZ | 33.6 | 22.55 | 72.39 | - |
| YUV | 133.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 223 | 0.26 | 0.55 | 0 | 0.13 | 272.2 | 0.66 | 0.63 |
| Hex | A6 | 64 | DF | 1A | 37 | 0 | D | 110 | 42 | 3F |
| Octal | 246 | 144 | 337 | 32 | 67 | 0 | 15 | 420 | 102 | 77 |
| Binary | 10100110 | 1100100 | 11011111 | 11010 | 110111 | 0 | 1101 | 100010000 | 1000010 | 111111 |
Color Harmonies of #A664DF
Complementary color
Monochromatic Colors of #A664DF
Black with #A664DF
Text Example
Text Example
White with #A664DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664DF; }
p { color: rgb(166,100,223); }
H1.HeaderClassName
{
color: #A664DF;
}
.AnyTagClassName
{
color: #A664DF;
}
</style>
background-color css
<style>
a { background-color: #A664DF; }
a { background-color: rgb(166,100,223); }
div.DivClassName
{
background-color: #A664DF;
}
.BgClassName
{
background-color: #A664DF;
}
</style>
border-color css
<style>
span { border-color: #A664DF; }
span { border-color: rgb(166,100,223); }
td.TdClassName
{
border-color: #A664DF;
}
.TagClassName
{
border-color: #A664DF;
}
</style>