Shades of Amethyst #A45CEA
Tints of Amethyst #A45CEA
RGB
CMYK
RGB Variations
Color information
#A45CEA (or 0xA45CEA) is known color: Amethyst. HEX triplet: A4, 5C and EA. RGB value is (164,92,234). Sum of RGB (Red+Green+Blue) = 164+92+234=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CEA is #5BA315. Grayscale: #818181. Windows color (decimal): -6005526 or 15359140. OLE color: 15359140.
HSL color Cylindrical-coordinate representation of color #A45CEA: hue angle of 270.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45CEA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 92 | 234 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.08 |
| HSL | 270.42º | 0.77% | 0.64% | - |
| HSV(B) | 270.42º | 0.61% | 0.92% | - |
| XYZ | 33.99 | 21.49 | 80.2 | - |
| YUV | 129.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 234 | 0.30 | 0.61 | 0 | 0.08 | 270.42 | 0.77 | 0.64 |
| Hex | A4 | 5C | EA | 1E | 3D | 0 | 8 | 10E | 4D | 40 |
| Octal | 244 | 134 | 352 | 36 | 75 | 0 | 10 | 416 | 115 | 100 |
| Binary | 10100100 | 1011100 | 11101010 | 11110 | 111101 | 0 | 1000 | 100001110 | 1001101 | 1000000 |
Color Harmonies of #A45CEA
Complementary color
Monochromatic Colors of #A45CEA
Black with #A45CEA
Text Example
Text Example
White with #A45CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CEA; }
p { color: rgb(164,92,234); }
H1.HeaderClassName
{
color: #A45CEA;
}
.AnyTagClassName
{
color: #A45CEA;
}
</style>
background-color css
<style>
a { background-color: #A45CEA; }
a { background-color: rgb(164,92,234); }
div.DivClassName
{
background-color: #A45CEA;
}
.BgClassName
{
background-color: #A45CEA;
}
</style>
border-color css
<style>
span { border-color: #A45CEA; }
span { border-color: rgb(164,92,234); }
td.TdClassName
{
border-color: #A45CEA;
}
.TagClassName
{
border-color: #A45CEA;
}
</style>