Shades of Amethyst #A34FEC
Tints of Amethyst #A34FEC
RGB
CMYK
RGB Variations
Color information
#A34FEC (or 0xA34FEC) is known color: Amethyst. HEX triplet: A3, 4F and EC. RGB value is (163,79,236). Sum of RGB (Red+Green+Blue) = 163+79+236=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A34FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FEC is #5CB013. Grayscale: #797979. Windows color (decimal): -6074388 or 15486883. OLE color: 15486883.
HSL color Cylindrical-coordinate representation of color #A34FEC: hue angle of 272.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34FEC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 79 | 236 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.07 |
| HSL | 272.1º | 0.81% | 0.62% | - |
| HSV(B) | 272.1º | 0.67% | 0.93% | - |
| XYZ | 33.04 | 19.43 | 81.37 | - |
| YUV | 122.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 236 | 0.31 | 0.67 | 0 | 0.07 | 272.1 | 0.81 | 0.62 |
| Hex | A3 | 4F | EC | 1F | 43 | 0 | 7 | 110 | 51 | 3E |
| Octal | 243 | 117 | 354 | 37 | 103 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100011 | 1001111 | 11101100 | 11111 | 1000011 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A34FEC
Complementary color
Monochromatic Colors of #A34FEC
Black with #A34FEC
Text Example
Text Example
White with #A34FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FEC; }
p { color: rgb(163,79,236); }
H1.HeaderClassName
{
color: #A34FEC;
}
.AnyTagClassName
{
color: #A34FEC;
}
</style>
background-color css
<style>
a { background-color: #A34FEC; }
a { background-color: rgb(163,79,236); }
div.DivClassName
{
background-color: #A34FEC;
}
.BgClassName
{
background-color: #A34FEC;
}
</style>
border-color css
<style>
span { border-color: #A34FEC; }
span { border-color: rgb(163,79,236); }
td.TdClassName
{
border-color: #A34FEC;
}
.TagClassName
{
border-color: #A34FEC;
}
</style>