Shades of Amethyst #A671D1
Tints of Amethyst #A671D1
RGB
CMYK
RGB Variations
Color information
#A671D1 (or 0xA671D1) is known color: Amethyst. HEX triplet: A6, 71 and D1. RGB value is (166,113,209). Sum of RGB (Red+Green+Blue) = 166+113+209=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #A671D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671D1 is #598E2E. Grayscale: #8B8B8B. Windows color (decimal): -5869103 or 13726118. OLE color: 13726118.
HSL color Cylindrical-coordinate representation of color #A671D1: hue angle of 273.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A671D1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 113 | 209 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.18 |
| HSL | 273.13º | 0.51% | 0.63% | - |
| HSV(B) | 273.13º | 0.46% | 0.82% | - |
| XYZ | 33.14 | 24.52 | 63.31 | - |
| YUV | 139.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 209 | 0.21 | 0.46 | 0 | 0.18 | 273.13 | 0.51 | 0.63 |
| Hex | A6 | 71 | D1 | 15 | 2E | 0 | 12 | 111 | 33 | 3F |
| Octal | 246 | 161 | 321 | 25 | 56 | 0 | 22 | 421 | 63 | 77 |
| Binary | 10100110 | 1110001 | 11010001 | 10101 | 101110 | 0 | 10010 | 100010001 | 110011 | 111111 |
Color Harmonies of #A671D1
Complementary color
Monochromatic Colors of #A671D1
Black with #A671D1
Text Example
Text Example
White with #A671D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671D1; }
p { color: rgb(166,113,209); }
H1.HeaderClassName
{
color: #A671D1;
}
.AnyTagClassName
{
color: #A671D1;
}
</style>
background-color css
<style>
a { background-color: #A671D1; }
a { background-color: rgb(166,113,209); }
div.DivClassName
{
background-color: #A671D1;
}
.BgClassName
{
background-color: #A671D1;
}
</style>
border-color css
<style>
span { border-color: #A671D1; }
span { border-color: rgb(166,113,209); }
td.TdClassName
{
border-color: #A671D1;
}
.TagClassName
{
border-color: #A671D1;
}
</style>