Shades of Amethyst #A151DA
Tints of Amethyst #A151DA
RGB
CMYK
RGB Variations
Color information
#A151DA (or 0xA151DA) is known color: Amethyst. HEX triplet: A1, 51 and DA. RGB value is (161,81,218). Sum of RGB (Red+Green+Blue) = 161+81+218=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A151DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151DA is #5EAE25. Grayscale: #787878. Windows color (decimal): -6204966 or 14307745. OLE color: 14307745.
HSL color Cylindrical-coordinate representation of color #A151DA: hue angle of 275.04º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A151DA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 81 | 218 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.15 |
| HSL | 275.04º | 0.65% | 0.59% | - |
| HSV(B) | 275.04º | 0.63% | 0.85% | - |
| XYZ | 30.3 | 18.52 | 68.31 | - |
| YUV | 120.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 218 | 0.26 | 0.63 | 0 | 0.15 | 275.04 | 0.65 | 0.59 |
| Hex | A1 | 51 | DA | 1A | 3F | 0 | F | 113 | 41 | 3B |
| Octal | 241 | 121 | 332 | 32 | 77 | 0 | 17 | 423 | 101 | 73 |
| Binary | 10100001 | 1010001 | 11011010 | 11010 | 111111 | 0 | 1111 | 100010011 | 1000001 | 111011 |
Color Harmonies of #A151DA
Complementary color
Monochromatic Colors of #A151DA
Black with #A151DA
Text Example
Text Example
White with #A151DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151DA; }
p { color: rgb(161,81,218); }
H1.HeaderClassName
{
color: #A151DA;
}
.AnyTagClassName
{
color: #A151DA;
}
</style>
background-color css
<style>
a { background-color: #A151DA; }
a { background-color: rgb(161,81,218); }
div.DivClassName
{
background-color: #A151DA;
}
.BgClassName
{
background-color: #A151DA;
}
</style>
border-color css
<style>
span { border-color: #A151DA; }
span { border-color: rgb(161,81,218); }
td.TdClassName
{
border-color: #A151DA;
}
.TagClassName
{
border-color: #A151DA;
}
</style>