Shades of Amethyst #A05ECE
Tints of Amethyst #A05ECE
RGB
CMYK
RGB Variations
Color information
#A05ECE (or 0xA05ECE) is known color: Amethyst. HEX triplet: A0, 5E and CE. RGB value is (160,94,206). Sum of RGB (Red+Green+Blue) = 160+94+206=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECE is #5FA131. Grayscale: #7E7E7E. Windows color (decimal): -6267186 or 13524640. OLE color: 13524640.
HSL color Cylindrical-coordinate representation of color #A05ECE: hue angle of 275.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05ECE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 94 | 206 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.19 |
| HSL | 275.36º | 0.53% | 0.59% | - |
| HSV(B) | 275.36º | 0.54% | 0.81% | - |
| XYZ | 29.64 | 19.94 | 60.68 | - |
| YUV | 126.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 206 | 0.22 | 0.54 | 0 | 0.19 | 275.36 | 0.53 | 0.59 |
| Hex | A0 | 5E | CE | 16 | 36 | 0 | 13 | 113 | 35 | 3B |
| Octal | 240 | 136 | 316 | 26 | 66 | 0 | 23 | 423 | 65 | 73 |
| Binary | 10100000 | 1011110 | 11001110 | 10110 | 110110 | 0 | 10011 | 100010011 | 110101 | 111011 |
Color Harmonies of #A05ECE
Complementary color
Monochromatic Colors of #A05ECE
Black with #A05ECE
Text Example
Text Example
White with #A05ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ECE; }
p { color: rgb(160,94,206); }
H1.HeaderClassName
{
color: #A05ECE;
}
.AnyTagClassName
{
color: #A05ECE;
}
</style>
background-color css
<style>
a { background-color: #A05ECE; }
a { background-color: rgb(160,94,206); }
div.DivClassName
{
background-color: #A05ECE;
}
.BgClassName
{
background-color: #A05ECE;
}
</style>
border-color css
<style>
span { border-color: #A05ECE; }
span { border-color: rgb(160,94,206); }
td.TdClassName
{
border-color: #A05ECE;
}
.TagClassName
{
border-color: #A05ECE;
}
</style>