Shades of Amethyst #A457DF
Tints of Amethyst #A457DF
RGB
CMYK
RGB Variations
Color information
#A457DF (or 0xA457DF) is known color: Amethyst. HEX triplet: A4, 57 and DF. RGB value is (164,87,223). Sum of RGB (Red+Green+Blue) = 164+87+223=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #A457DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457DF is #5BA820. Grayscale: #7D7D7D. Windows color (decimal): -6006817 or 14636964. OLE color: 14636964.
HSL color Cylindrical-coordinate representation of color #A457DF: hue angle of 273.97º 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 #A457DF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 87 | 223 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.13 |
| HSL | 273.97º | 0.68% | 0.61% | - |
| HSV(B) | 273.97º | 0.61% | 0.87% | - |
| XYZ | 32.04 | 20.04 | 71.99 | - |
| YUV | 125.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 223 | 0.26 | 0.61 | 0 | 0.13 | 273.97 | 0.68 | 0.61 |
| Hex | A4 | 57 | DF | 1A | 3D | 0 | D | 112 | 44 | 3D |
| Octal | 244 | 127 | 337 | 32 | 75 | 0 | 15 | 422 | 104 | 75 |
| Binary | 10100100 | 1010111 | 11011111 | 11010 | 111101 | 0 | 1101 | 100010010 | 1000100 | 111101 |
Color Harmonies of #A457DF
Complementary color
Monochromatic Colors of #A457DF
Black with #A457DF
Text Example
Text Example
White with #A457DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457DF; }
p { color: rgb(164,87,223); }
H1.HeaderClassName
{
color: #A457DF;
}
.AnyTagClassName
{
color: #A457DF;
}
</style>
background-color css
<style>
a { background-color: #A457DF; }
a { background-color: rgb(164,87,223); }
div.DivClassName
{
background-color: #A457DF;
}
.BgClassName
{
background-color: #A457DF;
}
</style>
border-color css
<style>
span { border-color: #A457DF; }
span { border-color: rgb(164,87,223); }
td.TdClassName
{
border-color: #A457DF;
}
.TagClassName
{
border-color: #A457DF;
}
</style>