Shades of Amethyst #A150F1
Tints of Amethyst #A150F1
RGB
CMYK
RGB Variations
Color information
#A150F1 (or 0xA150F1) is known color: Amethyst. HEX triplet: A1, 50 and F1. RGB value is (161,80,241). Sum of RGB (Red+Green+Blue) = 161+80+241=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A150F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150F1 is #5EAF0E. Grayscale: #7A7A7A. Windows color (decimal): -6205199 or 15814817. OLE color: 15814817.
HSL color Cylindrical-coordinate representation of color #A150F1: hue angle of 270.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A150F1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 80 | 241 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.05 |
| HSL | 270.19º | 0.85% | 0.63% | - |
| HSV(B) | 270.19º | 0.67% | 0.95% | - |
| XYZ | 33.44 | 19.67 | 85.25 | - |
| YUV | 122.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 241 | 0.33 | 0.67 | 0 | 0.05 | 270.19 | 0.85 | 0.63 |
| Hex | A1 | 50 | F1 | 21 | 43 | 0 | 5 | 10E | 55 | 3F |
| Octal | 241 | 120 | 361 | 41 | 103 | 0 | 5 | 416 | 125 | 77 |
| Binary | 10100001 | 1010000 | 11110001 | 100001 | 1000011 | 0 | 101 | 100001110 | 1010101 | 111111 |
Color Harmonies of #A150F1
Complementary color
Monochromatic Colors of #A150F1
Black with #A150F1
Text Example
Text Example
White with #A150F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150F1; }
p { color: rgb(161,80,241); }
H1.HeaderClassName
{
color: #A150F1;
}
.AnyTagClassName
{
color: #A150F1;
}
</style>
background-color css
<style>
a { background-color: #A150F1; }
a { background-color: rgb(161,80,241); }
div.DivClassName
{
background-color: #A150F1;
}
.BgClassName
{
background-color: #A150F1;
}
</style>
border-color css
<style>
span { border-color: #A150F1; }
span { border-color: rgb(161,80,241); }
td.TdClassName
{
border-color: #A150F1;
}
.TagClassName
{
border-color: #A150F1;
}
</style>