Shades of Amethyst #A455E1
Tints of Amethyst #A455E1
RGB
CMYK
RGB Variations
Color information
#A455E1 (or 0xA455E1) is known color: Amethyst. HEX triplet: A4, 55 and E1. RGB value is (164,85,225). Sum of RGB (Red+Green+Blue) = 164+85+225=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #A455E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455E1 is #5BAA1E. Grayscale: #7C7C7C. Windows color (decimal): -6007327 or 14767524. OLE color: 14767524.
HSL color Cylindrical-coordinate representation of color #A455E1: hue angle of 273.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A455E1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 85 | 225 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.12 |
| HSL | 273.86º | 0.7% | 0.61% | - |
| HSV(B) | 273.86º | 0.62% | 0.88% | - |
| XYZ | 32.15 | 19.83 | 73.37 | - |
| YUV | 124.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 225 | 0.27 | 0.62 | 0 | 0.12 | 273.86 | 0.7 | 0.61 |
| Hex | A4 | 55 | E1 | 1B | 3E | 0 | C | 112 | 46 | 3D |
| Octal | 244 | 125 | 341 | 33 | 76 | 0 | 14 | 422 | 106 | 75 |
| Binary | 10100100 | 1010101 | 11100001 | 11011 | 111110 | 0 | 1100 | 100010010 | 1000110 | 111101 |
Color Harmonies of #A455E1
Complementary color
Monochromatic Colors of #A455E1
Black with #A455E1
Text Example
Text Example
White with #A455E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455E1; }
p { color: rgb(164,85,225); }
H1.HeaderClassName
{
color: #A455E1;
}
.AnyTagClassName
{
color: #A455E1;
}
</style>
background-color css
<style>
a { background-color: #A455E1; }
a { background-color: rgb(164,85,225); }
div.DivClassName
{
background-color: #A455E1;
}
.BgClassName
{
background-color: #A455E1;
}
</style>
border-color css
<style>
span { border-color: #A455E1; }
span { border-color: rgb(164,85,225); }
td.TdClassName
{
border-color: #A455E1;
}
.TagClassName
{
border-color: #A455E1;
}
</style>