Shades of Amethyst #A04FD7
Tints of Amethyst #A04FD7
RGB
CMYK
RGB Variations
Color information
#A04FD7 (or 0xA04FD7) is known color: Amethyst. HEX triplet: A0, 4F and D7. RGB value is (160,79,215). Sum of RGB (Red+Green+Blue) = 160+79+215=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #A04FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FD7 is #5FB028. Grayscale: #767676. Windows color (decimal): -6271017 or 14110624. OLE color: 14110624.
HSL color Cylindrical-coordinate representation of color #A04FD7: hue angle of 275.74º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04FD7 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 79 | 215 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.16 |
| HSL | 275.74º | 0.63% | 0.58% | - |
| HSV(B) | 275.74º | 0.63% | 0.84% | - |
| XYZ | 29.56 | 17.97 | 66.2 | - |
| YUV | 118.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 215 | 0.26 | 0.63 | 0 | 0.16 | 275.74 | 0.63 | 0.58 |
| Hex | A0 | 4F | D7 | 1A | 3F | 0 | 10 | 114 | 3F | 3A |
| Octal | 240 | 117 | 327 | 32 | 77 | 0 | 20 | 424 | 77 | 72 |
| Binary | 10100000 | 1001111 | 11010111 | 11010 | 111111 | 0 | 10000 | 100010100 | 111111 | 111010 |
Color Harmonies of #A04FD7
Complementary color
Monochromatic Colors of #A04FD7
Black with #A04FD7
Text Example
Text Example
White with #A04FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FD7; }
p { color: rgb(160,79,215); }
H1.HeaderClassName
{
color: #A04FD7;
}
.AnyTagClassName
{
color: #A04FD7;
}
</style>
background-color css
<style>
a { background-color: #A04FD7; }
a { background-color: rgb(160,79,215); }
div.DivClassName
{
background-color: #A04FD7;
}
.BgClassName
{
background-color: #A04FD7;
}
</style>
border-color css
<style>
span { border-color: #A04FD7; }
span { border-color: rgb(160,79,215); }
td.TdClassName
{
border-color: #A04FD7;
}
.TagClassName
{
border-color: #A04FD7;
}
</style>