Shades of Amethyst #A46ECC
Tints of Amethyst #A46ECC
RGB
CMYK
RGB Variations
Color information
#A46ECC (or 0xA46ECC) is known color: Amethyst. HEX triplet: A4, 6E and CC. RGB value is (164,110,204). Sum of RGB (Red+Green+Blue) = 164+110+204=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A46ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECC is #5B9133. Grayscale: #888888. Windows color (decimal): -6000948 or 13397668. OLE color: 13397668.
HSL color Cylindrical-coordinate representation of color #A46ECC: hue angle of 274.47º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46ECC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 110 | 204 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.2 |
| HSL | 274.47º | 0.48% | 0.62% | - |
| HSV(B) | 274.47º | 0.46% | 0.8% | - |
| XYZ | 31.78 | 23.4 | 59.97 | - |
| YUV | 136.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 204 | 0.20 | 0.46 | 0 | 0.2 | 274.47 | 0.48 | 0.62 |
| Hex | A4 | 6E | CC | 14 | 2E | 0 | 14 | 112 | 30 | 3E |
| Octal | 244 | 156 | 314 | 24 | 56 | 0 | 24 | 422 | 60 | 76 |
| Binary | 10100100 | 1101110 | 11001100 | 10100 | 101110 | 0 | 10100 | 100010010 | 110000 | 111110 |
Color Harmonies of #A46ECC
Complementary color
Monochromatic Colors of #A46ECC
Black with #A46ECC
Text Example
Text Example
White with #A46ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ECC; }
p { color: rgb(164,110,204); }
H1.HeaderClassName
{
color: #A46ECC;
}
.AnyTagClassName
{
color: #A46ECC;
}
</style>
background-color css
<style>
a { background-color: #A46ECC; }
a { background-color: rgb(164,110,204); }
div.DivClassName
{
background-color: #A46ECC;
}
.BgClassName
{
background-color: #A46ECC;
}
</style>
border-color css
<style>
span { border-color: #A46ECC; }
span { border-color: rgb(164,110,204); }
td.TdClassName
{
border-color: #A46ECC;
}
.TagClassName
{
border-color: #A46ECC;
}
</style>