Shades of Amethyst #A151EE
Tints of Amethyst #A151EE
RGB
CMYK
RGB Variations
Color information
#A151EE (or 0xA151EE) is known color: Amethyst. HEX triplet: A1, 51 and EE. RGB value is (161,81,238). Sum of RGB (Red+Green+Blue) = 161+81+238=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A151EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151EE is #5EAE11. Grayscale: #7A7A7A. Windows color (decimal): -6204946 or 15618465. OLE color: 15618465.
HSL color Cylindrical-coordinate representation of color #A151EE: hue angle of 270.57º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A151EE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 81 | 238 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.07 |
| HSL | 270.57º | 0.82% | 0.63% | - |
| HSV(B) | 270.57º | 0.66% | 0.93% | - |
| XYZ | 33.07 | 19.63 | 82.94 | - |
| YUV | 122.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 238 | 0.32 | 0.66 | 0 | 0.07 | 270.57 | 0.82 | 0.63 |
| Hex | A1 | 51 | EE | 20 | 42 | 0 | 7 | 10F | 52 | 3F |
| Octal | 241 | 121 | 356 | 40 | 102 | 0 | 7 | 417 | 122 | 77 |
| Binary | 10100001 | 1010001 | 11101110 | 100000 | 1000010 | 0 | 111 | 100001111 | 1010010 | 111111 |
Color Harmonies of #A151EE
Complementary color
Monochromatic Colors of #A151EE
Black with #A151EE
Text Example
Text Example
White with #A151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151EE; }
p { color: rgb(161,81,238); }
H1.HeaderClassName
{
color: #A151EE;
}
.AnyTagClassName
{
color: #A151EE;
}
</style>
background-color css
<style>
a { background-color: #A151EE; }
a { background-color: rgb(161,81,238); }
div.DivClassName
{
background-color: #A151EE;
}
.BgClassName
{
background-color: #A151EE;
}
</style>
border-color css
<style>
span { border-color: #A151EE; }
span { border-color: rgb(161,81,238); }
td.TdClassName
{
border-color: #A151EE;
}
.TagClassName
{
border-color: #A151EE;
}
</style>