Shades of Amethyst #A150F0
Tints of Amethyst #A150F0
RGB
CMYK
RGB Variations
Color information
#A150F0 (or 0xA150F0) is known color: Amethyst. HEX triplet: A1, 50 and F0. RGB value is (161,80,240). Sum of RGB (Red+Green+Blue) = 161+80+240=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A150F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150F0 is #5EAF0F. Grayscale: #797979. Windows color (decimal): -6205200 or 15749281. OLE color: 15749281.
HSL color Cylindrical-coordinate representation of color #A150F0: hue angle of 270.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A150F0 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 80 | 240 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.38º | 0.84% | 0.63% | - |
| HSV(B) | 270.38º | 0.67% | 0.94% | - |
| XYZ | 33.29 | 19.61 | 84.47 | - |
| YUV | 122.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 240 | 0.33 | 0.67 | 0 | 0.06 | 270.38 | 0.84 | 0.63 |
| Hex | A1 | 50 | F0 | 21 | 43 | 0 | 6 | 10E | 54 | 3F |
| Octal | 241 | 120 | 360 | 41 | 103 | 0 | 6 | 416 | 124 | 77 |
| Binary | 10100001 | 1010000 | 11110000 | 100001 | 1000011 | 0 | 110 | 100001110 | 1010100 | 111111 |
Color Harmonies of #A150F0
Complementary color
Monochromatic Colors of #A150F0
Black with #A150F0
Text Example
Text Example
White with #A150F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150F0; }
p { color: rgb(161,80,240); }
H1.HeaderClassName
{
color: #A150F0;
}
.AnyTagClassName
{
color: #A150F0;
}
</style>
background-color css
<style>
a { background-color: #A150F0; }
a { background-color: rgb(161,80,240); }
div.DivClassName
{
background-color: #A150F0;
}
.BgClassName
{
background-color: #A150F0;
}
</style>
border-color css
<style>
span { border-color: #A150F0; }
span { border-color: rgb(161,80,240); }
td.TdClassName
{
border-color: #A150F0;
}
.TagClassName
{
border-color: #A150F0;
}
</style>