Shades of Amethyst #A14FDC
Tints of Amethyst #A14FDC
RGB
CMYK
RGB Variations
Color information
#A14FDC (or 0xA14FDC) is known color: Amethyst. HEX triplet: A1, 4F and DC. RGB value is (161,79,220). Sum of RGB (Red+Green+Blue) = 161+79+220=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #A14FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDC is #5EB023. Grayscale: #777777. Windows color (decimal): -6205476 or 14438305. OLE color: 14438305.
HSL color Cylindrical-coordinate representation of color #A14FDC: hue angle of 274.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14FDC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 79 | 220 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.14 |
| HSL | 274.89º | 0.67% | 0.59% | - |
| HSV(B) | 274.89º | 0.64% | 0.86% | - |
| XYZ | 30.41 | 18.34 | 69.65 | - |
| YUV | 119.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 220 | 0.27 | 0.64 | 0 | 0.14 | 274.89 | 0.67 | 0.59 |
| Hex | A1 | 4F | DC | 1B | 40 | 0 | E | 113 | 43 | 3B |
| Octal | 241 | 117 | 334 | 33 | 100 | 0 | 16 | 423 | 103 | 73 |
| Binary | 10100001 | 1001111 | 11011100 | 11011 | 1000000 | 0 | 1110 | 100010011 | 1000011 | 111011 |
Color Harmonies of #A14FDC
Complementary color
Monochromatic Colors of #A14FDC
Black with #A14FDC
Text Example
Text Example
White with #A14FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FDC; }
p { color: rgb(161,79,220); }
H1.HeaderClassName
{
color: #A14FDC;
}
.AnyTagClassName
{
color: #A14FDC;
}
</style>
background-color css
<style>
a { background-color: #A14FDC; }
a { background-color: rgb(161,79,220); }
div.DivClassName
{
background-color: #A14FDC;
}
.BgClassName
{
background-color: #A14FDC;
}
</style>
border-color css
<style>
span { border-color: #A14FDC; }
span { border-color: rgb(161,79,220); }
td.TdClassName
{
border-color: #A14FDC;
}
.TagClassName
{
border-color: #A14FDC;
}
</style>