Shades of Amethyst #A150EF
Tints of Amethyst #A150EF
RGB
CMYK
RGB Variations
Color information
#A150EF (or 0xA150EF) is known color: Amethyst. HEX triplet: A1, 50 and EF. RGB value is (161,80,239). Sum of RGB (Red+Green+Blue) = 161+80+239=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #A150EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150EF is #5EAF10. Grayscale: #797979. Windows color (decimal): -6205201 or 15683745. OLE color: 15683745.
HSL color Cylindrical-coordinate representation of color #A150EF: hue angle of 270.57º degrees, saturation: 0.83, 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 #A150EF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 80 | 239 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.57º | 0.83% | 0.63% | - |
| HSV(B) | 270.57º | 0.67% | 0.94% | - |
| XYZ | 33.15 | 19.55 | 83.69 | - |
| YUV | 122.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 239 | 0.33 | 0.67 | 0 | 0.06 | 270.57 | 0.83 | 0.63 |
| Hex | A1 | 50 | EF | 21 | 43 | 0 | 6 | 10F | 53 | 3F |
| Octal | 241 | 120 | 357 | 41 | 103 | 0 | 6 | 417 | 123 | 77 |
| Binary | 10100001 | 1010000 | 11101111 | 100001 | 1000011 | 0 | 110 | 100001111 | 1010011 | 111111 |
Color Harmonies of #A150EF
Complementary color
Monochromatic Colors of #A150EF
Black with #A150EF
Text Example
Text Example
White with #A150EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150EF; }
p { color: rgb(161,80,239); }
H1.HeaderClassName
{
color: #A150EF;
}
.AnyTagClassName
{
color: #A150EF;
}
</style>
background-color css
<style>
a { background-color: #A150EF; }
a { background-color: rgb(161,80,239); }
div.DivClassName
{
background-color: #A150EF;
}
.BgClassName
{
background-color: #A150EF;
}
</style>
border-color css
<style>
span { border-color: #A150EF; }
span { border-color: rgb(161,80,239); }
td.TdClassName
{
border-color: #A150EF;
}
.TagClassName
{
border-color: #A150EF;
}
</style>