Shades of Amethyst #A34FDC
Tints of Amethyst #A34FDC
RGB
CMYK
RGB Variations
Color information
#A34FDC (or 0xA34FDC) is known color: Amethyst. HEX triplet: A3, 4F and DC. RGB value is (163,79,220). Sum of RGB (Red+Green+Blue) = 163+79+220=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A34FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDC is #5CB023. Grayscale: #777777. Windows color (decimal): -6074404 or 14438307. OLE color: 14438307.
HSL color Cylindrical-coordinate representation of color #A34FDC: hue angle of 275.74º 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 #A34FDC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 79 | 220 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.14 |
| HSL | 275.74º | 0.67% | 0.59% | - |
| HSV(B) | 275.74º | 0.64% | 0.86% | - |
| XYZ | 30.82 | 18.55 | 69.67 | - |
| YUV | 120.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 220 | 0.26 | 0.64 | 0 | 0.14 | 275.74 | 0.67 | 0.59 |
| Hex | A3 | 4F | DC | 1A | 40 | 0 | E | 114 | 43 | 3B |
| Octal | 243 | 117 | 334 | 32 | 100 | 0 | 16 | 424 | 103 | 73 |
| Binary | 10100011 | 1001111 | 11011100 | 11010 | 1000000 | 0 | 1110 | 100010100 | 1000011 | 111011 |
Color Harmonies of #A34FDC
Complementary color
Monochromatic Colors of #A34FDC
Black with #A34FDC
Text Example
Text Example
White with #A34FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FDC; }
p { color: rgb(163,79,220); }
H1.HeaderClassName
{
color: #A34FDC;
}
.AnyTagClassName
{
color: #A34FDC;
}
</style>
background-color css
<style>
a { background-color: #A34FDC; }
a { background-color: rgb(163,79,220); }
div.DivClassName
{
background-color: #A34FDC;
}
.BgClassName
{
background-color: #A34FDC;
}
</style>
border-color css
<style>
span { border-color: #A34FDC; }
span { border-color: rgb(163,79,220); }
td.TdClassName
{
border-color: #A34FDC;
}
.TagClassName
{
border-color: #A34FDC;
}
</style>