Shades of Amethyst #A064D5
Tints of Amethyst #A064D5
RGB
CMYK
RGB Variations
Color information
#A064D5 (or 0xA064D5) is known color: Amethyst. HEX triplet: A0, 64 and D5. RGB value is (160,100,213). Sum of RGB (Red+Green+Blue) = 160+100+213=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A064D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064D5 is #5F9B2A. Grayscale: #828282. Windows color (decimal): -6265643 or 13984928. OLE color: 13984928.
HSL color Cylindrical-coordinate representation of color #A064D5: hue angle of 271.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A064D5 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 100 | 213 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.16 |
| HSL | 271.86º | 0.57% | 0.61% | - |
| HSV(B) | 271.86º | 0.53% | 0.84% | - |
| XYZ | 31.06 | 21.39 | 65.44 | - |
| YUV | 130.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 213 | 0.25 | 0.53 | 0 | 0.16 | 271.86 | 0.57 | 0.61 |
| Hex | A0 | 64 | D5 | 19 | 35 | 0 | 10 | 110 | 39 | 3D |
| Octal | 240 | 144 | 325 | 31 | 65 | 0 | 20 | 420 | 71 | 75 |
| Binary | 10100000 | 1100100 | 11010101 | 11001 | 110101 | 0 | 10000 | 100010000 | 111001 | 111101 |
Color Harmonies of #A064D5
Complementary color
Monochromatic Colors of #A064D5
Black with #A064D5
Text Example
Text Example
White with #A064D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064D5; }
p { color: rgb(160,100,213); }
H1.HeaderClassName
{
color: #A064D5;
}
.AnyTagClassName
{
color: #A064D5;
}
</style>
background-color css
<style>
a { background-color: #A064D5; }
a { background-color: rgb(160,100,213); }
div.DivClassName
{
background-color: #A064D5;
}
.BgClassName
{
background-color: #A064D5;
}
</style>
border-color css
<style>
span { border-color: #A064D5; }
span { border-color: rgb(160,100,213); }
td.TdClassName
{
border-color: #A064D5;
}
.TagClassName
{
border-color: #A064D5;
}
</style>