Shades of Amethyst #A05ECF
Tints of Amethyst #A05ECF
RGB
CMYK
RGB Variations
Color information
#A05ECF (or 0xA05ECF) is known color: Amethyst. HEX triplet: A0, 5E and CF. RGB value is (160,94,207). Sum of RGB (Red+Green+Blue) = 160+94+207=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECF is #5FA130. Grayscale: #7E7E7E. Windows color (decimal): -6267185 or 13590176. OLE color: 13590176.
HSL color Cylindrical-coordinate representation of color #A05ECF: hue angle of 275.04º 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 #A05ECF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 94 | 207 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.19 |
| HSL | 275.04º | 0.54% | 0.59% | - |
| HSV(B) | 275.04º | 0.55% | 0.81% | - |
| XYZ | 29.76 | 19.98 | 61.32 | - |
| YUV | 126.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 207 | 0.23 | 0.55 | 0 | 0.19 | 275.04 | 0.54 | 0.59 |
| Hex | A0 | 5E | CF | 17 | 37 | 0 | 13 | 113 | 36 | 3B |
| Octal | 240 | 136 | 317 | 27 | 67 | 0 | 23 | 423 | 66 | 73 |
| Binary | 10100000 | 1011110 | 11001111 | 10111 | 110111 | 0 | 10011 | 100010011 | 110110 | 111011 |
Color Harmonies of #A05ECF
Complementary color
Monochromatic Colors of #A05ECF
Black with #A05ECF
Text Example
Text Example
White with #A05ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ECF; }
p { color: rgb(160,94,207); }
H1.HeaderClassName
{
color: #A05ECF;
}
.AnyTagClassName
{
color: #A05ECF;
}
</style>
background-color css
<style>
a { background-color: #A05ECF; }
a { background-color: rgb(160,94,207); }
div.DivClassName
{
background-color: #A05ECF;
}
.BgClassName
{
background-color: #A05ECF;
}
</style>
border-color css
<style>
span { border-color: #A05ECF; }
span { border-color: rgb(160,94,207); }
td.TdClassName
{
border-color: #A05ECF;
}
.TagClassName
{
border-color: #A05ECF;
}
</style>