Shades of Amethyst #A151DF
Tints of Amethyst #A151DF
RGB
CMYK
RGB Variations
Color information
#A151DF (or 0xA151DF) is known color: Amethyst. HEX triplet: A1, 51 and DF. RGB value is (161,81,223). Sum of RGB (Red+Green+Blue) = 161+81+223=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A151DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151DF is #5EAE20. Grayscale: #787878. Windows color (decimal): -6204961 or 14635425. OLE color: 14635425.
HSL color Cylindrical-coordinate representation of color #A151DF: hue angle of 273.8º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A151DF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 81 | 223 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.13 |
| HSL | 273.8º | 0.69% | 0.6% | - |
| HSV(B) | 273.8º | 0.64% | 0.87% | - |
| XYZ | 30.96 | 18.79 | 71.81 | - |
| YUV | 121.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 223 | 0.28 | 0.64 | 0 | 0.13 | 273.8 | 0.69 | 0.6 |
| Hex | A1 | 51 | DF | 1C | 40 | 0 | D | 112 | 45 | 3C |
| Octal | 241 | 121 | 337 | 34 | 100 | 0 | 15 | 422 | 105 | 74 |
| Binary | 10100001 | 1010001 | 11011111 | 11100 | 1000000 | 0 | 1101 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A151DF
Complementary color
Monochromatic Colors of #A151DF
Black with #A151DF
Text Example
Text Example
White with #A151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151DF; }
p { color: rgb(161,81,223); }
H1.HeaderClassName
{
color: #A151DF;
}
.AnyTagClassName
{
color: #A151DF;
}
</style>
background-color css
<style>
a { background-color: #A151DF; }
a { background-color: rgb(161,81,223); }
div.DivClassName
{
background-color: #A151DF;
}
.BgClassName
{
background-color: #A151DF;
}
</style>
border-color css
<style>
span { border-color: #A151DF; }
span { border-color: rgb(161,81,223); }
td.TdClassName
{
border-color: #A151DF;
}
.TagClassName
{
border-color: #A151DF;
}
</style>