Shades of Amethyst #A04DDC
Tints of Amethyst #A04DDC
RGB
CMYK
RGB Variations
Color information
#A04DDC (or 0xA04DDC) is known color: Amethyst. HEX triplet: A0, 4D and DC. RGB value is (160,77,220). Sum of RGB (Red+Green+Blue) = 160+77+220=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDC is #5FB223. Grayscale: #757575. Windows color (decimal): -6271524 or 14437792. OLE color: 14437792.
HSL color Cylindrical-coordinate representation of color #A04DDC: hue angle of 274.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04DDC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 77 | 220 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.14 |
| HSL | 274.83º | 0.67% | 0.58% | - |
| HSV(B) | 274.83º | 0.65% | 0.86% | - |
| XYZ | 30.07 | 17.95 | 69.59 | - |
| YUV | 118.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 220 | 0.27 | 0.65 | 0 | 0.14 | 274.83 | 0.67 | 0.58 |
| Hex | A0 | 4D | DC | 1B | 41 | 0 | E | 113 | 43 | 3A |
| Octal | 240 | 115 | 334 | 33 | 101 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10100000 | 1001101 | 11011100 | 11011 | 1000001 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #A04DDC
Complementary color
Monochromatic Colors of #A04DDC
Black with #A04DDC
Text Example
Text Example
White with #A04DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DDC; }
p { color: rgb(160,77,220); }
H1.HeaderClassName
{
color: #A04DDC;
}
.AnyTagClassName
{
color: #A04DDC;
}
</style>
background-color css
<style>
a { background-color: #A04DDC; }
a { background-color: rgb(160,77,220); }
div.DivClassName
{
background-color: #A04DDC;
}
.BgClassName
{
background-color: #A04DDC;
}
</style>
border-color css
<style>
span { border-color: #A04DDC; }
span { border-color: rgb(160,77,220); }
td.TdClassName
{
border-color: #A04DDC;
}
.TagClassName
{
border-color: #A04DDC;
}
</style>