Shades of Amethyst #A45EDD
Tints of Amethyst #A45EDD
RGB
CMYK
RGB Variations
Color information
#A45EDD (or 0xA45EDD) is known color: Amethyst. HEX triplet: A4, 5E and DD. RGB value is (164,94,221). Sum of RGB (Red+Green+Blue) = 164+94+221=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A45EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EDD is #5BA122. Grayscale: #808080. Windows color (decimal): -6005027 or 14507684. OLE color: 14507684.
HSL color Cylindrical-coordinate representation of color #A45EDD: hue angle of 273.07º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45EDD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 94 | 221 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.13 |
| HSL | 273.07º | 0.65% | 0.62% | - |
| HSV(B) | 273.07º | 0.57% | 0.87% | - |
| XYZ | 32.36 | 21.12 | 70.78 | - |
| YUV | 129.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 221 | 0.26 | 0.57 | 0 | 0.13 | 273.07 | 0.65 | 0.62 |
| Hex | A4 | 5E | DD | 1A | 39 | 0 | D | 111 | 41 | 3E |
| Octal | 244 | 136 | 335 | 32 | 71 | 0 | 15 | 421 | 101 | 76 |
| Binary | 10100100 | 1011110 | 11011101 | 11010 | 111001 | 0 | 1101 | 100010001 | 1000001 | 111110 |
Color Harmonies of #A45EDD
Complementary color
Monochromatic Colors of #A45EDD
Black with #A45EDD
Text Example
Text Example
White with #A45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EDD; }
p { color: rgb(164,94,221); }
H1.HeaderClassName
{
color: #A45EDD;
}
.AnyTagClassName
{
color: #A45EDD;
}
</style>
background-color css
<style>
a { background-color: #A45EDD; }
a { background-color: rgb(164,94,221); }
div.DivClassName
{
background-color: #A45EDD;
}
.BgClassName
{
background-color: #A45EDD;
}
</style>
border-color css
<style>
span { border-color: #A45EDD; }
span { border-color: rgb(164,94,221); }
td.TdClassName
{
border-color: #A45EDD;
}
.TagClassName
{
border-color: #A45EDD;
}
</style>