Shades of Amethyst #A05DE1
Tints of Amethyst #A05DE1
RGB
CMYK
RGB Variations
Color information
#A05DE1 (or 0xA05DE1) is known color: Amethyst. HEX triplet: A0, 5D and E1. RGB value is (160,93,225). Sum of RGB (Red+Green+Blue) = 160+93+225=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #A05DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DE1 is #5FA21E. Grayscale: #7F7F7F. Windows color (decimal): -6267423 or 14769568. OLE color: 14769568.
HSL color Cylindrical-coordinate representation of color #A05DE1: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05DE1 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 93 | 225 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.12 |
| HSL | 270.45º | 0.69% | 0.62% | - |
| HSV(B) | 270.45º | 0.59% | 0.88% | - |
| XYZ | 32 | 20.74 | 73.55 | - |
| YUV | 128.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 225 | 0.29 | 0.59 | 0 | 0.12 | 270.45 | 0.69 | 0.62 |
| Hex | A0 | 5D | E1 | 1D | 3B | 0 | C | 10E | 45 | 3E |
| Octal | 240 | 135 | 341 | 35 | 73 | 0 | 14 | 416 | 105 | 76 |
| Binary | 10100000 | 1011101 | 11100001 | 11101 | 111011 | 0 | 1100 | 100001110 | 1000101 | 111110 |
Color Harmonies of #A05DE1
Complementary color
Monochromatic Colors of #A05DE1
Black with #A05DE1
Text Example
Text Example
White with #A05DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DE1; }
p { color: rgb(160,93,225); }
H1.HeaderClassName
{
color: #A05DE1;
}
.AnyTagClassName
{
color: #A05DE1;
}
</style>
background-color css
<style>
a { background-color: #A05DE1; }
a { background-color: rgb(160,93,225); }
div.DivClassName
{
background-color: #A05DE1;
}
.BgClassName
{
background-color: #A05DE1;
}
</style>
border-color css
<style>
span { border-color: #A05DE1; }
span { border-color: rgb(160,93,225); }
td.TdClassName
{
border-color: #A05DE1;
}
.TagClassName
{
border-color: #A05DE1;
}
</style>