Shades of Amethyst #A46BDD
Tints of Amethyst #A46BDD
RGB
CMYK
RGB Variations
Color information
#A46BDD (or 0xA46BDD) is known color: Amethyst. HEX triplet: A4, 6B and DD. RGB value is (164,107,221). Sum of RGB (Red+Green+Blue) = 164+107+221=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A46BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BDD is #5B9422. Grayscale: #888888. Windows color (decimal): -6001699 or 14511012. OLE color: 14511012.
HSL color Cylindrical-coordinate representation of color #A46BDD: hue angle of 270º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46BDD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 107 | 221 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.13 |
| HSL | 270º | 0.63% | 0.64% | - |
| HSV(B) | 270º | 0.52% | 0.87% | - |
| XYZ | 33.62 | 23.63 | 71.2 | - |
| YUV | 137.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 221 | 0.26 | 0.52 | 0 | 0.13 | 270 | 0.63 | 0.64 |
| Hex | A4 | 6B | DD | 1A | 34 | 0 | D | 10E | 3F | 40 |
| Octal | 244 | 153 | 335 | 32 | 64 | 0 | 15 | 416 | 77 | 100 |
| Binary | 10100100 | 1101011 | 11011101 | 11010 | 110100 | 0 | 1101 | 100001110 | 111111 | 1000000 |
Color Harmonies of #A46BDD
Complementary color
Monochromatic Colors of #A46BDD
Black with #A46BDD
Text Example
Text Example
White with #A46BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BDD; }
p { color: rgb(164,107,221); }
H1.HeaderClassName
{
color: #A46BDD;
}
.AnyTagClassName
{
color: #A46BDD;
}
</style>
background-color css
<style>
a { background-color: #A46BDD; }
a { background-color: rgb(164,107,221); }
div.DivClassName
{
background-color: #A46BDD;
}
.BgClassName
{
background-color: #A46BDD;
}
</style>
border-color css
<style>
span { border-color: #A46BDD; }
span { border-color: rgb(164,107,221); }
td.TdClassName
{
border-color: #A46BDD;
}
.TagClassName
{
border-color: #A46BDD;
}
</style>