Shades of Amethyst #A45CE4
Tints of Amethyst #A45CE4
RGB
CMYK
RGB Variations
Color information
#A45CE4 (or 0xA45CE4) is known color: Amethyst. HEX triplet: A4, 5C and E4. RGB value is (164,92,228). Sum of RGB (Red+Green+Blue) = 164+92+228=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #A45CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CE4 is #5BA31B. Grayscale: #808080. Windows color (decimal): -6005532 or 14965924. OLE color: 14965924.
HSL color Cylindrical-coordinate representation of color #A45CE4: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45CE4 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 92 | 228 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.11 |
| HSL | 271.76º | 0.72% | 0.63% | - |
| HSV(B) | 271.76º | 0.6% | 0.89% | - |
| XYZ | 33.14 | 21.15 | 75.73 | - |
| YUV | 129.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 228 | 0.28 | 0.60 | 0 | 0.11 | 271.76 | 0.72 | 0.63 |
| Hex | A4 | 5C | E4 | 1C | 3C | 0 | B | 110 | 48 | 3F |
| Octal | 244 | 134 | 344 | 34 | 74 | 0 | 13 | 420 | 110 | 77 |
| Binary | 10100100 | 1011100 | 11100100 | 11100 | 111100 | 0 | 1011 | 100010000 | 1001000 | 111111 |
Color Harmonies of #A45CE4
Complementary color
Monochromatic Colors of #A45CE4
Black with #A45CE4
Text Example
Text Example
White with #A45CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CE4; }
p { color: rgb(164,92,228); }
H1.HeaderClassName
{
color: #A45CE4;
}
.AnyTagClassName
{
color: #A45CE4;
}
</style>
background-color css
<style>
a { background-color: #A45CE4; }
a { background-color: rgb(164,92,228); }
div.DivClassName
{
background-color: #A45CE4;
}
.BgClassName
{
background-color: #A45CE4;
}
</style>
border-color css
<style>
span { border-color: #A45CE4; }
span { border-color: rgb(164,92,228); }
td.TdClassName
{
border-color: #A45CE4;
}
.TagClassName
{
border-color: #A45CE4;
}
</style>