Shades of Amethyst #A358E1
Tints of Amethyst #A358E1
RGB
CMYK
RGB Variations
Color information
#A358E1 (or 0xA358E1) is known color: Amethyst. HEX triplet: A3, 58 and E1. RGB value is (163,88,225). Sum of RGB (Red+Green+Blue) = 163+88+225=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #A358E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358E1 is #5CA71E. Grayscale: #7D7D7D. Windows color (decimal): -6072095 or 14768291. OLE color: 14768291.
HSL color Cylindrical-coordinate representation of color #A358E1: hue angle of 272.85º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A358E1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 88 | 225 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.12 |
| HSL | 272.85º | 0.7% | 0.61% | - |
| HSV(B) | 272.85º | 0.61% | 0.88% | - |
| XYZ | 32.18 | 20.2 | 73.44 | - |
| YUV | 126.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 225 | 0.28 | 0.61 | 0 | 0.12 | 272.85 | 0.7 | 0.61 |
| Hex | A3 | 58 | E1 | 1C | 3D | 0 | C | 111 | 46 | 3D |
| Octal | 243 | 130 | 341 | 34 | 75 | 0 | 14 | 421 | 106 | 75 |
| Binary | 10100011 | 1011000 | 11100001 | 11100 | 111101 | 0 | 1100 | 100010001 | 1000110 | 111101 |
Color Harmonies of #A358E1
Complementary color
Monochromatic Colors of #A358E1
Black with #A358E1
Text Example
Text Example
White with #A358E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358E1; }
p { color: rgb(163,88,225); }
H1.HeaderClassName
{
color: #A358E1;
}
.AnyTagClassName
{
color: #A358E1;
}
</style>
background-color css
<style>
a { background-color: #A358E1; }
a { background-color: rgb(163,88,225); }
div.DivClassName
{
background-color: #A358E1;
}
.BgClassName
{
background-color: #A358E1;
}
</style>
border-color css
<style>
span { border-color: #A358E1; }
span { border-color: rgb(163,88,225); }
td.TdClassName
{
border-color: #A358E1;
}
.TagClassName
{
border-color: #A358E1;
}
</style>