Shades of Amethyst #A457D5
Tints of Amethyst #A457D5
RGB
CMYK
RGB Variations
Color information
#A457D5 (or 0xA457D5) is known color: Amethyst. HEX triplet: A4, 57 and D5. RGB value is (164,87,213). Sum of RGB (Red+Green+Blue) = 164+87+213=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #A457D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457D5 is #5BA82A. Grayscale: #7B7B7B. Windows color (decimal): -6006827 or 13981604. OLE color: 13981604.
HSL color Cylindrical-coordinate representation of color #A457D5: hue angle of 276.67º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A457D5 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 87 | 213 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.16 |
| HSL | 276.67º | 0.6% | 0.59% | - |
| HSV(B) | 276.67º | 0.59% | 0.84% | - |
| XYZ | 30.73 | 19.51 | 65.1 | - |
| YUV | 124.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 213 | 0.23 | 0.59 | 0 | 0.16 | 276.67 | 0.6 | 0.59 |
| Hex | A4 | 57 | D5 | 17 | 3B | 0 | 10 | 115 | 3C | 3B |
| Octal | 244 | 127 | 325 | 27 | 73 | 0 | 20 | 425 | 74 | 73 |
| Binary | 10100100 | 1010111 | 11010101 | 10111 | 111011 | 0 | 10000 | 100010101 | 111100 | 111011 |
Color Harmonies of #A457D5
Complementary color
Monochromatic Colors of #A457D5
Black with #A457D5
Text Example
Text Example
White with #A457D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457D5; }
p { color: rgb(164,87,213); }
H1.HeaderClassName
{
color: #A457D5;
}
.AnyTagClassName
{
color: #A457D5;
}
</style>
background-color css
<style>
a { background-color: #A457D5; }
a { background-color: rgb(164,87,213); }
div.DivClassName
{
background-color: #A457D5;
}
.BgClassName
{
background-color: #A457D5;
}
</style>
border-color css
<style>
span { border-color: #A457D5; }
span { border-color: rgb(164,87,213); }
td.TdClassName
{
border-color: #A457D5;
}
.TagClassName
{
border-color: #A457D5;
}
</style>