Shades of Amethyst #A05DCD
Tints of Amethyst #A05DCD
RGB
CMYK
RGB Variations
Color information
#A05DCD (or 0xA05DCD) is known color: Amethyst. HEX triplet: A0, 5D and CD. RGB value is (160,93,205). Sum of RGB (Red+Green+Blue) = 160+93+205=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DCD is #5FA232. Grayscale: #7D7D7D. Windows color (decimal): -6267443 or 13458848. OLE color: 13458848.
HSL color Cylindrical-coordinate representation of color #A05DCD: hue angle of 275.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05DCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 93 | 205 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.20 |
| HSL | 275.89º | 0.53% | 0.58% | - |
| HSV(B) | 275.89º | 0.55% | 0.8% | - |
| XYZ | 29.43 | 19.71 | 60.01 | - |
| YUV | 125.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 205 | 0.22 | 0.55 | 0 | 0.20 | 275.89 | 0.53 | 0.58 |
| Hex | A0 | 5D | CD | 16 | 37 | 0 | 14 | 114 | 35 | 3A |
| Octal | 240 | 135 | 315 | 26 | 67 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10100000 | 1011101 | 11001101 | 10110 | 110111 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #A05DCD
Complementary color
Monochromatic Colors of #A05DCD
Black with #A05DCD
Text Example
Text Example
White with #A05DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DCD; }
p { color: rgb(160,93,205); }
H1.HeaderClassName
{
color: #A05DCD;
}
.AnyTagClassName
{
color: #A05DCD;
}
</style>
background-color css
<style>
a { background-color: #A05DCD; }
a { background-color: rgb(160,93,205); }
div.DivClassName
{
background-color: #A05DCD;
}
.BgClassName
{
background-color: #A05DCD;
}
</style>
border-color css
<style>
span { border-color: #A05DCD; }
span { border-color: rgb(160,93,205); }
td.TdClassName
{
border-color: #A05DCD;
}
.TagClassName
{
border-color: #A05DCD;
}
</style>