Shades of Amethyst #A45EDA
Tints of Amethyst #A45EDA
RGB
CMYK
RGB Variations
Color information
#A45EDA (or 0xA45EDA) is known color: Amethyst. HEX triplet: A4, 5E and DA. RGB value is (164,94,218). Sum of RGB (Red+Green+Blue) = 164+94+218=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A45EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EDA is #5BA125. Grayscale: #808080. Windows color (decimal): -6005030 or 14311076. OLE color: 14311076.
HSL color Cylindrical-coordinate representation of color #A45EDA: hue angle of 273.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45EDA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 94 | 218 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.15 |
| HSL | 273.87º | 0.63% | 0.61% | - |
| HSV(B) | 273.87º | 0.57% | 0.85% | - |
| XYZ | 31.97 | 20.96 | 68.69 | - |
| YUV | 129.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 218 | 0.25 | 0.57 | 0 | 0.15 | 273.87 | 0.63 | 0.61 |
| Hex | A4 | 5E | DA | 19 | 39 | 0 | F | 112 | 3F | 3D |
| Octal | 244 | 136 | 332 | 31 | 71 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100100 | 1011110 | 11011010 | 11001 | 111001 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A45EDA
Complementary color
Monochromatic Colors of #A45EDA
Black with #A45EDA
Text Example
Text Example
White with #A45EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EDA; }
p { color: rgb(164,94,218); }
H1.HeaderClassName
{
color: #A45EDA;
}
.AnyTagClassName
{
color: #A45EDA;
}
</style>
background-color css
<style>
a { background-color: #A45EDA; }
a { background-color: rgb(164,94,218); }
div.DivClassName
{
background-color: #A45EDA;
}
.BgClassName
{
background-color: #A45EDA;
}
</style>
border-color css
<style>
span { border-color: #A45EDA; }
span { border-color: rgb(164,94,218); }
td.TdClassName
{
border-color: #A45EDA;
}
.TagClassName
{
border-color: #A45EDA;
}
</style>