Shades of Amethyst #A46FDC
Tints of Amethyst #A46FDC
RGB
CMYK
RGB Variations
Color information
#A46FDC (or 0xA46FDC) is known color: Amethyst. HEX triplet: A4, 6F and DC. RGB value is (164,111,220). Sum of RGB (Red+Green+Blue) = 164+111+220=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #A46FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FDC is #5B9023. Grayscale: #8A8A8A. Windows color (decimal): -6000676 or 14446500. OLE color: 14446500.
HSL color Cylindrical-coordinate representation of color #A46FDC: hue angle of 269.17º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46FDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 111 | 220 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.14 |
| HSL | 269.17º | 0.61% | 0.65% | - |
| HSV(B) | 269.17º | 0.5% | 0.86% | - |
| XYZ | 33.91 | 24.43 | 70.64 | - |
| YUV | 139.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 220 | 0.25 | 0.50 | 0 | 0.14 | 269.17 | 0.61 | 0.65 |
| Hex | A4 | 6F | DC | 19 | 32 | 0 | E | 10D | 3D | 41 |
| Octal | 244 | 157 | 334 | 31 | 62 | 0 | 16 | 415 | 75 | 101 |
| Binary | 10100100 | 1101111 | 11011100 | 11001 | 110010 | 0 | 1110 | 100001101 | 111101 | 1000001 |
Color Harmonies of #A46FDC
Complementary color
Monochromatic Colors of #A46FDC
Black with #A46FDC
Text Example
Text Example
White with #A46FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FDC; }
p { color: rgb(164,111,220); }
H1.HeaderClassName
{
color: #A46FDC;
}
.AnyTagClassName
{
color: #A46FDC;
}
</style>
background-color css
<style>
a { background-color: #A46FDC; }
a { background-color: rgb(164,111,220); }
div.DivClassName
{
background-color: #A46FDC;
}
.BgClassName
{
background-color: #A46FDC;
}
</style>
border-color css
<style>
span { border-color: #A46FDC; }
span { border-color: rgb(164,111,220); }
td.TdClassName
{
border-color: #A46FDC;
}
.TagClassName
{
border-color: #A46FDC;
}
</style>