Shades of Amethyst #A358CF
Tints of Amethyst #A358CF
RGB
CMYK
RGB Variations
Color information
#A358CF (or 0xA358CF) is known color: Amethyst. HEX triplet: A3, 58 and CF. RGB value is (163,88,207). Sum of RGB (Red+Green+Blue) = 163+88+207=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A358CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358CF is #5CA730. Grayscale: #7B7B7B. Windows color (decimal): -6072113 or 13588643. OLE color: 13588643.
HSL color Cylindrical-coordinate representation of color #A358CF: hue angle of 277.82º 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 #A358CF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 88 | 207 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 277.82º | 0.55% | 0.58% | - |
| HSV(B) | 277.82º | 0.57% | 0.81% | - |
| XYZ | 29.86 | 19.27 | 61.18 | - |
| YUV | 123.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 207 | 0.21 | 0.57 | 0 | 0.19 | 277.82 | 0.55 | 0.58 |
| Hex | A3 | 58 | CF | 15 | 39 | 0 | 13 | 116 | 37 | 3A |
| Octal | 243 | 130 | 317 | 25 | 71 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100011 | 1011000 | 11001111 | 10101 | 111001 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A358CF
Complementary color
Monochromatic Colors of #A358CF
Black with #A358CF
Text Example
Text Example
White with #A358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358CF; }
p { color: rgb(163,88,207); }
H1.HeaderClassName
{
color: #A358CF;
}
.AnyTagClassName
{
color: #A358CF;
}
</style>
background-color css
<style>
a { background-color: #A358CF; }
a { background-color: rgb(163,88,207); }
div.DivClassName
{
background-color: #A358CF;
}
.BgClassName
{
background-color: #A358CF;
}
</style>
border-color css
<style>
span { border-color: #A358CF; }
span { border-color: rgb(163,88,207); }
td.TdClassName
{
border-color: #A358CF;
}
.TagClassName
{
border-color: #A358CF;
}
</style>