Shades of Amethyst #A254DF
Tints of Amethyst #A254DF
RGB
CMYK
RGB Variations
Color information
#A254DF (or 0xA254DF) is known color: Amethyst. HEX triplet: A2, 54 and DF. RGB value is (162,84,223). Sum of RGB (Red+Green+Blue) = 162+84+223=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A254DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DF is #5DAB20. Grayscale: #7A7A7A. Windows color (decimal): -6138657 or 14636194. OLE color: 14636194.
HSL color Cylindrical-coordinate representation of color #A254DF: hue angle of 273.67º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A254DF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 84 | 223 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.13 |
| HSL | 273.67º | 0.68% | 0.6% | - |
| HSV(B) | 273.67º | 0.62% | 0.87% | - |
| XYZ | 31.39 | 19.35 | 71.89 | - |
| YUV | 123.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 223 | 0.27 | 0.62 | 0 | 0.13 | 273.67 | 0.68 | 0.6 |
| Hex | A2 | 54 | DF | 1B | 3E | 0 | D | 112 | 44 | 3C |
| Octal | 242 | 124 | 337 | 33 | 76 | 0 | 15 | 422 | 104 | 74 |
| Binary | 10100010 | 1010100 | 11011111 | 11011 | 111110 | 0 | 1101 | 100010010 | 1000100 | 111100 |
Color Harmonies of #A254DF
Complementary color
Monochromatic Colors of #A254DF
Black with #A254DF
Text Example
Text Example
White with #A254DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254DF; }
p { color: rgb(162,84,223); }
H1.HeaderClassName
{
color: #A254DF;
}
.AnyTagClassName
{
color: #A254DF;
}
</style>
background-color css
<style>
a { background-color: #A254DF; }
a { background-color: rgb(162,84,223); }
div.DivClassName
{
background-color: #A254DF;
}
.BgClassName
{
background-color: #A254DF;
}
</style>
border-color css
<style>
span { border-color: #A254DF; }
span { border-color: rgb(162,84,223); }
td.TdClassName
{
border-color: #A254DF;
}
.TagClassName
{
border-color: #A254DF;
}
</style>