Shades of Amethyst #A14CDE
Tints of Amethyst #A14CDE
RGB
CMYK
RGB Variations
Color information
#A14CDE (or 0xA14CDE) is known color: Amethyst. HEX triplet: A1, 4C and DE. RGB value is (161,76,222). Sum of RGB (Red+Green+Blue) = 161+76+222=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #A14CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CDE is #5EB321. Grayscale: #757575. Windows color (decimal): -6206242 or 14568609. OLE color: 14568609.
HSL color Cylindrical-coordinate representation of color #A14CDE: hue angle of 274.93º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14CDE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 76 | 222 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.13 |
| HSL | 274.93º | 0.69% | 0.58% | - |
| HSV(B) | 274.93º | 0.66% | 0.87% | - |
| XYZ | 30.47 | 18.02 | 70.98 | - |
| YUV | 118.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 222 | 0.27 | 0.66 | 0 | 0.13 | 274.93 | 0.69 | 0.58 |
| Hex | A1 | 4C | DE | 1B | 42 | 0 | D | 113 | 45 | 3A |
| Octal | 241 | 114 | 336 | 33 | 102 | 0 | 15 | 423 | 105 | 72 |
| Binary | 10100001 | 1001100 | 11011110 | 11011 | 1000010 | 0 | 1101 | 100010011 | 1000101 | 111010 |
Color Harmonies of #A14CDE
Complementary color
Monochromatic Colors of #A14CDE
Black with #A14CDE
Text Example
Text Example
White with #A14CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CDE; }
p { color: rgb(161,76,222); }
H1.HeaderClassName
{
color: #A14CDE;
}
.AnyTagClassName
{
color: #A14CDE;
}
</style>
background-color css
<style>
a { background-color: #A14CDE; }
a { background-color: rgb(161,76,222); }
div.DivClassName
{
background-color: #A14CDE;
}
.BgClassName
{
background-color: #A14CDE;
}
</style>
border-color css
<style>
span { border-color: #A14CDE; }
span { border-color: rgb(161,76,222); }
td.TdClassName
{
border-color: #A14CDE;
}
.TagClassName
{
border-color: #A14CDE;
}
</style>