Shades of Amethyst #A46AC0
Tints of Amethyst #A46AC0
RGB
CMYK
RGB Variations
Color information
#A46AC0 (or 0xA46AC0) is known color: Amethyst. HEX triplet: A4, 6A and C0. RGB value is (164,106,192). Sum of RGB (Red+Green+Blue) = 164+106+192=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #A46AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46AC0 is #5B953F. Grayscale: #848484. Windows color (decimal): -6001984 or 12610212. OLE color: 12610212.
HSL color Cylindrical-coordinate representation of color #A46AC0: hue angle of 280.47º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A46AC0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 106 | 192 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.25 |
| HSL | 280.47º | 0.41% | 0.58% | - |
| HSV(B) | 280.47º | 0.45% | 0.75% | - |
| XYZ | 29.98 | 22.01 | 52.54 | - |
| YUV | 133.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 192 | 0.15 | 0.45 | 0 | 0.25 | 280.47 | 0.41 | 0.58 |
| Hex | A4 | 6A | C0 | F | 2D | 0 | 19 | 118 | 29 | 3A |
| Octal | 244 | 152 | 300 | 17 | 55 | 0 | 31 | 430 | 51 | 72 |
| Binary | 10100100 | 1101010 | 11000000 | 1111 | 101101 | 0 | 11001 | 100011000 | 101001 | 111010 |
Color Harmonies of #A46AC0
Complementary color
Monochromatic Colors of #A46AC0
Black with #A46AC0
Text Example
Text Example
White with #A46AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46AC0; }
p { color: rgb(164,106,192); }
H1.HeaderClassName
{
color: #A46AC0;
}
.AnyTagClassName
{
color: #A46AC0;
}
</style>
background-color css
<style>
a { background-color: #A46AC0; }
a { background-color: rgb(164,106,192); }
div.DivClassName
{
background-color: #A46AC0;
}
.BgClassName
{
background-color: #A46AC0;
}
</style>
border-color css
<style>
span { border-color: #A46AC0; }
span { border-color: rgb(164,106,192); }
td.TdClassName
{
border-color: #A46AC0;
}
.TagClassName
{
border-color: #A46AC0;
}
</style>