Shades of Amethyst #A154DA
Tints of Amethyst #A154DA
RGB
CMYK
RGB Variations
Color information
#A154DA (or 0xA154DA) is known color: Amethyst. HEX triplet: A1, 54 and DA. RGB value is (161,84,218). Sum of RGB (Red+Green+Blue) = 161+84+218=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A154DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154DA is #5EAB25. Grayscale: #797979. Windows color (decimal): -6204198 or 14308513. OLE color: 14308513.
HSL color Cylindrical-coordinate representation of color #A154DA: hue angle of 274.48º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A154DA is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 84 | 218 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.15 |
| HSL | 274.48º | 0.64% | 0.59% | - |
| HSV(B) | 274.48º | 0.61% | 0.85% | - |
| XYZ | 30.52 | 18.98 | 68.38 | - |
| YUV | 122.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 218 | 0.26 | 0.61 | 0 | 0.15 | 274.48 | 0.64 | 0.59 |
| Hex | A1 | 54 | DA | 1A | 3D | 0 | F | 112 | 40 | 3B |
| Octal | 241 | 124 | 332 | 32 | 75 | 0 | 17 | 422 | 100 | 73 |
| Binary | 10100001 | 1010100 | 11011010 | 11010 | 111101 | 0 | 1111 | 100010010 | 1000000 | 111011 |
Color Harmonies of #A154DA
Complementary color
Monochromatic Colors of #A154DA
Black with #A154DA
Text Example
Text Example
White with #A154DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154DA; }
p { color: rgb(161,84,218); }
H1.HeaderClassName
{
color: #A154DA;
}
.AnyTagClassName
{
color: #A154DA;
}
</style>
background-color css
<style>
a { background-color: #A154DA; }
a { background-color: rgb(161,84,218); }
div.DivClassName
{
background-color: #A154DA;
}
.BgClassName
{
background-color: #A154DA;
}
</style>
border-color css
<style>
span { border-color: #A154DA; }
span { border-color: rgb(161,84,218); }
td.TdClassName
{
border-color: #A154DA;
}
.TagClassName
{
border-color: #A154DA;
}
</style>