Shades of Amethyst #A46ACF
Tints of Amethyst #A46ACF
RGB
CMYK
RGB Variations
Color information
#A46ACF (or 0xA46ACF) is known color: Amethyst. HEX triplet: A4, 6A and CF. RGB value is (164,106,207). Sum of RGB (Red+Green+Blue) = 164+106+207=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ACF is #5B9530. Grayscale: #868686. Windows color (decimal): -6001969 or 13593252. OLE color: 13593252.
HSL color Cylindrical-coordinate representation of color #A46ACF: hue angle of 274.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46ACF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 106 | 207 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.19 |
| HSL | 274.46º | 0.51% | 0.61% | - |
| HSV(B) | 274.46º | 0.49% | 0.81% | - |
| XYZ | 31.73 | 22.71 | 61.74 | - |
| YUV | 134.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 207 | 0.21 | 0.49 | 0 | 0.19 | 274.46 | 0.51 | 0.61 |
| Hex | A4 | 6A | CF | 15 | 31 | 0 | 13 | 112 | 33 | 3D |
| Octal | 244 | 152 | 317 | 25 | 61 | 0 | 23 | 422 | 63 | 75 |
| Binary | 10100100 | 1101010 | 11001111 | 10101 | 110001 | 0 | 10011 | 100010010 | 110011 | 111101 |
Color Harmonies of #A46ACF
Complementary color
Monochromatic Colors of #A46ACF
Black with #A46ACF
Text Example
Text Example
White with #A46ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ACF; }
p { color: rgb(164,106,207); }
H1.HeaderClassName
{
color: #A46ACF;
}
.AnyTagClassName
{
color: #A46ACF;
}
</style>
background-color css
<style>
a { background-color: #A46ACF; }
a { background-color: rgb(164,106,207); }
div.DivClassName
{
background-color: #A46ACF;
}
.BgClassName
{
background-color: #A46ACF;
}
</style>
border-color css
<style>
span { border-color: #A46ACF; }
span { border-color: rgb(164,106,207); }
td.TdClassName
{
border-color: #A46ACF;
}
.TagClassName
{
border-color: #A46ACF;
}
</style>