Shades of Amethyst #A564CF
Tints of Amethyst #A564CF
RGB
CMYK
RGB Variations
Color information
#A564CF (or 0xA564CF) is known color: Amethyst. HEX triplet: A5, 64 and CF. RGB value is (165,100,207). Sum of RGB (Red+Green+Blue) = 165+100+207=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A564CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CF is #5A9B30. Grayscale: #838383. Windows color (decimal): -5937969 or 13591717. OLE color: 13591717.
HSL color Cylindrical-coordinate representation of color #A564CF: hue angle of 276.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A564CF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 100 | 207 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.19 |
| HSL | 276.45º | 0.53% | 0.6% | - |
| HSV(B) | 276.45º | 0.52% | 0.81% | - |
| XYZ | 31.34 | 21.62 | 61.55 | - |
| YUV | 131.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 207 | 0.20 | 0.52 | 0 | 0.19 | 276.45 | 0.53 | 0.6 |
| Hex | A5 | 64 | CF | 14 | 34 | 0 | 13 | 114 | 35 | 3C |
| Octal | 245 | 144 | 317 | 24 | 64 | 0 | 23 | 424 | 65 | 74 |
| Binary | 10100101 | 1100100 | 11001111 | 10100 | 110100 | 0 | 10011 | 100010100 | 110101 | 111100 |
Color Harmonies of #A564CF
Complementary color
Monochromatic Colors of #A564CF
Black with #A564CF
Text Example
Text Example
White with #A564CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564CF; }
p { color: rgb(165,100,207); }
H1.HeaderClassName
{
color: #A564CF;
}
.AnyTagClassName
{
color: #A564CF;
}
</style>
background-color css
<style>
a { background-color: #A564CF; }
a { background-color: rgb(165,100,207); }
div.DivClassName
{
background-color: #A564CF;
}
.BgClassName
{
background-color: #A564CF;
}
</style>
border-color css
<style>
span { border-color: #A564CF; }
span { border-color: rgb(165,100,207); }
td.TdClassName
{
border-color: #A564CF;
}
.TagClassName
{
border-color: #A564CF;
}
</style>