Shades of Amethyst #A34FEA
Tints of Amethyst #A34FEA
RGB
CMYK
RGB Variations
Color information
#A34FEA (or 0xA34FEA) is known color: Amethyst. HEX triplet: A3, 4F and EA. RGB value is (163,79,234). Sum of RGB (Red+Green+Blue) = 163+79+234=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A34FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FEA is #5CB015. Grayscale: #797979. Windows color (decimal): -6074390 or 15355811. OLE color: 15355811.
HSL color Cylindrical-coordinate representation of color #A34FEA: hue angle of 272.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34FEA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 79 | 234 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.08 |
| HSL | 272.52º | 0.79% | 0.61% | - |
| HSV(B) | 272.52º | 0.66% | 0.92% | - |
| XYZ | 32.75 | 19.32 | 79.84 | - |
| YUV | 121.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 234 | 0.30 | 0.66 | 0 | 0.08 | 272.52 | 0.79 | 0.61 |
| Hex | A3 | 4F | EA | 1E | 42 | 0 | 8 | 111 | 4F | 3D |
| Octal | 243 | 117 | 352 | 36 | 102 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100011 | 1001111 | 11101010 | 11110 | 1000010 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A34FEA
Complementary color
Monochromatic Colors of #A34FEA
Black with #A34FEA
Text Example
Text Example
White with #A34FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FEA; }
p { color: rgb(163,79,234); }
H1.HeaderClassName
{
color: #A34FEA;
}
.AnyTagClassName
{
color: #A34FEA;
}
</style>
background-color css
<style>
a { background-color: #A34FEA; }
a { background-color: rgb(163,79,234); }
div.DivClassName
{
background-color: #A34FEA;
}
.BgClassName
{
background-color: #A34FEA;
}
</style>
border-color css
<style>
span { border-color: #A34FEA; }
span { border-color: rgb(163,79,234); }
td.TdClassName
{
border-color: #A34FEA;
}
.TagClassName
{
border-color: #A34FEA;
}
</style>