Shades of Amethyst #A453ED
Tints of Amethyst #A453ED
RGB
CMYK
RGB Variations
Color information
#A453ED (or 0xA453ED) is known color: Amethyst. HEX triplet: A4, 53 and ED. RGB value is (164,83,237). Sum of RGB (Red+Green+Blue) = 164+83+237=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A453ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453ED is #5BAC12. Grayscale: #7C7C7C. Windows color (decimal): -6007827 or 15553444. OLE color: 15553444.
HSL color Cylindrical-coordinate representation of color #A453ED: hue angle of 271.56º 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 #A453ED is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 83 | 237 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.56º | 0.81% | 0.63% | - |
| HSV(B) | 271.56º | 0.65% | 0.93% | - |
| XYZ | 33.69 | 20.19 | 82.24 | - |
| YUV | 124.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 237 | 0.31 | 0.65 | 0 | 0.07 | 271.56 | 0.81 | 0.63 |
| Hex | A4 | 53 | ED | 1F | 41 | 0 | 7 | 110 | 51 | 3F |
| Octal | 244 | 123 | 355 | 37 | 101 | 0 | 7 | 420 | 121 | 77 |
| Binary | 10100100 | 1010011 | 11101101 | 11111 | 1000001 | 0 | 111 | 100010000 | 1010001 | 111111 |
Color Harmonies of #A453ED
Complementary color
Monochromatic Colors of #A453ED
Black with #A453ED
Text Example
Text Example
White with #A453ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453ED; }
p { color: rgb(164,83,237); }
H1.HeaderClassName
{
color: #A453ED;
}
.AnyTagClassName
{
color: #A453ED;
}
</style>
background-color css
<style>
a { background-color: #A453ED; }
a { background-color: rgb(164,83,237); }
div.DivClassName
{
background-color: #A453ED;
}
.BgClassName
{
background-color: #A453ED;
}
</style>
border-color css
<style>
span { border-color: #A453ED; }
span { border-color: rgb(164,83,237); }
td.TdClassName
{
border-color: #A453ED;
}
.TagClassName
{
border-color: #A453ED;
}
</style>