Shades of Amethyst #A458E8
Tints of Amethyst #A458E8
RGB
CMYK
RGB Variations
Color information
#A458E8 (or 0xA458E8) is known color: Amethyst. HEX triplet: A4, 58 and E8. RGB value is (164,88,232). Sum of RGB (Red+Green+Blue) = 164+88+232=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #A458E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458E8 is #5BA717. Grayscale: #7E7E7E. Windows color (decimal): -6006552 or 15227044. OLE color: 15227044.
HSL color Cylindrical-coordinate representation of color #A458E8: hue angle of 271.67º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A458E8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 88 | 232 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.09 |
| HSL | 271.67º | 0.76% | 0.63% | - |
| HSV(B) | 271.67º | 0.62% | 0.91% | - |
| XYZ | 33.37 | 20.7 | 78.58 | - |
| YUV | 127.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 232 | 0.29 | 0.62 | 0 | 0.09 | 271.67 | 0.76 | 0.63 |
| Hex | A4 | 58 | E8 | 1D | 3E | 0 | 9 | 110 | 4C | 3F |
| Octal | 244 | 130 | 350 | 35 | 76 | 0 | 11 | 420 | 114 | 77 |
| Binary | 10100100 | 1011000 | 11101000 | 11101 | 111110 | 0 | 1001 | 100010000 | 1001100 | 111111 |
Color Harmonies of #A458E8
Complementary color
Monochromatic Colors of #A458E8
Black with #A458E8
Text Example
Text Example
White with #A458E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458E8; }
p { color: rgb(164,88,232); }
H1.HeaderClassName
{
color: #A458E8;
}
.AnyTagClassName
{
color: #A458E8;
}
</style>
background-color css
<style>
a { background-color: #A458E8; }
a { background-color: rgb(164,88,232); }
div.DivClassName
{
background-color: #A458E8;
}
.BgClassName
{
background-color: #A458E8;
}
</style>
border-color css
<style>
span { border-color: #A458E8; }
span { border-color: rgb(164,88,232); }
td.TdClassName
{
border-color: #A458E8;
}
.TagClassName
{
border-color: #A458E8;
}
</style>