Shades of Amethyst #A05EDC
Tints of Amethyst #A05EDC
RGB
CMYK
RGB Variations
Color information
#A05EDC (or 0xA05EDC) is known color: Amethyst. HEX triplet: A0, 5E and DC. RGB value is (160,94,220). Sum of RGB (Red+Green+Blue) = 160+94+220=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EDC is #5FA123. Grayscale: #7F7F7F. Windows color (decimal): -6267172 or 14442144. OLE color: 14442144.
HSL color Cylindrical-coordinate representation of color #A05EDC: hue angle of 271.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05EDC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 94 | 220 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.14 |
| HSL | 271.43º | 0.64% | 0.62% | - |
| HSV(B) | 271.43º | 0.57% | 0.86% | - |
| XYZ | 31.42 | 20.65 | 70.04 | - |
| YUV | 128.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 220 | 0.27 | 0.57 | 0 | 0.14 | 271.43 | 0.64 | 0.62 |
| Hex | A0 | 5E | DC | 1B | 39 | 0 | E | 10F | 40 | 3E |
| Octal | 240 | 136 | 334 | 33 | 71 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100000 | 1011110 | 11011100 | 11011 | 111001 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A05EDC
Complementary color
Monochromatic Colors of #A05EDC
Black with #A05EDC
Text Example
Text Example
White with #A05EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EDC; }
p { color: rgb(160,94,220); }
H1.HeaderClassName
{
color: #A05EDC;
}
.AnyTagClassName
{
color: #A05EDC;
}
</style>
background-color css
<style>
a { background-color: #A05EDC; }
a { background-color: rgb(160,94,220); }
div.DivClassName
{
background-color: #A05EDC;
}
.BgClassName
{
background-color: #A05EDC;
}
</style>
border-color css
<style>
span { border-color: #A05EDC; }
span { border-color: rgb(160,94,220); }
td.TdClassName
{
border-color: #A05EDC;
}
.TagClassName
{
border-color: #A05EDC;
}
</style>