Shades of Amethyst #A358EC
Tints of Amethyst #A358EC
RGB
CMYK
RGB Variations
Color information
#A358EC (or 0xA358EC) is known color: Amethyst. HEX triplet: A3, 58 and EC. RGB value is (163,88,236). Sum of RGB (Red+Green+Blue) = 163+88+236=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A358EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358EC is #5CA713. Grayscale: #7E7E7E. Windows color (decimal): -6072084 or 15489187. OLE color: 15489187.
HSL color Cylindrical-coordinate representation of color #A358EC: hue angle of 270.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A358EC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 88 | 236 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.07 |
| HSL | 270.41º | 0.8% | 0.64% | - |
| HSV(B) | 270.41º | 0.63% | 0.93% | - |
| XYZ | 33.73 | 20.82 | 81.6 | - |
| YUV | 127.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 236 | 0.31 | 0.63 | 0 | 0.07 | 270.41 | 0.8 | 0.64 |
| Hex | A3 | 58 | EC | 1F | 3F | 0 | 7 | 10E | 50 | 40 |
| Octal | 243 | 130 | 354 | 37 | 77 | 0 | 7 | 416 | 120 | 100 |
| Binary | 10100011 | 1011000 | 11101100 | 11111 | 111111 | 0 | 111 | 100001110 | 1010000 | 1000000 |
Color Harmonies of #A358EC
Complementary color
Monochromatic Colors of #A358EC
Black with #A358EC
Text Example
Text Example
White with #A358EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358EC; }
p { color: rgb(163,88,236); }
H1.HeaderClassName
{
color: #A358EC;
}
.AnyTagClassName
{
color: #A358EC;
}
</style>
background-color css
<style>
a { background-color: #A358EC; }
a { background-color: rgb(163,88,236); }
div.DivClassName
{
background-color: #A358EC;
}
.BgClassName
{
background-color: #A358EC;
}
</style>
border-color css
<style>
span { border-color: #A358EC; }
span { border-color: rgb(163,88,236); }
td.TdClassName
{
border-color: #A358EC;
}
.TagClassName
{
border-color: #A358EC;
}
</style>