Shades of Amethyst #A151EF
Tints of Amethyst #A151EF
RGB
CMYK
RGB Variations
Color information
#A151EF (or 0xA151EF) is known color: Amethyst. HEX triplet: A1, 51 and EF. RGB value is (161,81,239). Sum of RGB (Red+Green+Blue) = 161+81+239=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A151EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151EF is #5EAE10. Grayscale: #7A7A7A. Windows color (decimal): -6204945 or 15684001. OLE color: 15684001.
HSL color Cylindrical-coordinate representation of color #A151EF: hue angle of 270.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A151EF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 81 | 239 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.06 |
| HSL | 270.38º | 0.83% | 0.63% | - |
| HSV(B) | 270.38º | 0.66% | 0.94% | - |
| XYZ | 33.22 | 19.69 | 83.71 | - |
| YUV | 122.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 239 | 0.33 | 0.66 | 0 | 0.06 | 270.38 | 0.83 | 0.63 |
| Hex | A1 | 51 | EF | 21 | 42 | 0 | 6 | 10E | 53 | 3F |
| Octal | 241 | 121 | 357 | 41 | 102 | 0 | 6 | 416 | 123 | 77 |
| Binary | 10100001 | 1010001 | 11101111 | 100001 | 1000010 | 0 | 110 | 100001110 | 1010011 | 111111 |
Color Harmonies of #A151EF
Complementary color
Monochromatic Colors of #A151EF
Black with #A151EF
Text Example
Text Example
White with #A151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151EF; }
p { color: rgb(161,81,239); }
H1.HeaderClassName
{
color: #A151EF;
}
.AnyTagClassName
{
color: #A151EF;
}
</style>
background-color css
<style>
a { background-color: #A151EF; }
a { background-color: rgb(161,81,239); }
div.DivClassName
{
background-color: #A151EF;
}
.BgClassName
{
background-color: #A151EF;
}
</style>
border-color css
<style>
span { border-color: #A151EF; }
span { border-color: rgb(161,81,239); }
td.TdClassName
{
border-color: #A151EF;
}
.TagClassName
{
border-color: #A151EF;
}
</style>