Shades of Amethyst #A46ECD
Tints of Amethyst #A46ECD
RGB
CMYK
RGB Variations
Color information
#A46ECD (or 0xA46ECD) is known color: Amethyst. HEX triplet: A4, 6E and CD. RGB value is (164,110,205). Sum of RGB (Red+Green+Blue) = 164+110+205=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A46ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECD is #5B9132. Grayscale: #888888. Windows color (decimal): -6000947 or 13463204. OLE color: 13463204.
HSL color Cylindrical-coordinate representation of color #A46ECD: hue angle of 274.11º degrees, saturation: 0.49, 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 #A46ECD is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 110 | 205 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.20 |
| HSL | 274.11º | 0.49% | 0.62% | - |
| HSV(B) | 274.11º | 0.46% | 0.8% | - |
| XYZ | 31.91 | 23.45 | 60.6 | - |
| YUV | 136.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 205 | 0.2 | 0.46 | 0 | 0.20 | 274.11 | 0.49 | 0.62 |
| Hex | A4 | 6E | CD | 14 | 2E | 0 | 14 | 112 | 31 | 3E |
| Octal | 244 | 156 | 315 | 24 | 56 | 0 | 24 | 422 | 61 | 76 |
| Binary | 10100100 | 1101110 | 11001101 | 10100 | 101110 | 0 | 10100 | 100010010 | 110001 | 111110 |
Color Harmonies of #A46ECD
Complementary color
Monochromatic Colors of #A46ECD
Black with #A46ECD
Text Example
Text Example
White with #A46ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ECD; }
p { color: rgb(164,110,205); }
H1.HeaderClassName
{
color: #A46ECD;
}
.AnyTagClassName
{
color: #A46ECD;
}
</style>
background-color css
<style>
a { background-color: #A46ECD; }
a { background-color: rgb(164,110,205); }
div.DivClassName
{
background-color: #A46ECD;
}
.BgClassName
{
background-color: #A46ECD;
}
</style>
border-color css
<style>
span { border-color: #A46ECD; }
span { border-color: rgb(164,110,205); }
td.TdClassName
{
border-color: #A46ECD;
}
.TagClassName
{
border-color: #A46ECD;
}
</style>