Shades of Amethyst #A564E1
Tints of Amethyst #A564E1
RGB
CMYK
RGB Variations
Color information
#A564E1 (or 0xA564E1) is known color: Amethyst. HEX triplet: A5, 64 and E1. RGB value is (165,100,225). Sum of RGB (Red+Green+Blue) = 165+100+225=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #A564E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564E1 is #5A9B1E. Grayscale: #858585. Windows color (decimal): -5937951 or 14771365. OLE color: 14771365.
HSL color Cylindrical-coordinate representation of color #A564E1: hue angle of 271.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A564E1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 100 | 225 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.12 |
| HSL | 271.2º | 0.68% | 0.64% | - |
| HSV(B) | 271.2º | 0.56% | 0.88% | - |
| XYZ | 33.66 | 22.55 | 73.81 | - |
| YUV | 133.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 225 | 0.27 | 0.56 | 0 | 0.12 | 271.2 | 0.68 | 0.64 |
| Hex | A5 | 64 | E1 | 1B | 38 | 0 | C | 10F | 44 | 40 |
| Octal | 245 | 144 | 341 | 33 | 70 | 0 | 14 | 417 | 104 | 100 |
| Binary | 10100101 | 1100100 | 11100001 | 11011 | 111000 | 0 | 1100 | 100001111 | 1000100 | 1000000 |
Color Harmonies of #A564E1
Complementary color
Monochromatic Colors of #A564E1
Black with #A564E1
Text Example
Text Example
White with #A564E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564E1; }
p { color: rgb(165,100,225); }
H1.HeaderClassName
{
color: #A564E1;
}
.AnyTagClassName
{
color: #A564E1;
}
</style>
background-color css
<style>
a { background-color: #A564E1; }
a { background-color: rgb(165,100,225); }
div.DivClassName
{
background-color: #A564E1;
}
.BgClassName
{
background-color: #A564E1;
}
</style>
border-color css
<style>
span { border-color: #A564E1; }
span { border-color: rgb(165,100,225); }
td.TdClassName
{
border-color: #A564E1;
}
.TagClassName
{
border-color: #A564E1;
}
</style>