Shades of Amethyst #A46BDF
Tints of Amethyst #A46BDF
RGB
CMYK
RGB Variations
Color information
#A46BDF (or 0xA46BDF) is known color: Amethyst. HEX triplet: A4, 6B and DF. RGB value is (164,107,223). Sum of RGB (Red+Green+Blue) = 164+107+223=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A46BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BDF is #5B9420. Grayscale: #888888. Windows color (decimal): -6001697 or 14642084. OLE color: 14642084.
HSL color Cylindrical-coordinate representation of color #A46BDF: hue angle of 269.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46BDF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 107 | 223 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.13 |
| HSL | 269.48º | 0.64% | 0.65% | - |
| HSV(B) | 269.48º | 0.52% | 0.87% | - |
| XYZ | 33.89 | 23.74 | 72.61 | - |
| YUV | 137.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 223 | 0.26 | 0.52 | 0 | 0.13 | 269.48 | 0.64 | 0.65 |
| Hex | A4 | 6B | DF | 1A | 34 | 0 | D | 10D | 40 | 41 |
| Octal | 244 | 153 | 337 | 32 | 64 | 0 | 15 | 415 | 100 | 101 |
| Binary | 10100100 | 1101011 | 11011111 | 11010 | 110100 | 0 | 1101 | 100001101 | 1000000 | 1000001 |
Color Harmonies of #A46BDF
Complementary color
Monochromatic Colors of #A46BDF
Black with #A46BDF
Text Example
Text Example
White with #A46BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BDF; }
p { color: rgb(164,107,223); }
H1.HeaderClassName
{
color: #A46BDF;
}
.AnyTagClassName
{
color: #A46BDF;
}
</style>
background-color css
<style>
a { background-color: #A46BDF; }
a { background-color: rgb(164,107,223); }
div.DivClassName
{
background-color: #A46BDF;
}
.BgClassName
{
background-color: #A46BDF;
}
</style>
border-color css
<style>
span { border-color: #A46BDF; }
span { border-color: rgb(164,107,223); }
td.TdClassName
{
border-color: #A46BDF;
}
.TagClassName
{
border-color: #A46BDF;
}
</style>