Shades of Amethyst #A979CF
Tints of Amethyst #A979CF
RGB
CMYK
RGB Variations
Color information
#A979CF (or 0xA979CF) is known color: Amethyst. HEX triplet: A9, 79 and CF. RGB value is (169,121,207). Sum of RGB (Red+Green+Blue) = 169+121+207=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A979CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979CF is #568630. Grayscale: #909090. Windows color (decimal): -5670449 or 13597097. OLE color: 13597097.
HSL color Cylindrical-coordinate representation of color #A979CF: hue angle of 273.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A979CF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 121 | 207 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.19 |
| HSL | 273.49º | 0.47% | 0.64% | - |
| HSV(B) | 273.49º | 0.42% | 0.81% | - |
| XYZ | 34.46 | 26.61 | 62.35 | - |
| YUV | 145.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 207 | 0.18 | 0.42 | 0 | 0.19 | 273.49 | 0.47 | 0.64 |
| Hex | A9 | 79 | CF | 12 | 2A | 0 | 13 | 111 | 2F | 40 |
| Octal | 251 | 171 | 317 | 22 | 52 | 0 | 23 | 421 | 57 | 100 |
| Binary | 10101001 | 1111001 | 11001111 | 10010 | 101010 | 0 | 10011 | 100010001 | 101111 | 1000000 |
Color Harmonies of #A979CF
Complementary color
Monochromatic Colors of #A979CF
Black with #A979CF
Text Example
Text Example
White with #A979CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979CF; }
p { color: rgb(169,121,207); }
H1.HeaderClassName
{
color: #A979CF;
}
.AnyTagClassName
{
color: #A979CF;
}
</style>
background-color css
<style>
a { background-color: #A979CF; }
a { background-color: rgb(169,121,207); }
div.DivClassName
{
background-color: #A979CF;
}
.BgClassName
{
background-color: #A979CF;
}
</style>
border-color css
<style>
span { border-color: #A979CF; }
span { border-color: rgb(169,121,207); }
td.TdClassName
{
border-color: #A979CF;
}
.TagClassName
{
border-color: #A979CF;
}
</style>