Shades of Amethyst #A359EC
Tints of Amethyst #A359EC
RGB
CMYK
RGB Variations
Color information
#A359EC (or 0xA359EC) is known color: Amethyst. HEX triplet: A3, 59 and EC. RGB value is (163,89,236). Sum of RGB (Red+Green+Blue) = 163+89+236=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A359EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359EC is #5CA613. Grayscale: #7F7F7F. Windows color (decimal): -6071828 or 15489443. OLE color: 15489443.
HSL color Cylindrical-coordinate representation of color #A359EC: hue angle of 270.2º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A359EC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 89 | 236 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.07 |
| HSL | 270.2º | 0.79% | 0.64% | - |
| HSV(B) | 270.2º | 0.62% | 0.93% | - |
| XYZ | 33.82 | 20.99 | 81.63 | - |
| YUV | 127.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 236 | 0.31 | 0.62 | 0 | 0.07 | 270.2 | 0.79 | 0.64 |
| Hex | A3 | 59 | EC | 1F | 3E | 0 | 7 | 10E | 4F | 40 |
| Octal | 243 | 131 | 354 | 37 | 76 | 0 | 7 | 416 | 117 | 100 |
| Binary | 10100011 | 1011001 | 11101100 | 11111 | 111110 | 0 | 111 | 100001110 | 1001111 | 1000000 |
Color Harmonies of #A359EC
Complementary color
Monochromatic Colors of #A359EC
Black with #A359EC
Text Example
Text Example
White with #A359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359EC; }
p { color: rgb(163,89,236); }
H1.HeaderClassName
{
color: #A359EC;
}
.AnyTagClassName
{
color: #A359EC;
}
</style>
background-color css
<style>
a { background-color: #A359EC; }
a { background-color: rgb(163,89,236); }
div.DivClassName
{
background-color: #A359EC;
}
.BgClassName
{
background-color: #A359EC;
}
</style>
border-color css
<style>
span { border-color: #A359EC; }
span { border-color: rgb(163,89,236); }
td.TdClassName
{
border-color: #A359EC;
}
.TagClassName
{
border-color: #A359EC;
}
</style>