Shades of Amethyst #A04CDF
Tints of Amethyst #A04CDF
RGB
CMYK
RGB Variations
Color information
#A04CDF (or 0xA04CDF) is known color: Amethyst. HEX triplet: A0, 4C and DF. RGB value is (160,76,223). Sum of RGB (Red+Green+Blue) = 160+76+223=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDF is #5FB320. Grayscale: #757575. Windows color (decimal): -6271777 or 14634144. OLE color: 14634144.
HSL color Cylindrical-coordinate representation of color #A04CDF: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04CDF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 76 | 223 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.13 |
| HSL | 274.29º | 0.7% | 0.59% | - |
| HSV(B) | 274.29º | 0.66% | 0.87% | - |
| XYZ | 30.4 | 17.97 | 71.68 | - |
| YUV | 117.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 223 | 0.28 | 0.66 | 0 | 0.13 | 274.29 | 0.7 | 0.59 |
| Hex | A0 | 4C | DF | 1C | 42 | 0 | D | 112 | 46 | 3B |
| Octal | 240 | 114 | 337 | 34 | 102 | 0 | 15 | 422 | 106 | 73 |
| Binary | 10100000 | 1001100 | 11011111 | 11100 | 1000010 | 0 | 1101 | 100010010 | 1000110 | 111011 |
Color Harmonies of #A04CDF
Complementary color
Monochromatic Colors of #A04CDF
Black with #A04CDF
Text Example
Text Example
White with #A04CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CDF; }
p { color: rgb(160,76,223); }
H1.HeaderClassName
{
color: #A04CDF;
}
.AnyTagClassName
{
color: #A04CDF;
}
</style>
background-color css
<style>
a { background-color: #A04CDF; }
a { background-color: rgb(160,76,223); }
div.DivClassName
{
background-color: #A04CDF;
}
.BgClassName
{
background-color: #A04CDF;
}
</style>
border-color css
<style>
span { border-color: #A04CDF; }
span { border-color: rgb(160,76,223); }
td.TdClassName
{
border-color: #A04CDF;
}
.TagClassName
{
border-color: #A04CDF;
}
</style>