Shades of Amethyst #A679CD
Tints of Amethyst #A679CD
RGB
CMYK
RGB Variations
Color information
#A679CD (or 0xA679CD) is known color: Amethyst. HEX triplet: A6, 79 and CD. RGB value is (166,121,205). Sum of RGB (Red+Green+Blue) = 166+121+205=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A679CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679CD is #598632. Grayscale: #8F8F8F. Windows color (decimal): -5867059 or 13466022. OLE color: 13466022.
HSL color Cylindrical-coordinate representation of color #A679CD: hue angle of 272.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A679CD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 121 | 205 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.20 |
| HSL | 272.14º | 0.46% | 0.64% | - |
| HSV(B) | 272.14º | 0.41% | 0.8% | - |
| XYZ | 33.58 | 26.19 | 61.04 | - |
| YUV | 144.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 205 | 0.19 | 0.41 | 0 | 0.20 | 272.14 | 0.46 | 0.64 |
| Hex | A6 | 79 | CD | 13 | 29 | 0 | 14 | 110 | 2E | 40 |
| Octal | 246 | 171 | 315 | 23 | 51 | 0 | 24 | 420 | 56 | 100 |
| Binary | 10100110 | 1111001 | 11001101 | 10011 | 101001 | 0 | 10100 | 100010000 | 101110 | 1000000 |
Color Harmonies of #A679CD
Complementary color
Monochromatic Colors of #A679CD
Black with #A679CD
Text Example
Text Example
White with #A679CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679CD; }
p { color: rgb(166,121,205); }
H1.HeaderClassName
{
color: #A679CD;
}
.AnyTagClassName
{
color: #A679CD;
}
</style>
background-color css
<style>
a { background-color: #A679CD; }
a { background-color: rgb(166,121,205); }
div.DivClassName
{
background-color: #A679CD;
}
.BgClassName
{
background-color: #A679CD;
}
</style>
border-color css
<style>
span { border-color: #A679CD; }
span { border-color: rgb(166,121,205); }
td.TdClassName
{
border-color: #A679CD;
}
.TagClassName
{
border-color: #A679CD;
}
</style>