Shades of Amethyst #A564DE
Tints of Amethyst #A564DE
RGB
CMYK
RGB Variations
Color information
#A564DE (or 0xA564DE) is known color: Amethyst. HEX triplet: A5, 64 and DE. RGB value is (165,100,222). Sum of RGB (Red+Green+Blue) = 165+100+222=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #A564DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DE is #5A9B21. Grayscale: #848484. Windows color (decimal): -5937954 or 14574757. OLE color: 14574757.
HSL color Cylindrical-coordinate representation of color #A564DE: hue angle of 271.97º degrees, saturation: 0.65, 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 #A564DE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 100 | 222 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.13 |
| HSL | 271.97º | 0.65% | 0.63% | - |
| HSV(B) | 271.97º | 0.55% | 0.87% | - |
| XYZ | 33.26 | 22.39 | 71.68 | - |
| YUV | 133.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 222 | 0.26 | 0.55 | 0 | 0.13 | 271.97 | 0.65 | 0.63 |
| Hex | A5 | 64 | DE | 1A | 37 | 0 | D | 110 | 41 | 3F |
| Octal | 245 | 144 | 336 | 32 | 67 | 0 | 15 | 420 | 101 | 77 |
| Binary | 10100101 | 1100100 | 11011110 | 11010 | 110111 | 0 | 1101 | 100010000 | 1000001 | 111111 |
Color Harmonies of #A564DE
Complementary color
Monochromatic Colors of #A564DE
Black with #A564DE
Text Example
Text Example
White with #A564DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564DE; }
p { color: rgb(165,100,222); }
H1.HeaderClassName
{
color: #A564DE;
}
.AnyTagClassName
{
color: #A564DE;
}
</style>
background-color css
<style>
a { background-color: #A564DE; }
a { background-color: rgb(165,100,222); }
div.DivClassName
{
background-color: #A564DE;
}
.BgClassName
{
background-color: #A564DE;
}
</style>
border-color css
<style>
span { border-color: #A564DE; }
span { border-color: rgb(165,100,222); }
td.TdClassName
{
border-color: #A564DE;
}
.TagClassName
{
border-color: #A564DE;
}
</style>