Shades of Amethyst #A479CF
Tints of Amethyst #A479CF
RGB
CMYK
RGB Variations
Color information
#A479CF (or 0xA479CF) is known color: Amethyst. HEX triplet: A4, 79 and CF. RGB value is (164,121,207). Sum of RGB (Red+Green+Blue) = 164+121+207=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A479CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479CF is #5B8630. Grayscale: #8F8F8F. Windows color (decimal): -5998129 or 13597092. OLE color: 13597092.
HSL color Cylindrical-coordinate representation of color #A479CF: hue angle of 270º 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 #A479CF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 121 | 207 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.19 |
| HSL | 270º | 0.47% | 0.64% | - |
| HSV(B) | 270º | 0.42% | 0.81% | - |
| XYZ | 33.41 | 26.07 | 62.3 | - |
| YUV | 143.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 207 | 0.21 | 0.42 | 0 | 0.19 | 270 | 0.47 | 0.64 |
| Hex | A4 | 79 | CF | 15 | 2A | 0 | 13 | 10E | 2F | 40 |
| Octal | 244 | 171 | 317 | 25 | 52 | 0 | 23 | 416 | 57 | 100 |
| Binary | 10100100 | 1111001 | 11001111 | 10101 | 101010 | 0 | 10011 | 100001110 | 101111 | 1000000 |
Color Harmonies of #A479CF
Complementary color
Monochromatic Colors of #A479CF
Black with #A479CF
Text Example
Text Example
White with #A479CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479CF; }
p { color: rgb(164,121,207); }
H1.HeaderClassName
{
color: #A479CF;
}
.AnyTagClassName
{
color: #A479CF;
}
</style>
background-color css
<style>
a { background-color: #A479CF; }
a { background-color: rgb(164,121,207); }
div.DivClassName
{
background-color: #A479CF;
}
.BgClassName
{
background-color: #A479CF;
}
</style>
border-color css
<style>
span { border-color: #A479CF; }
span { border-color: rgb(164,121,207); }
td.TdClassName
{
border-color: #A479CF;
}
.TagClassName
{
border-color: #A479CF;
}
</style>