Shades of Amethyst #A673D2
Tints of Amethyst #A673D2
RGB
CMYK
RGB Variations
Color information
#A673D2 (or 0xA673D2) is known color: Amethyst. HEX triplet: A6, 73 and D2. RGB value is (166,115,210). Sum of RGB (Red+Green+Blue) = 166+115+210=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #A673D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673D2 is #598C2D. Grayscale: #8C8C8C. Windows color (decimal): -5868590 or 13792166. OLE color: 13792166.
HSL color Cylindrical-coordinate representation of color #A673D2: hue angle of 272.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A673D2 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 115 | 210 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.18 |
| HSL | 272.21º | 0.51% | 0.64% | - |
| HSV(B) | 272.21º | 0.45% | 0.82% | - |
| XYZ | 33.49 | 25.02 | 64.04 | - |
| YUV | 141.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 210 | 0.21 | 0.45 | 0 | 0.18 | 272.21 | 0.51 | 0.64 |
| Hex | A6 | 73 | D2 | 15 | 2D | 0 | 12 | 110 | 33 | 40 |
| Octal | 246 | 163 | 322 | 25 | 55 | 0 | 22 | 420 | 63 | 100 |
| Binary | 10100110 | 1110011 | 11010010 | 10101 | 101101 | 0 | 10010 | 100010000 | 110011 | 1000000 |
Color Harmonies of #A673D2
Complementary color
Monochromatic Colors of #A673D2
Black with #A673D2
Text Example
Text Example
White with #A673D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673D2; }
p { color: rgb(166,115,210); }
H1.HeaderClassName
{
color: #A673D2;
}
.AnyTagClassName
{
color: #A673D2;
}
</style>
background-color css
<style>
a { background-color: #A673D2; }
a { background-color: rgb(166,115,210); }
div.DivClassName
{
background-color: #A673D2;
}
.BgClassName
{
background-color: #A673D2;
}
</style>
border-color css
<style>
span { border-color: #A673D2; }
span { border-color: rgb(166,115,210); }
td.TdClassName
{
border-color: #A673D2;
}
.TagClassName
{
border-color: #A673D2;
}
</style>