Shades of Amethyst #A358EB
Tints of Amethyst #A358EB
RGB
CMYK
RGB Variations
Color information
#A358EB (or 0xA358EB) is known color: Amethyst. HEX triplet: A3, 58 and EB. RGB value is (163,88,235). Sum of RGB (Red+Green+Blue) = 163+88+235=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #A358EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358EB is #5CA714. Grayscale: #7E7E7E. Windows color (decimal): -6072085 or 15423651. OLE color: 15423651.
HSL color Cylindrical-coordinate representation of color #A358EB: hue angle of 270.61º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A358EB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 88 | 235 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.08 |
| HSL | 270.61º | 0.79% | 0.63% | - |
| HSV(B) | 270.61º | 0.63% | 0.92% | - |
| XYZ | 33.59 | 20.76 | 80.83 | - |
| YUV | 127.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 235 | 0.31 | 0.63 | 0 | 0.08 | 270.61 | 0.79 | 0.63 |
| Hex | A3 | 58 | EB | 1F | 3F | 0 | 8 | 10F | 4F | 3F |
| Octal | 243 | 130 | 353 | 37 | 77 | 0 | 10 | 417 | 117 | 77 |
| Binary | 10100011 | 1011000 | 11101011 | 11111 | 111111 | 0 | 1000 | 100001111 | 1001111 | 111111 |
Color Harmonies of #A358EB
Complementary color
Monochromatic Colors of #A358EB
Black with #A358EB
Text Example
Text Example
White with #A358EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358EB; }
p { color: rgb(163,88,235); }
H1.HeaderClassName
{
color: #A358EB;
}
.AnyTagClassName
{
color: #A358EB;
}
</style>
background-color css
<style>
a { background-color: #A358EB; }
a { background-color: rgb(163,88,235); }
div.DivClassName
{
background-color: #A358EB;
}
.BgClassName
{
background-color: #A358EB;
}
</style>
border-color css
<style>
span { border-color: #A358EB; }
span { border-color: rgb(163,88,235); }
td.TdClassName
{
border-color: #A358EB;
}
.TagClassName
{
border-color: #A358EB;
}
</style>