Shades of Amethyst #A250DE
Tints of Amethyst #A250DE
RGB
CMYK
RGB Variations
Color information
#A250DE (or 0xA250DE) is known color: Amethyst. HEX triplet: A2, 50 and DE. RGB value is (162,80,222). Sum of RGB (Red+Green+Blue) = 162+80+222=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A250DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DE is #5DAF21. Grayscale: #787878. Windows color (decimal): -6139682 or 14569634. OLE color: 14569634.
HSL color Cylindrical-coordinate representation of color #A250DE: hue angle of 274.65º degrees, saturation: 0.68, 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 #A250DE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 80 | 222 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 274.65º | 0.68% | 0.59% | - |
| HSV(B) | 274.65º | 0.64% | 0.87% | - |
| XYZ | 30.95 | 18.69 | 71.08 | - |
| YUV | 120.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 222 | 0.27 | 0.64 | 0 | 0.13 | 274.65 | 0.68 | 0.59 |
| Hex | A2 | 50 | DE | 1B | 40 | 0 | D | 113 | 44 | 3B |
| Octal | 242 | 120 | 336 | 33 | 100 | 0 | 15 | 423 | 104 | 73 |
| Binary | 10100010 | 1010000 | 11011110 | 11011 | 1000000 | 0 | 1101 | 100010011 | 1000100 | 111011 |
Color Harmonies of #A250DE
Complementary color
Monochromatic Colors of #A250DE
Black with #A250DE
Text Example
Text Example
White with #A250DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250DE; }
p { color: rgb(162,80,222); }
H1.HeaderClassName
{
color: #A250DE;
}
.AnyTagClassName
{
color: #A250DE;
}
</style>
background-color css
<style>
a { background-color: #A250DE; }
a { background-color: rgb(162,80,222); }
div.DivClassName
{
background-color: #A250DE;
}
.BgClassName
{
background-color: #A250DE;
}
</style>
border-color css
<style>
span { border-color: #A250DE; }
span { border-color: rgb(162,80,222); }
td.TdClassName
{
border-color: #A250DE;
}
.TagClassName
{
border-color: #A250DE;
}
</style>