Shades of Amethyst #A064CF
Tints of Amethyst #A064CF
RGB
CMYK
RGB Variations
Color information
#A064CF (or 0xA064CF) is known color: Amethyst. HEX triplet: A0, 64 and CF. RGB value is (160,100,207). Sum of RGB (Red+Green+Blue) = 160+100+207=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A064CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CF is #5F9B30. Grayscale: #818181. Windows color (decimal): -6265649 or 13591712. OLE color: 13591712.
HSL color Cylindrical-coordinate representation of color #A064CF: hue angle of 273.64º 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 #A064CF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 100 | 207 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.19 |
| HSL | 273.64º | 0.53% | 0.6% | - |
| HSV(B) | 273.64º | 0.52% | 0.81% | - |
| XYZ | 30.32 | 21.09 | 61.5 | - |
| YUV | 130.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 207 | 0.23 | 0.52 | 0 | 0.19 | 273.64 | 0.53 | 0.6 |
| Hex | A0 | 64 | CF | 17 | 34 | 0 | 13 | 112 | 35 | 3C |
| Octal | 240 | 144 | 317 | 27 | 64 | 0 | 23 | 422 | 65 | 74 |
| Binary | 10100000 | 1100100 | 11001111 | 10111 | 110100 | 0 | 10011 | 100010010 | 110101 | 111100 |
Color Harmonies of #A064CF
Complementary color
Monochromatic Colors of #A064CF
Black with #A064CF
Text Example
Text Example
White with #A064CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064CF; }
p { color: rgb(160,100,207); }
H1.HeaderClassName
{
color: #A064CF;
}
.AnyTagClassName
{
color: #A064CF;
}
</style>
background-color css
<style>
a { background-color: #A064CF; }
a { background-color: rgb(160,100,207); }
div.DivClassName
{
background-color: #A064CF;
}
.BgClassName
{
background-color: #A064CF;
}
</style>
border-color css
<style>
span { border-color: #A064CF; }
span { border-color: rgb(160,100,207); }
td.TdClassName
{
border-color: #A064CF;
}
.TagClassName
{
border-color: #A064CF;
}
</style>