Shades of Amethyst #A058D9
Tints of Amethyst #A058D9
RGB
CMYK
RGB Variations
Color information
#A058D9 (or 0xA058D9) is known color: Amethyst. HEX triplet: A0, 58 and D9. RGB value is (160,88,217). Sum of RGB (Red+Green+Blue) = 160+88+217=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #A058D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058D9 is #5FA726. Grayscale: #7B7B7B. Windows color (decimal): -6268711 or 14244000. OLE color: 14244000.
HSL color Cylindrical-coordinate representation of color #A058D9: hue angle of 273.49º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A058D9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 88 | 217 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.15 |
| HSL | 273.49º | 0.63% | 0.6% | - |
| HSV(B) | 273.49º | 0.59% | 0.85% | - |
| XYZ | 30.51 | 19.46 | 67.79 | - |
| YUV | 124.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 217 | 0.26 | 0.59 | 0 | 0.15 | 273.49 | 0.63 | 0.6 |
| Hex | A0 | 58 | D9 | 1A | 3B | 0 | F | 111 | 3F | 3C |
| Octal | 240 | 130 | 331 | 32 | 73 | 0 | 17 | 421 | 77 | 74 |
| Binary | 10100000 | 1011000 | 11011001 | 11010 | 111011 | 0 | 1111 | 100010001 | 111111 | 111100 |
Color Harmonies of #A058D9
Complementary color
Monochromatic Colors of #A058D9
Black with #A058D9
Text Example
Text Example
White with #A058D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058D9; }
p { color: rgb(160,88,217); }
H1.HeaderClassName
{
color: #A058D9;
}
.AnyTagClassName
{
color: #A058D9;
}
</style>
background-color css
<style>
a { background-color: #A058D9; }
a { background-color: rgb(160,88,217); }
div.DivClassName
{
background-color: #A058D9;
}
.BgClassName
{
background-color: #A058D9;
}
</style>
border-color css
<style>
span { border-color: #A058D9; }
span { border-color: rgb(160,88,217); }
td.TdClassName
{
border-color: #A058D9;
}
.TagClassName
{
border-color: #A058D9;
}
</style>