Shades of Amethyst #A45DCD
Tints of Amethyst #A45DCD
RGB
CMYK
RGB Variations
Color information
#A45DCD (or 0xA45DCD) is known color: Amethyst. HEX triplet: A4, 5D and CD. RGB value is (164,93,205). Sum of RGB (Red+Green+Blue) = 164+93+205=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCD is #5BA232. Grayscale: #7E7E7E. Windows color (decimal): -6005299 or 13458852. OLE color: 13458852.
HSL color Cylindrical-coordinate representation of color #A45DCD: hue angle of 278.04º 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 #A45DCD is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 93 | 205 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.20 |
| HSL | 278.04º | 0.53% | 0.58% | - |
| HSV(B) | 278.04º | 0.55% | 0.8% | - |
| XYZ | 30.24 | 20.13 | 60.05 | - |
| YUV | 127 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 205 | 0.2 | 0.55 | 0 | 0.20 | 278.04 | 0.53 | 0.58 |
| Hex | A4 | 5D | CD | 14 | 37 | 0 | 14 | 116 | 35 | 3A |
| Octal | 244 | 135 | 315 | 24 | 67 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100100 | 1011101 | 11001101 | 10100 | 110111 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A45DCD
Complementary color
Monochromatic Colors of #A45DCD
Black with #A45DCD
Text Example
Text Example
White with #A45DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DCD; }
p { color: rgb(164,93,205); }
H1.HeaderClassName
{
color: #A45DCD;
}
.AnyTagClassName
{
color: #A45DCD;
}
</style>
background-color css
<style>
a { background-color: #A45DCD; }
a { background-color: rgb(164,93,205); }
div.DivClassName
{
background-color: #A45DCD;
}
.BgClassName
{
background-color: #A45DCD;
}
</style>
border-color css
<style>
span { border-color: #A45DCD; }
span { border-color: rgb(164,93,205); }
td.TdClassName
{
border-color: #A45DCD;
}
.TagClassName
{
border-color: #A45DCD;
}
</style>