Shades of Amethyst #A155E9
Tints of Amethyst #A155E9
RGB
CMYK
RGB Variations
Color information
#A155E9 (or 0xA155E9) is known color: Amethyst. HEX triplet: A1, 55 and E9. RGB value is (161,85,233). Sum of RGB (Red+Green+Blue) = 161+85+233=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #A155E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155E9 is #5EAA16. Grayscale: #7C7C7C. Windows color (decimal): -6203927 or 15291809. OLE color: 15291809.
HSL color Cylindrical-coordinate representation of color #A155E9: hue angle of 270.81º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155E9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 85 | 233 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.09 |
| HSL | 270.81º | 0.77% | 0.62% | - |
| HSV(B) | 270.81º | 0.64% | 0.91% | - |
| XYZ | 32.65 | 19.96 | 79.22 | - |
| YUV | 124.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 233 | 0.31 | 0.64 | 0 | 0.09 | 270.81 | 0.77 | 0.62 |
| Hex | A1 | 55 | E9 | 1F | 40 | 0 | 9 | 10F | 4D | 3E |
| Octal | 241 | 125 | 351 | 37 | 100 | 0 | 11 | 417 | 115 | 76 |
| Binary | 10100001 | 1010101 | 11101001 | 11111 | 1000000 | 0 | 1001 | 100001111 | 1001101 | 111110 |
Color Harmonies of #A155E9
Complementary color
Monochromatic Colors of #A155E9
Black with #A155E9
Text Example
Text Example
White with #A155E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155E9; }
p { color: rgb(161,85,233); }
H1.HeaderClassName
{
color: #A155E9;
}
.AnyTagClassName
{
color: #A155E9;
}
</style>
background-color css
<style>
a { background-color: #A155E9; }
a { background-color: rgb(161,85,233); }
div.DivClassName
{
background-color: #A155E9;
}
.BgClassName
{
background-color: #A155E9;
}
</style>
border-color css
<style>
span { border-color: #A155E9; }
span { border-color: rgb(161,85,233); }
td.TdClassName
{
border-color: #A155E9;
}
.TagClassName
{
border-color: #A155E9;
}
</style>