Shades of Amethyst #A864DF
Tints of Amethyst #A864DF
RGB
CMYK
RGB Variations
Color information
#A864DF (or 0xA864DF) is known color: Amethyst. HEX triplet: A8, 64 and DF. RGB value is (168,100,223). Sum of RGB (Red+Green+Blue) = 168+100+223=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A864DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864DF is #579B20. Grayscale: #858585. Windows color (decimal): -5741345 or 14640296. OLE color: 14640296.
HSL color Cylindrical-coordinate representation of color #A864DF: hue angle of 273.17º 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 #A864DF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 100 | 223 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.13 |
| HSL | 273.17º | 0.66% | 0.63% | - |
| HSV(B) | 273.17º | 0.55% | 0.87% | - |
| XYZ | 34.02 | 22.77 | 72.41 | - |
| YUV | 134.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 223 | 0.25 | 0.55 | 0 | 0.13 | 273.17 | 0.66 | 0.63 |
| Hex | A8 | 64 | DF | 19 | 37 | 0 | D | 111 | 42 | 3F |
| Octal | 250 | 144 | 337 | 31 | 67 | 0 | 15 | 421 | 102 | 77 |
| Binary | 10101000 | 1100100 | 11011111 | 11001 | 110111 | 0 | 1101 | 100010001 | 1000010 | 111111 |
Color Harmonies of #A864DF
Complementary color
Monochromatic Colors of #A864DF
Black with #A864DF
Text Example
Text Example
White with #A864DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864DF; }
p { color: rgb(168,100,223); }
H1.HeaderClassName
{
color: #A864DF;
}
.AnyTagClassName
{
color: #A864DF;
}
</style>
background-color css
<style>
a { background-color: #A864DF; }
a { background-color: rgb(168,100,223); }
div.DivClassName
{
background-color: #A864DF;
}
.BgClassName
{
background-color: #A864DF;
}
</style>
border-color css
<style>
span { border-color: #A864DF; }
span { border-color: rgb(168,100,223); }
td.TdClassName
{
border-color: #A864DF;
}
.TagClassName
{
border-color: #A864DF;
}
</style>