Shades of Amethyst #A464DF
Tints of Amethyst #A464DF
RGB
CMYK
RGB Variations
Color information
#A464DF (or 0xA464DF) is known color: Amethyst. HEX triplet: A4, 64 and DF. RGB value is (164,100,223). Sum of RGB (Red+Green+Blue) = 164+100+223=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A464DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464DF is #5B9B20. Grayscale: #848484. Windows color (decimal): -6003489 or 14640292. OLE color: 14640292.
HSL color Cylindrical-coordinate representation of color #A464DF: hue angle of 271.22º 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 #A464DF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 100 | 223 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.13 |
| HSL | 271.22º | 0.66% | 0.63% | - |
| HSV(B) | 271.22º | 0.55% | 0.87% | - |
| XYZ | 33.19 | 22.33 | 72.37 | - |
| YUV | 133.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 223 | 0.26 | 0.55 | 0 | 0.13 | 271.22 | 0.66 | 0.63 |
| Hex | A4 | 64 | DF | 1A | 37 | 0 | D | 10F | 42 | 3F |
| Octal | 244 | 144 | 337 | 32 | 67 | 0 | 15 | 417 | 102 | 77 |
| Binary | 10100100 | 1100100 | 11011111 | 11010 | 110111 | 0 | 1101 | 100001111 | 1000010 | 111111 |
Color Harmonies of #A464DF
Complementary color
Monochromatic Colors of #A464DF
Black with #A464DF
Text Example
Text Example
White with #A464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464DF; }
p { color: rgb(164,100,223); }
H1.HeaderClassName
{
color: #A464DF;
}
.AnyTagClassName
{
color: #A464DF;
}
</style>
background-color css
<style>
a { background-color: #A464DF; }
a { background-color: rgb(164,100,223); }
div.DivClassName
{
background-color: #A464DF;
}
.BgClassName
{
background-color: #A464DF;
}
</style>
border-color css
<style>
span { border-color: #A464DF; }
span { border-color: rgb(164,100,223); }
td.TdClassName
{
border-color: #A464DF;
}
.TagClassName
{
border-color: #A464DF;
}
</style>