Shades of Amethyst #A154EA
Tints of Amethyst #A154EA
RGB
CMYK
RGB Variations
Color information
#A154EA (or 0xA154EA) is known color: Amethyst. HEX triplet: A1, 54 and EA. RGB value is (161,84,234). Sum of RGB (Red+Green+Blue) = 161+84+234=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A154EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154EA is #5EAB15. Grayscale: #7B7B7B. Windows color (decimal): -6204182 or 15357089. OLE color: 15357089.
HSL color Cylindrical-coordinate representation of color #A154EA: hue angle of 270.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A154EA is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 84 | 234 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.08 |
| HSL | 270.8º | 0.78% | 0.62% | - |
| HSV(B) | 270.8º | 0.64% | 0.92% | - |
| XYZ | 32.72 | 19.86 | 79.95 | - |
| YUV | 124.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 234 | 0.31 | 0.64 | 0 | 0.08 | 270.8 | 0.78 | 0.62 |
| Hex | A1 | 54 | EA | 1F | 40 | 0 | 8 | 10F | 4E | 3E |
| Octal | 241 | 124 | 352 | 37 | 100 | 0 | 10 | 417 | 116 | 76 |
| Binary | 10100001 | 1010100 | 11101010 | 11111 | 1000000 | 0 | 1000 | 100001111 | 1001110 | 111110 |
Color Harmonies of #A154EA
Complementary color
Monochromatic Colors of #A154EA
Black with #A154EA
Text Example
Text Example
White with #A154EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154EA; }
p { color: rgb(161,84,234); }
H1.HeaderClassName
{
color: #A154EA;
}
.AnyTagClassName
{
color: #A154EA;
}
</style>
background-color css
<style>
a { background-color: #A154EA; }
a { background-color: rgb(161,84,234); }
div.DivClassName
{
background-color: #A154EA;
}
.BgClassName
{
background-color: #A154EA;
}
</style>
border-color css
<style>
span { border-color: #A154EA; }
span { border-color: rgb(161,84,234); }
td.TdClassName
{
border-color: #A154EA;
}
.TagClassName
{
border-color: #A154EA;
}
</style>