Shades of Amethyst #A558E8
Tints of Amethyst #A558E8
RGB
CMYK
RGB Variations
Color information
#A558E8 (or 0xA558E8) is known color: Amethyst. HEX triplet: A5, 58 and E8. RGB value is (165,88,232). Sum of RGB (Red+Green+Blue) = 165+88+232=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #A558E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558E8 is #5AA717. Grayscale: #7E7E7E. Windows color (decimal): -5941016 or 15227045. OLE color: 15227045.
HSL color Cylindrical-coordinate representation of color #A558E8: hue angle of 272.08º 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 #A558E8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 88 | 232 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.09 |
| HSL | 272.08º | 0.76% | 0.63% | - |
| HSV(B) | 272.08º | 0.62% | 0.91% | - |
| XYZ | 33.57 | 20.8 | 78.59 | - |
| YUV | 127.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 232 | 0.29 | 0.62 | 0 | 0.09 | 272.08 | 0.76 | 0.63 |
| Hex | A5 | 58 | E8 | 1D | 3E | 0 | 9 | 110 | 4C | 3F |
| Octal | 245 | 130 | 350 | 35 | 76 | 0 | 11 | 420 | 114 | 77 |
| Binary | 10100101 | 1011000 | 11101000 | 11101 | 111110 | 0 | 1001 | 100010000 | 1001100 | 111111 |
Color Harmonies of #A558E8
Complementary color
Monochromatic Colors of #A558E8
Black with #A558E8
Text Example
Text Example
White with #A558E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558E8; }
p { color: rgb(165,88,232); }
H1.HeaderClassName
{
color: #A558E8;
}
.AnyTagClassName
{
color: #A558E8;
}
</style>
background-color css
<style>
a { background-color: #A558E8; }
a { background-color: rgb(165,88,232); }
div.DivClassName
{
background-color: #A558E8;
}
.BgClassName
{
background-color: #A558E8;
}
</style>
border-color css
<style>
span { border-color: #A558E8; }
span { border-color: rgb(165,88,232); }
td.TdClassName
{
border-color: #A558E8;
}
.TagClassName
{
border-color: #A558E8;
}
</style>