Shades of Amethyst #A14ED8
Tints of Amethyst #A14ED8
RGB
CMYK
RGB Variations
Color information
#A14ED8 (or 0xA14ED8) is known color: Amethyst. HEX triplet: A1, 4E and D8. RGB value is (161,78,216). Sum of RGB (Red+Green+Blue) = 161+78+216=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #A14ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ED8 is #5EB127. Grayscale: #767676. Windows color (decimal): -6205736 or 14175905. OLE color: 14175905.
HSL color Cylindrical-coordinate representation of color #A14ED8: hue angle of 276.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14ED8 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 78 | 216 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.15 |
| HSL | 276.09º | 0.64% | 0.58% | - |
| HSV(B) | 276.09º | 0.64% | 0.85% | - |
| XYZ | 29.82 | 17.98 | 66.87 | - |
| YUV | 118.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 216 | 0.25 | 0.64 | 0 | 0.15 | 276.09 | 0.64 | 0.58 |
| Hex | A1 | 4E | D8 | 19 | 40 | 0 | F | 114 | 40 | 3A |
| Octal | 241 | 116 | 330 | 31 | 100 | 0 | 17 | 424 | 100 | 72 |
| Binary | 10100001 | 1001110 | 11011000 | 11001 | 1000000 | 0 | 1111 | 100010100 | 1000000 | 111010 |
Color Harmonies of #A14ED8
Complementary color
Monochromatic Colors of #A14ED8
Black with #A14ED8
Text Example
Text Example
White with #A14ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ED8; }
p { color: rgb(161,78,216); }
H1.HeaderClassName
{
color: #A14ED8;
}
.AnyTagClassName
{
color: #A14ED8;
}
</style>
background-color css
<style>
a { background-color: #A14ED8; }
a { background-color: rgb(161,78,216); }
div.DivClassName
{
background-color: #A14ED8;
}
.BgClassName
{
background-color: #A14ED8;
}
</style>
border-color css
<style>
span { border-color: #A14ED8; }
span { border-color: rgb(161,78,216); }
td.TdClassName
{
border-color: #A14ED8;
}
.TagClassName
{
border-color: #A14ED8;
}
</style>