Shades of Amethyst #A064DC
Tints of Amethyst #A064DC
RGB
CMYK
RGB Variations
Color information
#A064DC (or 0xA064DC) is known color: Amethyst. HEX triplet: A0, 64 and DC. RGB value is (160,100,220). Sum of RGB (Red+Green+Blue) = 160+100+220=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A064DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064DC is #5F9B23. Grayscale: #838383. Windows color (decimal): -6265636 or 14443680. OLE color: 14443680.
HSL color Cylindrical-coordinate representation of color #A064DC: hue angle of 270º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A064DC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 100 | 220 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.14 |
| HSL | 270º | 0.63% | 0.63% | - |
| HSV(B) | 270º | 0.55% | 0.86% | - |
| XYZ | 31.97 | 21.76 | 70.22 | - |
| YUV | 131.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 220 | 0.27 | 0.55 | 0 | 0.14 | 270 | 0.63 | 0.63 |
| Hex | A0 | 64 | DC | 1B | 37 | 0 | E | 10E | 3F | 3F |
| Octal | 240 | 144 | 334 | 33 | 67 | 0 | 16 | 416 | 77 | 77 |
| Binary | 10100000 | 1100100 | 11011100 | 11011 | 110111 | 0 | 1110 | 100001110 | 111111 | 111111 |
Color Harmonies of #A064DC
Complementary color
Monochromatic Colors of #A064DC
Black with #A064DC
Text Example
Text Example
White with #A064DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064DC; }
p { color: rgb(160,100,220); }
H1.HeaderClassName
{
color: #A064DC;
}
.AnyTagClassName
{
color: #A064DC;
}
</style>
background-color css
<style>
a { background-color: #A064DC; }
a { background-color: rgb(160,100,220); }
div.DivClassName
{
background-color: #A064DC;
}
.BgClassName
{
background-color: #A064DC;
}
</style>
border-color css
<style>
span { border-color: #A064DC; }
span { border-color: rgb(160,100,220); }
td.TdClassName
{
border-color: #A064DC;
}
.TagClassName
{
border-color: #A064DC;
}
</style>