Shades of Amethyst #A14DDA
Tints of Amethyst #A14DDA
RGB
CMYK
RGB Variations
Color information
#A14DDA (or 0xA14DDA) is known color: Amethyst. HEX triplet: A1, 4D and DA. RGB value is (161,77,218). Sum of RGB (Red+Green+Blue) = 161+77+218=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #A14DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DDA is #5EB225. Grayscale: #757575. Windows color (decimal): -6205990 or 14306721. OLE color: 14306721.
HSL color Cylindrical-coordinate representation of color #A14DDA: hue angle of 275.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14DDA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 77 | 218 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.15 |
| HSL | 275.74º | 0.66% | 0.58% | - |
| HSV(B) | 275.74º | 0.65% | 0.85% | - |
| XYZ | 30.01 | 17.95 | 68.21 | - |
| YUV | 118.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 218 | 0.26 | 0.65 | 0 | 0.15 | 275.74 | 0.66 | 0.58 |
| Hex | A1 | 4D | DA | 1A | 41 | 0 | F | 114 | 42 | 3A |
| Octal | 241 | 115 | 332 | 32 | 101 | 0 | 17 | 424 | 102 | 72 |
| Binary | 10100001 | 1001101 | 11011010 | 11010 | 1000001 | 0 | 1111 | 100010100 | 1000010 | 111010 |
Color Harmonies of #A14DDA
Complementary color
Monochromatic Colors of #A14DDA
Black with #A14DDA
Text Example
Text Example
White with #A14DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DDA; }
p { color: rgb(161,77,218); }
H1.HeaderClassName
{
color: #A14DDA;
}
.AnyTagClassName
{
color: #A14DDA;
}
</style>
background-color css
<style>
a { background-color: #A14DDA; }
a { background-color: rgb(161,77,218); }
div.DivClassName
{
background-color: #A14DDA;
}
.BgClassName
{
background-color: #A14DDA;
}
</style>
border-color css
<style>
span { border-color: #A14DDA; }
span { border-color: rgb(161,77,218); }
td.TdClassName
{
border-color: #A14DDA;
}
.TagClassName
{
border-color: #A14DDA;
}
</style>