Shades of Amethyst #A879CF
Tints of Amethyst #A879CF
RGB
CMYK
RGB Variations
Color information
#A879CF (or 0xA879CF) is known color: Amethyst. HEX triplet: A8, 79 and CF. RGB value is (168,121,207). Sum of RGB (Red+Green+Blue) = 168+121+207=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A879CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879CF is #578630. Grayscale: #909090. Windows color (decimal): -5735985 or 13597096. OLE color: 13597096.
HSL color Cylindrical-coordinate representation of color #A879CF: hue angle of 272.79º 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 #A879CF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 121 | 207 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.19 |
| HSL | 272.79º | 0.47% | 0.64% | - |
| HSV(B) | 272.79º | 0.42% | 0.81% | - |
| XYZ | 34.25 | 26.5 | 62.34 | - |
| YUV | 144.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 207 | 0.19 | 0.42 | 0 | 0.19 | 272.79 | 0.47 | 0.64 |
| Hex | A8 | 79 | CF | 13 | 2A | 0 | 13 | 111 | 2F | 40 |
| Octal | 250 | 171 | 317 | 23 | 52 | 0 | 23 | 421 | 57 | 100 |
| Binary | 10101000 | 1111001 | 11001111 | 10011 | 101010 | 0 | 10011 | 100010001 | 101111 | 1000000 |
Color Harmonies of #A879CF
Complementary color
Monochromatic Colors of #A879CF
Black with #A879CF
Text Example
Text Example
White with #A879CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879CF; }
p { color: rgb(168,121,207); }
H1.HeaderClassName
{
color: #A879CF;
}
.AnyTagClassName
{
color: #A879CF;
}
</style>
background-color css
<style>
a { background-color: #A879CF; }
a { background-color: rgb(168,121,207); }
div.DivClassName
{
background-color: #A879CF;
}
.BgClassName
{
background-color: #A879CF;
}
</style>
border-color css
<style>
span { border-color: #A879CF; }
span { border-color: rgb(168,121,207); }
td.TdClassName
{
border-color: #A879CF;
}
.TagClassName
{
border-color: #A879CF;
}
</style>