Shades of Amethyst #A454ED
Tints of Amethyst #A454ED
RGB
CMYK
RGB Variations
Color information
#A454ED (or 0xA454ED) is known color: Amethyst. HEX triplet: A4, 54 and ED. RGB value is (164,84,237). Sum of RGB (Red+Green+Blue) = 164+84+237=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A454ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A454ED is #5BAB12. Grayscale: #7C7C7C. Windows color (decimal): -6007571 or 15553700. OLE color: 15553700.
HSL color Cylindrical-coordinate representation of color #A454ED: hue angle of 271.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A454ED is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 84 | 237 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.37º | 0.81% | 0.63% | - |
| HSV(B) | 271.37º | 0.65% | 0.93% | - |
| XYZ | 33.77 | 20.35 | 82.27 | - |
| YUV | 125.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 237 | 0.31 | 0.65 | 0 | 0.07 | 271.37 | 0.81 | 0.63 |
| Hex | A4 | 54 | ED | 1F | 41 | 0 | 7 | 10F | 51 | 3F |
| Octal | 244 | 124 | 355 | 37 | 101 | 0 | 7 | 417 | 121 | 77 |
| Binary | 10100100 | 1010100 | 11101101 | 11111 | 1000001 | 0 | 111 | 100001111 | 1010001 | 111111 |
Color Harmonies of #A454ED
Complementary color
Monochromatic Colors of #A454ED
Black with #A454ED
Text Example
Text Example
White with #A454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454ED; }
p { color: rgb(164,84,237); }
H1.HeaderClassName
{
color: #A454ED;
}
.AnyTagClassName
{
color: #A454ED;
}
</style>
background-color css
<style>
a { background-color: #A454ED; }
a { background-color: rgb(164,84,237); }
div.DivClassName
{
background-color: #A454ED;
}
.BgClassName
{
background-color: #A454ED;
}
</style>
border-color css
<style>
span { border-color: #A454ED; }
span { border-color: rgb(164,84,237); }
td.TdClassName
{
border-color: #A454ED;
}
.TagClassName
{
border-color: #A454ED;
}
</style>