Shades of Amethyst #A257DF
Tints of Amethyst #A257DF
RGB
CMYK
RGB Variations
Color information
#A257DF (or 0xA257DF) is known color: Amethyst. HEX triplet: A2, 57 and DF. RGB value is (162,87,223). Sum of RGB (Red+Green+Blue) = 162+87+223=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A257DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257DF is #5DA820. Grayscale: #7C7C7C. Windows color (decimal): -6137889 or 14636962. OLE color: 14636962.
HSL color Cylindrical-coordinate representation of color #A257DF: hue angle of 273.09º 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 #A257DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 87 | 223 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.13 |
| HSL | 273.09º | 0.68% | 0.61% | - |
| HSV(B) | 273.09º | 0.61% | 0.87% | - |
| XYZ | 31.63 | 19.83 | 71.97 | - |
| YUV | 124.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 223 | 0.27 | 0.61 | 0 | 0.13 | 273.09 | 0.68 | 0.61 |
| Hex | A2 | 57 | DF | 1B | 3D | 0 | D | 111 | 44 | 3D |
| Octal | 242 | 127 | 337 | 33 | 75 | 0 | 15 | 421 | 104 | 75 |
| Binary | 10100010 | 1010111 | 11011111 | 11011 | 111101 | 0 | 1101 | 100010001 | 1000100 | 111101 |
Color Harmonies of #A257DF
Complementary color
Monochromatic Colors of #A257DF
Black with #A257DF
Text Example
Text Example
White with #A257DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257DF; }
p { color: rgb(162,87,223); }
H1.HeaderClassName
{
color: #A257DF;
}
.AnyTagClassName
{
color: #A257DF;
}
</style>
background-color css
<style>
a { background-color: #A257DF; }
a { background-color: rgb(162,87,223); }
div.DivClassName
{
background-color: #A257DF;
}
.BgClassName
{
background-color: #A257DF;
}
</style>
border-color css
<style>
span { border-color: #A257DF; }
span { border-color: rgb(162,87,223); }
td.TdClassName
{
border-color: #A257DF;
}
.TagClassName
{
border-color: #A257DF;
}
</style>