Shades of Amethyst #A14FEF
Tints of Amethyst #A14FEF
RGB
CMYK
RGB Variations
Color information
#A14FEF (or 0xA14FEF) is known color: Amethyst. HEX triplet: A1, 4F and EF. RGB value is (161,79,239). Sum of RGB (Red+Green+Blue) = 161+79+239=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #A14FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FEF is #5EB010. Grayscale: #797979. Windows color (decimal): -6205457 or 15683489. OLE color: 15683489.
HSL color Cylindrical-coordinate representation of color #A14FEF: hue angle of 270.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14FEF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 79 | 239 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.75º | 0.83% | 0.62% | - |
| HSV(B) | 270.75º | 0.67% | 0.94% | - |
| XYZ | 33.07 | 19.4 | 83.66 | - |
| YUV | 121.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 239 | 0.33 | 0.67 | 0 | 0.06 | 270.75 | 0.83 | 0.62 |
| Hex | A1 | 4F | EF | 21 | 43 | 0 | 6 | 10F | 53 | 3E |
| Octal | 241 | 117 | 357 | 41 | 103 | 0 | 6 | 417 | 123 | 76 |
| Binary | 10100001 | 1001111 | 11101111 | 100001 | 1000011 | 0 | 110 | 100001111 | 1010011 | 111110 |
Color Harmonies of #A14FEF
Complementary color
Monochromatic Colors of #A14FEF
Black with #A14FEF
Text Example
Text Example
White with #A14FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FEF; }
p { color: rgb(161,79,239); }
H1.HeaderClassName
{
color: #A14FEF;
}
.AnyTagClassName
{
color: #A14FEF;
}
</style>
background-color css
<style>
a { background-color: #A14FEF; }
a { background-color: rgb(161,79,239); }
div.DivClassName
{
background-color: #A14FEF;
}
.BgClassName
{
background-color: #A14FEF;
}
</style>
border-color css
<style>
span { border-color: #A14FEF; }
span { border-color: rgb(161,79,239); }
td.TdClassName
{
border-color: #A14FEF;
}
.TagClassName
{
border-color: #A14FEF;
}
</style>