Shades of Amethyst #A564DF
Tints of Amethyst #A564DF
RGB
CMYK
RGB Variations
Color information
#A564DF (or 0xA564DF) is known color: Amethyst. HEX triplet: A5, 64 and DF. RGB value is (165,100,223). Sum of RGB (Red+Green+Blue) = 165+100+223=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A564DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DF is #5A9B20. Grayscale: #858585. Windows color (decimal): -5937953 or 14640293. OLE color: 14640293.
HSL color Cylindrical-coordinate representation of color #A564DF: hue angle of 271.71º 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 #A564DF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 100 | 223 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.13 |
| HSL | 271.71º | 0.66% | 0.63% | - |
| HSV(B) | 271.71º | 0.55% | 0.87% | - |
| XYZ | 33.39 | 22.44 | 72.38 | - |
| YUV | 133.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 223 | 0.26 | 0.55 | 0 | 0.13 | 271.71 | 0.66 | 0.63 |
| Hex | A5 | 64 | DF | 1A | 37 | 0 | D | 110 | 42 | 3F |
| Octal | 245 | 144 | 337 | 32 | 67 | 0 | 15 | 420 | 102 | 77 |
| Binary | 10100101 | 1100100 | 11011111 | 11010 | 110111 | 0 | 1101 | 100010000 | 1000010 | 111111 |
Color Harmonies of #A564DF
Complementary color
Monochromatic Colors of #A564DF
Black with #A564DF
Text Example
Text Example
White with #A564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564DF; }
p { color: rgb(165,100,223); }
H1.HeaderClassName
{
color: #A564DF;
}
.AnyTagClassName
{
color: #A564DF;
}
</style>
background-color css
<style>
a { background-color: #A564DF; }
a { background-color: rgb(165,100,223); }
div.DivClassName
{
background-color: #A564DF;
}
.BgClassName
{
background-color: #A564DF;
}
</style>
border-color css
<style>
span { border-color: #A564DF; }
span { border-color: rgb(165,100,223); }
td.TdClassName
{
border-color: #A564DF;
}
.TagClassName
{
border-color: #A564DF;
}
</style>