Shades of Amethyst #A04DDA
Tints of Amethyst #A04DDA
RGB
CMYK
RGB Variations
Color information
#A04DDA (or 0xA04DDA) is known color: Amethyst. HEX triplet: A0, 4D and DA. RGB value is (160,77,218). Sum of RGB (Red+Green+Blue) = 160+77+218=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDA is #5FB225. Grayscale: #757575. Windows color (decimal): -6271526 or 14306720. OLE color: 14306720.
HSL color Cylindrical-coordinate representation of color #A04DDA: hue angle of 275.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04DDA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 77 | 218 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.15 |
| HSL | 275.32º | 0.66% | 0.58% | - |
| HSV(B) | 275.32º | 0.65% | 0.85% | - |
| XYZ | 29.81 | 17.84 | 68.2 | - |
| YUV | 117.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 218 | 0.27 | 0.65 | 0 | 0.15 | 275.32 | 0.66 | 0.58 |
| Hex | A0 | 4D | DA | 1B | 41 | 0 | F | 113 | 42 | 3A |
| Octal | 240 | 115 | 332 | 33 | 101 | 0 | 17 | 423 | 102 | 72 |
| Binary | 10100000 | 1001101 | 11011010 | 11011 | 1000001 | 0 | 1111 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A04DDA
Complementary color
Monochromatic Colors of #A04DDA
Black with #A04DDA
Text Example
Text Example
White with #A04DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DDA; }
p { color: rgb(160,77,218); }
H1.HeaderClassName
{
color: #A04DDA;
}
.AnyTagClassName
{
color: #A04DDA;
}
</style>
background-color css
<style>
a { background-color: #A04DDA; }
a { background-color: rgb(160,77,218); }
div.DivClassName
{
background-color: #A04DDA;
}
.BgClassName
{
background-color: #A04DDA;
}
</style>
border-color css
<style>
span { border-color: #A04DDA; }
span { border-color: rgb(160,77,218); }
td.TdClassName
{
border-color: #A04DDA;
}
.TagClassName
{
border-color: #A04DDA;
}
</style>