Shades of Amethyst #A064DD
Tints of Amethyst #A064DD
RGB
CMYK
RGB Variations
Color information
#A064DD (or 0xA064DD) is known color: Amethyst. HEX triplet: A0, 64 and DD. RGB value is (160,100,221). Sum of RGB (Red+Green+Blue) = 160+100+221=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A064DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064DD is #5F9B22. Grayscale: #838383. Windows color (decimal): -6265635 or 14509216. OLE color: 14509216.
HSL color Cylindrical-coordinate representation of color #A064DD: hue angle of 269.75º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A064DD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 100 | 221 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.13 |
| HSL | 269.75º | 0.64% | 0.63% | - |
| HSV(B) | 269.75º | 0.55% | 0.87% | - |
| XYZ | 32.11 | 21.81 | 70.92 | - |
| YUV | 131.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 221 | 0.28 | 0.55 | 0 | 0.13 | 269.75 | 0.64 | 0.63 |
| Hex | A0 | 64 | DD | 1C | 37 | 0 | D | 10E | 40 | 3F |
| Octal | 240 | 144 | 335 | 34 | 67 | 0 | 15 | 416 | 100 | 77 |
| Binary | 10100000 | 1100100 | 11011101 | 11100 | 110111 | 0 | 1101 | 100001110 | 1000000 | 111111 |
Color Harmonies of #A064DD
Complementary color
Monochromatic Colors of #A064DD
Black with #A064DD
Text Example
Text Example
White with #A064DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064DD; }
p { color: rgb(160,100,221); }
H1.HeaderClassName
{
color: #A064DD;
}
.AnyTagClassName
{
color: #A064DD;
}
</style>
background-color css
<style>
a { background-color: #A064DD; }
a { background-color: rgb(160,100,221); }
div.DivClassName
{
background-color: #A064DD;
}
.BgClassName
{
background-color: #A064DD;
}
</style>
border-color css
<style>
span { border-color: #A064DD; }
span { border-color: rgb(160,100,221); }
td.TdClassName
{
border-color: #A064DD;
}
.TagClassName
{
border-color: #A064DD;
}
</style>