Shades of Amethyst #A451ED
Tints of Amethyst #A451ED
RGB
CMYK
RGB Variations
Color information
#A451ED (or 0xA451ED) is known color: Amethyst. HEX triplet: A4, 51 and ED. RGB value is (164,81,237). Sum of RGB (Red+Green+Blue) = 164+81+237=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A451ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A451ED is #5BAE12. Grayscale: #7B7B7B. Windows color (decimal): -6008339 or 15552932. OLE color: 15552932.
HSL color Cylindrical-coordinate representation of color #A451ED: hue angle of 271.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A451ED is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 81 | 237 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.92º | 0.81% | 0.62% | - |
| HSV(B) | 271.92º | 0.66% | 0.93% | - |
| XYZ | 33.54 | 19.89 | 82.19 | - |
| YUV | 123.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 237 | 0.31 | 0.66 | 0 | 0.07 | 271.92 | 0.81 | 0.62 |
| Hex | A4 | 51 | ED | 1F | 42 | 0 | 7 | 110 | 51 | 3E |
| Octal | 244 | 121 | 355 | 37 | 102 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100100 | 1010001 | 11101101 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A451ED
Complementary color
Monochromatic Colors of #A451ED
Black with #A451ED
Text Example
Text Example
White with #A451ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451ED; }
p { color: rgb(164,81,237); }
H1.HeaderClassName
{
color: #A451ED;
}
.AnyTagClassName
{
color: #A451ED;
}
</style>
background-color css
<style>
a { background-color: #A451ED; }
a { background-color: rgb(164,81,237); }
div.DivClassName
{
background-color: #A451ED;
}
.BgClassName
{
background-color: #A451ED;
}
</style>
border-color css
<style>
span { border-color: #A451ED; }
span { border-color: rgb(164,81,237); }
td.TdClassName
{
border-color: #A451ED;
}
.TagClassName
{
border-color: #A451ED;
}
</style>