Shades of Amethyst #A04FF1
Tints of Amethyst #A04FF1
RGB
CMYK
RGB Variations
Color information
#A04FF1 (or 0xA04FF1) is known color: Amethyst. HEX triplet: A0, 4F and F1. RGB value is (160,79,241). Sum of RGB (Red+Green+Blue) = 160+79+241=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #A04FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF1 is #5FB00E. Grayscale: #797979. Windows color (decimal): -6270991 or 15814560. OLE color: 15814560.
HSL color Cylindrical-coordinate representation of color #A04FF1: hue angle of 270º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04FF1 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 79 | 241 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.05 |
| HSL | 270º | 0.85% | 0.63% | - |
| HSV(B) | 270º | 0.67% | 0.95% | - |
| XYZ | 33.17 | 19.42 | 85.22 | - |
| YUV | 121.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 241 | 0.34 | 0.67 | 0 | 0.05 | 270 | 0.85 | 0.63 |
| Hex | A0 | 4F | F1 | 22 | 43 | 0 | 5 | 10E | 55 | 3F |
| Octal | 240 | 117 | 361 | 42 | 103 | 0 | 5 | 416 | 125 | 77 |
| Binary | 10100000 | 1001111 | 11110001 | 100010 | 1000011 | 0 | 101 | 100001110 | 1010101 | 111111 |
Color Harmonies of #A04FF1
Complementary color
Monochromatic Colors of #A04FF1
Black with #A04FF1
Text Example
Text Example
White with #A04FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FF1; }
p { color: rgb(160,79,241); }
H1.HeaderClassName
{
color: #A04FF1;
}
.AnyTagClassName
{
color: #A04FF1;
}
</style>
background-color css
<style>
a { background-color: #A04FF1; }
a { background-color: rgb(160,79,241); }
div.DivClassName
{
background-color: #A04FF1;
}
.BgClassName
{
background-color: #A04FF1;
}
</style>
border-color css
<style>
span { border-color: #A04FF1; }
span { border-color: rgb(160,79,241); }
td.TdClassName
{
border-color: #A04FF1;
}
.TagClassName
{
border-color: #A04FF1;
}
</style>