Shades of Amethyst #A058CF
Tints of Amethyst #A058CF
RGB
CMYK
RGB Variations
Color information
#A058CF (or 0xA058CF) is known color: Amethyst. HEX triplet: A0, 58 and CF. RGB value is (160,88,207). Sum of RGB (Red+Green+Blue) = 160+88+207=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A058CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058CF is #5FA730. Grayscale: #7A7A7A. Windows color (decimal): -6268721 or 13588640. OLE color: 13588640.
HSL color Cylindrical-coordinate representation of color #A058CF: hue angle of 276.3º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A058CF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 88 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 276.3º | 0.55% | 0.58% | - |
| HSV(B) | 276.3º | 0.57% | 0.81% | - |
| XYZ | 29.25 | 18.96 | 61.15 | - |
| YUV | 123.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 207 | 0.23 | 0.57 | 0 | 0.19 | 276.3 | 0.55 | 0.58 |
| Hex | A0 | 58 | CF | 17 | 39 | 0 | 13 | 114 | 37 | 3A |
| Octal | 240 | 130 | 317 | 27 | 71 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10100000 | 1011000 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #A058CF
Complementary color
Monochromatic Colors of #A058CF
Black with #A058CF
Text Example
Text Example
White with #A058CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058CF; }
p { color: rgb(160,88,207); }
H1.HeaderClassName
{
color: #A058CF;
}
.AnyTagClassName
{
color: #A058CF;
}
</style>
background-color css
<style>
a { background-color: #A058CF; }
a { background-color: rgb(160,88,207); }
div.DivClassName
{
background-color: #A058CF;
}
.BgClassName
{
background-color: #A058CF;
}
</style>
border-color css
<style>
span { border-color: #A058CF; }
span { border-color: rgb(160,88,207); }
td.TdClassName
{
border-color: #A058CF;
}
.TagClassName
{
border-color: #A058CF;
}
</style>