Shades of Amethyst #A250DF
Tints of Amethyst #A250DF
RGB
CMYK
RGB Variations
Color information
#A250DF (or 0xA250DF) is known color: Amethyst. HEX triplet: A2, 50 and DF. RGB value is (162,80,223). Sum of RGB (Red+Green+Blue) = 162+80+223=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A250DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DF is #5DAF20. Grayscale: #787878. Windows color (decimal): -6139681 or 14635170. OLE color: 14635170.
HSL color Cylindrical-coordinate representation of color #A250DF: hue angle of 274.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A250DF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 80 | 223 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 274.41º | 0.69% | 0.59% | - |
| HSV(B) | 274.41º | 0.64% | 0.87% | - |
| XYZ | 31.09 | 18.75 | 71.79 | - |
| YUV | 120.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 223 | 0.27 | 0.64 | 0 | 0.13 | 274.41 | 0.69 | 0.59 |
| Hex | A2 | 50 | DF | 1B | 40 | 0 | D | 112 | 45 | 3B |
| Octal | 242 | 120 | 337 | 33 | 100 | 0 | 15 | 422 | 105 | 73 |
| Binary | 10100010 | 1010000 | 11011111 | 11011 | 1000000 | 0 | 1101 | 100010010 | 1000101 | 111011 |
Color Harmonies of #A250DF
Complementary color
Monochromatic Colors of #A250DF
Black with #A250DF
Text Example
Text Example
White with #A250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250DF; }
p { color: rgb(162,80,223); }
H1.HeaderClassName
{
color: #A250DF;
}
.AnyTagClassName
{
color: #A250DF;
}
</style>
background-color css
<style>
a { background-color: #A250DF; }
a { background-color: rgb(162,80,223); }
div.DivClassName
{
background-color: #A250DF;
}
.BgClassName
{
background-color: #A250DF;
}
</style>
border-color css
<style>
span { border-color: #A250DF; }
span { border-color: rgb(162,80,223); }
td.TdClassName
{
border-color: #A250DF;
}
.TagClassName
{
border-color: #A250DF;
}
</style>