Shades of Amethyst #A250EC
Tints of Amethyst #A250EC
RGB
CMYK
RGB Variations
Color information
#A250EC (or 0xA250EC) is known color: Amethyst. HEX triplet: A2, 50 and EC. RGB value is (162,80,236). Sum of RGB (Red+Green+Blue) = 162+80+236=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A250EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250EC is #5DAF13. Grayscale: #797979. Windows color (decimal): -6139668 or 15487138. OLE color: 15487138.
HSL color Cylindrical-coordinate representation of color #A250EC: hue angle of 271.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A250EC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 80 | 236 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.54º | 0.8% | 0.62% | - |
| HSV(B) | 271.54º | 0.66% | 0.93% | - |
| XYZ | 32.91 | 19.47 | 81.38 | - |
| YUV | 122.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 236 | 0.31 | 0.66 | 0 | 0.07 | 271.54 | 0.8 | 0.62 |
| Hex | A2 | 50 | EC | 1F | 42 | 0 | 7 | 110 | 50 | 3E |
| Octal | 242 | 120 | 354 | 37 | 102 | 0 | 7 | 420 | 120 | 76 |
| Binary | 10100010 | 1010000 | 11101100 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010000 | 111110 |
Color Harmonies of #A250EC
Complementary color
Monochromatic Colors of #A250EC
Black with #A250EC
Text Example
Text Example
White with #A250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250EC; }
p { color: rgb(162,80,236); }
H1.HeaderClassName
{
color: #A250EC;
}
.AnyTagClassName
{
color: #A250EC;
}
</style>
background-color css
<style>
a { background-color: #A250EC; }
a { background-color: rgb(162,80,236); }
div.DivClassName
{
background-color: #A250EC;
}
.BgClassName
{
background-color: #A250EC;
}
</style>
border-color css
<style>
span { border-color: #A250EC; }
span { border-color: rgb(162,80,236); }
td.TdClassName
{
border-color: #A250EC;
}
.TagClassName
{
border-color: #A250EC;
}
</style>