Shades of Amethyst #A46CDC
Tints of Amethyst #A46CDC
RGB
CMYK
RGB Variations
Color information
#A46CDC (or 0xA46CDC) is known color: Amethyst. HEX triplet: A4, 6C and DC. RGB value is (164,108,220). Sum of RGB (Red+Green+Blue) = 164+108+220=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A46CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CDC is #5B9323. Grayscale: #898989. Windows color (decimal): -6001444 or 14445732. OLE color: 14445732.
HSL color Cylindrical-coordinate representation of color #A46CDC: hue angle of 270º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46CDC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 108 | 220 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.14 |
| HSL | 270º | 0.62% | 0.64% | - |
| HSV(B) | 270º | 0.51% | 0.86% | - |
| XYZ | 33.59 | 23.78 | 70.53 | - |
| YUV | 137.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 220 | 0.25 | 0.51 | 0 | 0.14 | 270 | 0.62 | 0.64 |
| Hex | A4 | 6C | DC | 19 | 33 | 0 | E | 10E | 3E | 40 |
| Octal | 244 | 154 | 334 | 31 | 63 | 0 | 16 | 416 | 76 | 100 |
| Binary | 10100100 | 1101100 | 11011100 | 11001 | 110011 | 0 | 1110 | 100001110 | 111110 | 1000000 |
Color Harmonies of #A46CDC
Complementary color
Monochromatic Colors of #A46CDC
Black with #A46CDC
Text Example
Text Example
White with #A46CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CDC; }
p { color: rgb(164,108,220); }
H1.HeaderClassName
{
color: #A46CDC;
}
.AnyTagClassName
{
color: #A46CDC;
}
</style>
background-color css
<style>
a { background-color: #A46CDC; }
a { background-color: rgb(164,108,220); }
div.DivClassName
{
background-color: #A46CDC;
}
.BgClassName
{
background-color: #A46CDC;
}
</style>
border-color css
<style>
span { border-color: #A46CDC; }
span { border-color: rgb(164,108,220); }
td.TdClassName
{
border-color: #A46CDC;
}
.TagClassName
{
border-color: #A46CDC;
}
</style>