Shades of Amethyst #A46CDA
Tints of Amethyst #A46CDA
RGB
CMYK
RGB Variations
Color information
#A46CDA (or 0xA46CDA) is known color: Amethyst. HEX triplet: A4, 6C and DA. RGB value is (164,108,218). Sum of RGB (Red+Green+Blue) = 164+108+218=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A46CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CDA is #5B9325. Grayscale: #888888. Windows color (decimal): -6001446 or 14314660. OLE color: 14314660.
HSL color Cylindrical-coordinate representation of color #A46CDA: hue angle of 270.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46CDA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 108 | 218 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.15 |
| HSL | 270.55º | 0.6% | 0.64% | - |
| HSV(B) | 270.55º | 0.5% | 0.85% | - |
| XYZ | 33.33 | 23.68 | 69.14 | - |
| YUV | 137.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 218 | 0.25 | 0.50 | 0 | 0.15 | 270.55 | 0.6 | 0.64 |
| Hex | A4 | 6C | DA | 19 | 32 | 0 | F | 10F | 3C | 40 |
| Octal | 244 | 154 | 332 | 31 | 62 | 0 | 17 | 417 | 74 | 100 |
| Binary | 10100100 | 1101100 | 11011010 | 11001 | 110010 | 0 | 1111 | 100001111 | 111100 | 1000000 |
Color Harmonies of #A46CDA
Complementary color
Monochromatic Colors of #A46CDA
Black with #A46CDA
Text Example
Text Example
White with #A46CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CDA; }
p { color: rgb(164,108,218); }
H1.HeaderClassName
{
color: #A46CDA;
}
.AnyTagClassName
{
color: #A46CDA;
}
</style>
background-color css
<style>
a { background-color: #A46CDA; }
a { background-color: rgb(164,108,218); }
div.DivClassName
{
background-color: #A46CDA;
}
.BgClassName
{
background-color: #A46CDA;
}
</style>
border-color css
<style>
span { border-color: #A46CDA; }
span { border-color: rgb(164,108,218); }
td.TdClassName
{
border-color: #A46CDA;
}
.TagClassName
{
border-color: #A46CDA;
}
</style>