Shades of Amethyst #A451F0
Tints of Amethyst #A451F0
RGB
CMYK
RGB Variations
Color information
#A451F0 (or 0xA451F0) is known color: Amethyst. HEX triplet: A4, 51 and F0. RGB value is (164,81,240). Sum of RGB (Red+Green+Blue) = 164+81+240=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A451F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A451F0 is #5BAE0F. Grayscale: #7B7B7B. Windows color (decimal): -6008336 or 15749540. OLE color: 15749540.
HSL color Cylindrical-coordinate representation of color #A451F0: hue angle of 271.32º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A451F0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 81 | 240 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.06 |
| HSL | 271.32º | 0.84% | 0.63% | - |
| HSV(B) | 271.32º | 0.66% | 0.94% | - |
| XYZ | 33.98 | 20.07 | 84.52 | - |
| YUV | 123.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 240 | 0.32 | 0.66 | 0 | 0.06 | 271.32 | 0.84 | 0.63 |
| Hex | A4 | 51 | F0 | 20 | 42 | 0 | 6 | 10F | 54 | 3F |
| Octal | 244 | 121 | 360 | 40 | 102 | 0 | 6 | 417 | 124 | 77 |
| Binary | 10100100 | 1010001 | 11110000 | 100000 | 1000010 | 0 | 110 | 100001111 | 1010100 | 111111 |
Color Harmonies of #A451F0
Complementary color
Monochromatic Colors of #A451F0
Black with #A451F0
Text Example
Text Example
White with #A451F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451F0; }
p { color: rgb(164,81,240); }
H1.HeaderClassName
{
color: #A451F0;
}
.AnyTagClassName
{
color: #A451F0;
}
</style>
background-color css
<style>
a { background-color: #A451F0; }
a { background-color: rgb(164,81,240); }
div.DivClassName
{
background-color: #A451F0;
}
.BgClassName
{
background-color: #A451F0;
}
</style>
border-color css
<style>
span { border-color: #A451F0; }
span { border-color: rgb(164,81,240); }
td.TdClassName
{
border-color: #A451F0;
}
.TagClassName
{
border-color: #A451F0;
}
</style>