Shades of Amethyst #A150DD
Tints of Amethyst #A150DD
RGB
CMYK
RGB Variations
Color information
#A150DD (or 0xA150DD) is known color: Amethyst. HEX triplet: A1, 50 and DD. RGB value is (161,80,221). Sum of RGB (Red+Green+Blue) = 161+80+221=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A150DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150DD is #5EAF22. Grayscale: #777777. Windows color (decimal): -6205219 or 14504097. OLE color: 14504097.
HSL color Cylindrical-coordinate representation of color #A150DD: hue angle of 274.47º degrees, saturation: 0.67, 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 #A150DD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 80 | 221 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 274.47º | 0.67% | 0.59% | - |
| HSV(B) | 274.47º | 0.64% | 0.87% | - |
| XYZ | 30.62 | 18.53 | 70.37 | - |
| YUV | 120.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 221 | 0.27 | 0.64 | 0 | 0.13 | 274.47 | 0.67 | 0.59 |
| Hex | A1 | 50 | DD | 1B | 40 | 0 | D | 112 | 43 | 3B |
| Octal | 241 | 120 | 335 | 33 | 100 | 0 | 15 | 422 | 103 | 73 |
| Binary | 10100001 | 1010000 | 11011101 | 11011 | 1000000 | 0 | 1101 | 100010010 | 1000011 | 111011 |
Color Harmonies of #A150DD
Complementary color
Monochromatic Colors of #A150DD
Black with #A150DD
Text Example
Text Example
White with #A150DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150DD; }
p { color: rgb(161,80,221); }
H1.HeaderClassName
{
color: #A150DD;
}
.AnyTagClassName
{
color: #A150DD;
}
</style>
background-color css
<style>
a { background-color: #A150DD; }
a { background-color: rgb(161,80,221); }
div.DivClassName
{
background-color: #A150DD;
}
.BgClassName
{
background-color: #A150DD;
}
</style>
border-color css
<style>
span { border-color: #A150DD; }
span { border-color: rgb(161,80,221); }
td.TdClassName
{
border-color: #A150DD;
}
.TagClassName
{
border-color: #A150DD;
}
</style>