Shades of Amethyst #A357E7
Tints of Amethyst #A357E7
RGB
CMYK
RGB Variations
Color information
#A357E7 (or 0xA357E7) is known color: Amethyst. HEX triplet: A3, 57 and E7. RGB value is (163,87,231). Sum of RGB (Red+Green+Blue) = 163+87+231=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #A357E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357E7 is #5CA818. Grayscale: #7D7D7D. Windows color (decimal): -6072345 or 15161251. OLE color: 15161251.
HSL color Cylindrical-coordinate representation of color #A357E7: hue angle of 271.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A357E7 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 87 | 231 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.09 |
| HSL | 271.67º | 0.75% | 0.62% | - |
| HSV(B) | 271.67º | 0.62% | 0.91% | - |
| XYZ | 32.94 | 20.37 | 77.8 | - |
| YUV | 126.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 231 | 0.29 | 0.62 | 0 | 0.09 | 271.67 | 0.75 | 0.62 |
| Hex | A3 | 57 | E7 | 1D | 3E | 0 | 9 | 110 | 4B | 3E |
| Octal | 243 | 127 | 347 | 35 | 76 | 0 | 11 | 420 | 113 | 76 |
| Binary | 10100011 | 1010111 | 11100111 | 11101 | 111110 | 0 | 1001 | 100010000 | 1001011 | 111110 |
Color Harmonies of #A357E7
Complementary color
Monochromatic Colors of #A357E7
Black with #A357E7
Text Example
Text Example
White with #A357E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357E7; }
p { color: rgb(163,87,231); }
H1.HeaderClassName
{
color: #A357E7;
}
.AnyTagClassName
{
color: #A357E7;
}
</style>
background-color css
<style>
a { background-color: #A357E7; }
a { background-color: rgb(163,87,231); }
div.DivClassName
{
background-color: #A357E7;
}
.BgClassName
{
background-color: #A357E7;
}
</style>
border-color css
<style>
span { border-color: #A357E7; }
span { border-color: rgb(163,87,231); }
td.TdClassName
{
border-color: #A357E7;
}
.TagClassName
{
border-color: #A357E7;
}
</style>