Shades of Amethyst #A564DC
Tints of Amethyst #A564DC
RGB
CMYK
RGB Variations
Color information
#A564DC (or 0xA564DC) is known color: Amethyst. HEX triplet: A5, 64 and DC. RGB value is (165,100,220). Sum of RGB (Red+Green+Blue) = 165+100+220=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A564DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DC is #5A9B23. Grayscale: #848484. Windows color (decimal): -5937956 or 14443685. OLE color: 14443685.
HSL color Cylindrical-coordinate representation of color #A564DC: hue angle of 272.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A564DC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 100 | 220 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.14 |
| HSL | 272.5º | 0.63% | 0.63% | - |
| HSV(B) | 272.5º | 0.55% | 0.86% | - |
| XYZ | 32.99 | 22.28 | 70.27 | - |
| YUV | 133.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 220 | 0.25 | 0.55 | 0 | 0.14 | 272.5 | 0.63 | 0.63 |
| Hex | A5 | 64 | DC | 19 | 37 | 0 | E | 110 | 3F | 3F |
| Octal | 245 | 144 | 334 | 31 | 67 | 0 | 16 | 420 | 77 | 77 |
| Binary | 10100101 | 1100100 | 11011100 | 11001 | 110111 | 0 | 1110 | 100010000 | 111111 | 111111 |
Color Harmonies of #A564DC
Complementary color
Monochromatic Colors of #A564DC
Black with #A564DC
Text Example
Text Example
White with #A564DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564DC; }
p { color: rgb(165,100,220); }
H1.HeaderClassName
{
color: #A564DC;
}
.AnyTagClassName
{
color: #A564DC;
}
</style>
background-color css
<style>
a { background-color: #A564DC; }
a { background-color: rgb(165,100,220); }
div.DivClassName
{
background-color: #A564DC;
}
.BgClassName
{
background-color: #A564DC;
}
</style>
border-color css
<style>
span { border-color: #A564DC; }
span { border-color: rgb(165,100,220); }
td.TdClassName
{
border-color: #A564DC;
}
.TagClassName
{
border-color: #A564DC;
}
</style>