Shades of Amethyst #A357E9
Tints of Amethyst #A357E9
RGB
CMYK
RGB Variations
Color information
#A357E9 (or 0xA357E9) is known color: Amethyst. HEX triplet: A3, 57 and E9. RGB value is (163,87,233). Sum of RGB (Red+Green+Blue) = 163+87+233=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #A357E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357E9 is #5CA816. Grayscale: #7D7D7D. Windows color (decimal): -6072343 or 15292323. OLE color: 15292323.
HSL color Cylindrical-coordinate representation of color #A357E9: hue angle of 271.23º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A357E9 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 87 | 233 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.09 |
| HSL | 271.23º | 0.77% | 0.63% | - |
| HSV(B) | 271.23º | 0.63% | 0.91% | - |
| XYZ | 33.22 | 20.49 | 79.29 | - |
| YUV | 126.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 233 | 0.30 | 0.63 | 0 | 0.09 | 271.23 | 0.77 | 0.63 |
| Hex | A3 | 57 | E9 | 1E | 3F | 0 | 9 | 10F | 4D | 3F |
| Octal | 243 | 127 | 351 | 36 | 77 | 0 | 11 | 417 | 115 | 77 |
| Binary | 10100011 | 1010111 | 11101001 | 11110 | 111111 | 0 | 1001 | 100001111 | 1001101 | 111111 |
Color Harmonies of #A357E9
Complementary color
Monochromatic Colors of #A357E9
Black with #A357E9
Text Example
Text Example
White with #A357E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357E9; }
p { color: rgb(163,87,233); }
H1.HeaderClassName
{
color: #A357E9;
}
.AnyTagClassName
{
color: #A357E9;
}
</style>
background-color css
<style>
a { background-color: #A357E9; }
a { background-color: rgb(163,87,233); }
div.DivClassName
{
background-color: #A357E9;
}
.BgClassName
{
background-color: #A357E9;
}
</style>
border-color css
<style>
span { border-color: #A357E9; }
span { border-color: rgb(163,87,233); }
td.TdClassName
{
border-color: #A357E9;
}
.TagClassName
{
border-color: #A357E9;
}
</style>