Shades of Amethyst #A14FDF
Tints of Amethyst #A14FDF
RGB
CMYK
RGB Variations
Color information
#A14FDF (or 0xA14FDF) is known color: Amethyst. HEX triplet: A1, 4F and DF. RGB value is (161,79,223). Sum of RGB (Red+Green+Blue) = 161+79+223=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A14FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDF is #5EB020. Grayscale: #777777. Windows color (decimal): -6205473 or 14634913. OLE color: 14634913.
HSL color Cylindrical-coordinate representation of color #A14FDF: hue angle of 274.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14FDF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 79 | 223 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.13 |
| HSL | 274.17º | 0.69% | 0.59% | - |
| HSV(B) | 274.17º | 0.65% | 0.87% | - |
| XYZ | 30.81 | 18.5 | 71.76 | - |
| YUV | 119.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 223 | 0.28 | 0.65 | 0 | 0.13 | 274.17 | 0.69 | 0.59 |
| Hex | A1 | 4F | DF | 1C | 41 | 0 | D | 112 | 45 | 3B |
| Octal | 241 | 117 | 337 | 34 | 101 | 0 | 15 | 422 | 105 | 73 |
| Binary | 10100001 | 1001111 | 11011111 | 11100 | 1000001 | 0 | 1101 | 100010010 | 1000101 | 111011 |
Color Harmonies of #A14FDF
Complementary color
Monochromatic Colors of #A14FDF
Black with #A14FDF
Text Example
Text Example
White with #A14FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FDF; }
p { color: rgb(161,79,223); }
H1.HeaderClassName
{
color: #A14FDF;
}
.AnyTagClassName
{
color: #A14FDF;
}
</style>
background-color css
<style>
a { background-color: #A14FDF; }
a { background-color: rgb(161,79,223); }
div.DivClassName
{
background-color: #A14FDF;
}
.BgClassName
{
background-color: #A14FDF;
}
</style>
border-color css
<style>
span { border-color: #A14FDF; }
span { border-color: rgb(161,79,223); }
td.TdClassName
{
border-color: #A14FDF;
}
.TagClassName
{
border-color: #A14FDF;
}
</style>