Shades of Amethyst #A251DF
Tints of Amethyst #A251DF
RGB
CMYK
RGB Variations
Color information
#A251DF (or 0xA251DF) is known color: Amethyst. HEX triplet: A2, 51 and DF. RGB value is (162,81,223). Sum of RGB (Red+Green+Blue) = 162+81+223=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #A251DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251DF is #5DAE20. Grayscale: #787878. Windows color (decimal): -6139425 or 14635426. OLE color: 14635426.
HSL color Cylindrical-coordinate representation of color #A251DF: hue angle of 274.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A251DF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 81 | 223 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 274.23º | 0.69% | 0.6% | - |
| HSV(B) | 274.23º | 0.64% | 0.87% | - |
| XYZ | 31.16 | 18.89 | 71.82 | - |
| YUV | 121.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 223 | 0.27 | 0.64 | 0 | 0.13 | 274.23 | 0.69 | 0.6 |
| Hex | A2 | 51 | DF | 1B | 40 | 0 | D | 112 | 45 | 3C |
| Octal | 242 | 121 | 337 | 33 | 100 | 0 | 15 | 422 | 105 | 74 |
| Binary | 10100010 | 1010001 | 11011111 | 11011 | 1000000 | 0 | 1101 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A251DF
Complementary color
Monochromatic Colors of #A251DF
Black with #A251DF
Text Example
Text Example
White with #A251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251DF; }
p { color: rgb(162,81,223); }
H1.HeaderClassName
{
color: #A251DF;
}
.AnyTagClassName
{
color: #A251DF;
}
</style>
background-color css
<style>
a { background-color: #A251DF; }
a { background-color: rgb(162,81,223); }
div.DivClassName
{
background-color: #A251DF;
}
.BgClassName
{
background-color: #A251DF;
}
</style>
border-color css
<style>
span { border-color: #A251DF; }
span { border-color: rgb(162,81,223); }
td.TdClassName
{
border-color: #A251DF;
}
.TagClassName
{
border-color: #A251DF;
}
</style>