Shades of Amethyst #A357DF
Tints of Amethyst #A357DF
RGB
CMYK
RGB Variations
Color information
#A357DF (or 0xA357DF) is known color: Amethyst. HEX triplet: A3, 57 and DF. RGB value is (163,87,223). Sum of RGB (Red+Green+Blue) = 163+87+223=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A357DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357DF is #5CA820. Grayscale: #7C7C7C. Windows color (decimal): -6072353 or 14636963. OLE color: 14636963.
HSL color Cylindrical-coordinate representation of color #A357DF: hue angle of 273.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A357DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 87 | 223 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.13 |
| HSL | 273.53º | 0.68% | 0.61% | - |
| HSV(B) | 273.53º | 0.61% | 0.87% | - |
| XYZ | 31.83 | 19.93 | 71.98 | - |
| YUV | 125.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 223 | 0.27 | 0.61 | 0 | 0.13 | 273.53 | 0.68 | 0.61 |
| Hex | A3 | 57 | DF | 1B | 3D | 0 | D | 112 | 44 | 3D |
| Octal | 243 | 127 | 337 | 33 | 75 | 0 | 15 | 422 | 104 | 75 |
| Binary | 10100011 | 1010111 | 11011111 | 11011 | 111101 | 0 | 1101 | 100010010 | 1000100 | 111101 |
Color Harmonies of #A357DF
Complementary color
Monochromatic Colors of #A357DF
Black with #A357DF
Text Example
Text Example
White with #A357DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357DF; }
p { color: rgb(163,87,223); }
H1.HeaderClassName
{
color: #A357DF;
}
.AnyTagClassName
{
color: #A357DF;
}
</style>
background-color css
<style>
a { background-color: #A357DF; }
a { background-color: rgb(163,87,223); }
div.DivClassName
{
background-color: #A357DF;
}
.BgClassName
{
background-color: #A357DF;
}
</style>
border-color css
<style>
span { border-color: #A357DF; }
span { border-color: rgb(163,87,223); }
td.TdClassName
{
border-color: #A357DF;
}
.TagClassName
{
border-color: #A357DF;
}
</style>