Shades of Amethyst #A453F0
Tints of Amethyst #A453F0
RGB
CMYK
RGB Variations
Color information
#A453F0 (or 0xA453F0) is known color: Amethyst. HEX triplet: A4, 53 and F0. RGB value is (164,83,240). Sum of RGB (Red+Green+Blue) = 164+83+240=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #A453F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453F0 is #5BAC0F. Grayscale: #7C7C7C. Windows color (decimal): -6007824 or 15750052. OLE color: 15750052.
HSL color Cylindrical-coordinate representation of color #A453F0: hue angle of 270.96º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A453F0 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 83 | 240 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.06 |
| HSL | 270.96º | 0.84% | 0.63% | - |
| HSV(B) | 270.96º | 0.65% | 0.94% | - |
| XYZ | 34.13 | 20.37 | 84.57 | - |
| YUV | 125.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 240 | 0.32 | 0.65 | 0 | 0.06 | 270.96 | 0.84 | 0.63 |
| Hex | A4 | 53 | F0 | 20 | 41 | 0 | 6 | 10F | 54 | 3F |
| Octal | 244 | 123 | 360 | 40 | 101 | 0 | 6 | 417 | 124 | 77 |
| Binary | 10100100 | 1010011 | 11110000 | 100000 | 1000001 | 0 | 110 | 100001111 | 1010100 | 111111 |
Color Harmonies of #A453F0
Complementary color
Monochromatic Colors of #A453F0
Black with #A453F0
Text Example
Text Example
White with #A453F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453F0; }
p { color: rgb(164,83,240); }
H1.HeaderClassName
{
color: #A453F0;
}
.AnyTagClassName
{
color: #A453F0;
}
</style>
background-color css
<style>
a { background-color: #A453F0; }
a { background-color: rgb(164,83,240); }
div.DivClassName
{
background-color: #A453F0;
}
.BgClassName
{
background-color: #A453F0;
}
</style>
border-color css
<style>
span { border-color: #A453F0; }
span { border-color: rgb(164,83,240); }
td.TdClassName
{
border-color: #A453F0;
}
.TagClassName
{
border-color: #A453F0;
}
</style>