Shades of Amethyst #A250D4
Tints of Amethyst #A250D4
RGB
CMYK
RGB Variations
Color information
#A250D4 (or 0xA250D4) is known color: Amethyst. HEX triplet: A2, 50 and D4. RGB value is (162,80,212). Sum of RGB (Red+Green+Blue) = 162+80+212=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #A250D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250D4 is #5DAF2B. Grayscale: #777777. Windows color (decimal): -6139692 or 13914274. OLE color: 13914274.
HSL color Cylindrical-coordinate representation of color #A250D4: hue angle of 277.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A250D4 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 80 | 212 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.17 |
| HSL | 277.27º | 0.61% | 0.57% | - |
| HSV(B) | 277.27º | 0.62% | 0.83% | - |
| XYZ | 29.65 | 18.17 | 64.23 | - |
| YUV | 119.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 212 | 0.24 | 0.62 | 0 | 0.17 | 277.27 | 0.61 | 0.57 |
| Hex | A2 | 50 | D4 | 18 | 3E | 0 | 11 | 115 | 3D | 39 |
| Octal | 242 | 120 | 324 | 30 | 76 | 0 | 21 | 425 | 75 | 71 |
| Binary | 10100010 | 1010000 | 11010100 | 11000 | 111110 | 0 | 10001 | 100010101 | 111101 | 111001 |
Color Harmonies of #A250D4
Complementary color
Monochromatic Colors of #A250D4
Black with #A250D4
Text Example
Text Example
White with #A250D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250D4; }
p { color: rgb(162,80,212); }
H1.HeaderClassName
{
color: #A250D4;
}
.AnyTagClassName
{
color: #A250D4;
}
</style>
background-color css
<style>
a { background-color: #A250D4; }
a { background-color: rgb(162,80,212); }
div.DivClassName
{
background-color: #A250D4;
}
.BgClassName
{
background-color: #A250D4;
}
</style>
border-color css
<style>
span { border-color: #A250D4; }
span { border-color: rgb(162,80,212); }
td.TdClassName
{
border-color: #A250D4;
}
.TagClassName
{
border-color: #A250D4;
}
</style>