Shades of Amethyst #A558E3
Tints of Amethyst #A558E3
RGB
CMYK
RGB Variations
Color information
#A558E3 (or 0xA558E3) is known color: Amethyst. HEX triplet: A5, 58 and E3. RGB value is (165,88,227). Sum of RGB (Red+Green+Blue) = 165+88+227=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #A558E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558E3 is #5AA71C. Grayscale: #7E7E7E. Windows color (decimal): -5941021 or 14899365. OLE color: 14899365.
HSL color Cylindrical-coordinate representation of color #A558E3: hue angle of 273.24º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A558E3 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 88 | 227 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.11 |
| HSL | 273.24º | 0.71% | 0.62% | - |
| HSV(B) | 273.24º | 0.61% | 0.89% | - |
| XYZ | 32.87 | 20.52 | 74.9 | - |
| YUV | 126.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 227 | 0.27 | 0.61 | 0 | 0.11 | 273.24 | 0.71 | 0.62 |
| Hex | A5 | 58 | E3 | 1B | 3D | 0 | B | 111 | 47 | 3E |
| Octal | 245 | 130 | 343 | 33 | 75 | 0 | 13 | 421 | 107 | 76 |
| Binary | 10100101 | 1011000 | 11100011 | 11011 | 111101 | 0 | 1011 | 100010001 | 1000111 | 111110 |
Color Harmonies of #A558E3
Complementary color
Monochromatic Colors of #A558E3
Black with #A558E3
Text Example
Text Example
White with #A558E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558E3; }
p { color: rgb(165,88,227); }
H1.HeaderClassName
{
color: #A558E3;
}
.AnyTagClassName
{
color: #A558E3;
}
</style>
background-color css
<style>
a { background-color: #A558E3; }
a { background-color: rgb(165,88,227); }
div.DivClassName
{
background-color: #A558E3;
}
.BgClassName
{
background-color: #A558E3;
}
</style>
border-color css
<style>
span { border-color: #A558E3; }
span { border-color: rgb(165,88,227); }
td.TdClassName
{
border-color: #A558E3;
}
.TagClassName
{
border-color: #A558E3;
}
</style>