Shades of Amethyst #A34FDF
Tints of Amethyst #A34FDF
RGB
CMYK
RGB Variations
Color information
#A34FDF (or 0xA34FDF) is known color: Amethyst. HEX triplet: A3, 4F and DF. RGB value is (163,79,223). Sum of RGB (Red+Green+Blue) = 163+79+223=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDF is #5CB020. Grayscale: #787878. Windows color (decimal): -6074401 or 14634915. OLE color: 14634915.
HSL color Cylindrical-coordinate representation of color #A34FDF: hue angle of 275º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34FDF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 79 | 223 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.13 |
| HSL | 275º | 0.69% | 0.59% | - |
| HSV(B) | 275º | 0.65% | 0.87% | - |
| XYZ | 31.22 | 18.71 | 71.78 | - |
| YUV | 120.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 223 | 0.27 | 0.65 | 0 | 0.13 | 275 | 0.69 | 0.59 |
| Hex | A3 | 4F | DF | 1B | 41 | 0 | D | 113 | 45 | 3B |
| Octal | 243 | 117 | 337 | 33 | 101 | 0 | 15 | 423 | 105 | 73 |
| Binary | 10100011 | 1001111 | 11011111 | 11011 | 1000001 | 0 | 1101 | 100010011 | 1000101 | 111011 |
Color Harmonies of #A34FDF
Complementary color
Monochromatic Colors of #A34FDF
Black with #A34FDF
Text Example
Text Example
White with #A34FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FDF; }
p { color: rgb(163,79,223); }
H1.HeaderClassName
{
color: #A34FDF;
}
.AnyTagClassName
{
color: #A34FDF;
}
</style>
background-color css
<style>
a { background-color: #A34FDF; }
a { background-color: rgb(163,79,223); }
div.DivClassName
{
background-color: #A34FDF;
}
.BgClassName
{
background-color: #A34FDF;
}
</style>
border-color css
<style>
span { border-color: #A34FDF; }
span { border-color: rgb(163,79,223); }
td.TdClassName
{
border-color: #A34FDF;
}
.TagClassName
{
border-color: #A34FDF;
}
</style>