Shades of Amethyst #A45DCF
Tints of Amethyst #A45DCF
RGB
CMYK
RGB Variations
Color information
#A45DCF (or 0xA45DCF) is known color: Amethyst. HEX triplet: A4, 5D and CF. RGB value is (164,93,207). Sum of RGB (Red+Green+Blue) = 164+93+207=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCF is #5BA230. Grayscale: #7E7E7E. Windows color (decimal): -6005297 or 13589924. OLE color: 13589924.
HSL color Cylindrical-coordinate representation of color #A45DCF: hue angle of 277.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45DCF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 93 | 207 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.19 |
| HSL | 277.37º | 0.54% | 0.59% | - |
| HSV(B) | 277.37º | 0.55% | 0.81% | - |
| XYZ | 30.49 | 20.23 | 61.33 | - |
| YUV | 127.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 207 | 0.21 | 0.55 | 0 | 0.19 | 277.37 | 0.54 | 0.59 |
| Hex | A4 | 5D | CF | 15 | 37 | 0 | 13 | 115 | 36 | 3B |
| Octal | 244 | 135 | 317 | 25 | 67 | 0 | 23 | 425 | 66 | 73 |
| Binary | 10100100 | 1011101 | 11001111 | 10101 | 110111 | 0 | 10011 | 100010101 | 110110 | 111011 |
Color Harmonies of #A45DCF
Complementary color
Monochromatic Colors of #A45DCF
Black with #A45DCF
Text Example
Text Example
White with #A45DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DCF; }
p { color: rgb(164,93,207); }
H1.HeaderClassName
{
color: #A45DCF;
}
.AnyTagClassName
{
color: #A45DCF;
}
</style>
background-color css
<style>
a { background-color: #A45DCF; }
a { background-color: rgb(164,93,207); }
div.DivClassName
{
background-color: #A45DCF;
}
.BgClassName
{
background-color: #A45DCF;
}
</style>
border-color css
<style>
span { border-color: #A45DCF; }
span { border-color: rgb(164,93,207); }
td.TdClassName
{
border-color: #A45DCF;
}
.TagClassName
{
border-color: #A45DCF;
}
</style>