Shades of Amethyst #A064D1
Tints of Amethyst #A064D1
RGB
CMYK
RGB Variations
Color information
#A064D1 (or 0xA064D1) is known color: Amethyst. HEX triplet: A0, 64 and D1. RGB value is (160,100,209). Sum of RGB (Red+Green+Blue) = 160+100+209=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #A064D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064D1 is #5F9B2E. Grayscale: #818181. Windows color (decimal): -6265647 or 13722784. OLE color: 13722784.
HSL color Cylindrical-coordinate representation of color #A064D1: hue angle of 273.03º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A064D1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 100 | 209 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.18 |
| HSL | 273.03º | 0.54% | 0.61% | - |
| HSV(B) | 273.03º | 0.52% | 0.82% | - |
| XYZ | 30.56 | 21.19 | 62.8 | - |
| YUV | 130.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 209 | 0.23 | 0.52 | 0 | 0.18 | 273.03 | 0.54 | 0.61 |
| Hex | A0 | 64 | D1 | 17 | 34 | 0 | 12 | 111 | 36 | 3D |
| Octal | 240 | 144 | 321 | 27 | 64 | 0 | 22 | 421 | 66 | 75 |
| Binary | 10100000 | 1100100 | 11010001 | 10111 | 110100 | 0 | 10010 | 100010001 | 110110 | 111101 |
Color Harmonies of #A064D1
Complementary color
Monochromatic Colors of #A064D1
Black with #A064D1
Text Example
Text Example
White with #A064D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064D1; }
p { color: rgb(160,100,209); }
H1.HeaderClassName
{
color: #A064D1;
}
.AnyTagClassName
{
color: #A064D1;
}
</style>
background-color css
<style>
a { background-color: #A064D1; }
a { background-color: rgb(160,100,209); }
div.DivClassName
{
background-color: #A064D1;
}
.BgClassName
{
background-color: #A064D1;
}
</style>
border-color css
<style>
span { border-color: #A064D1; }
span { border-color: rgb(160,100,209); }
td.TdClassName
{
border-color: #A064D1;
}
.TagClassName
{
border-color: #A064D1;
}
</style>