Shades of Amethyst #A150DF
Tints of Amethyst #A150DF
RGB
CMYK
RGB Variations
Color information
#A150DF (or 0xA150DF) is known color: Amethyst. HEX triplet: A1, 50 and DF. RGB value is (161,80,223). Sum of RGB (Red+Green+Blue) = 161+80+223=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #A150DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150DF is #5EAF20. Grayscale: #787878. Windows color (decimal): -6205217 or 14635169. OLE color: 14635169.
HSL color Cylindrical-coordinate representation of color #A150DF: hue angle of 273.99º degrees, saturation: 0.69, 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 #A150DF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 80 | 223 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.13 |
| HSL | 273.99º | 0.69% | 0.59% | - |
| HSV(B) | 273.99º | 0.64% | 0.87% | - |
| XYZ | 30.89 | 18.64 | 71.78 | - |
| YUV | 120.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 223 | 0.28 | 0.64 | 0 | 0.13 | 273.99 | 0.69 | 0.59 |
| Hex | A1 | 50 | DF | 1C | 40 | 0 | D | 112 | 45 | 3B |
| Octal | 241 | 120 | 337 | 34 | 100 | 0 | 15 | 422 | 105 | 73 |
| Binary | 10100001 | 1010000 | 11011111 | 11100 | 1000000 | 0 | 1101 | 100010010 | 1000101 | 111011 |
Color Harmonies of #A150DF
Complementary color
Monochromatic Colors of #A150DF
Black with #A150DF
Text Example
Text Example
White with #A150DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150DF; }
p { color: rgb(161,80,223); }
H1.HeaderClassName
{
color: #A150DF;
}
.AnyTagClassName
{
color: #A150DF;
}
</style>
background-color css
<style>
a { background-color: #A150DF; }
a { background-color: rgb(161,80,223); }
div.DivClassName
{
background-color: #A150DF;
}
.BgClassName
{
background-color: #A150DF;
}
</style>
border-color css
<style>
span { border-color: #A150DF; }
span { border-color: rgb(161,80,223); }
td.TdClassName
{
border-color: #A150DF;
}
.TagClassName
{
border-color: #A150DF;
}
</style>