Shades of Amethyst #A673D7
Tints of Amethyst #A673D7
RGB
CMYK
RGB Variations
Color information
#A673D7 (or 0xA673D7) is known color: Amethyst. HEX triplet: A6, 73 and D7. RGB value is (166,115,215). Sum of RGB (Red+Green+Blue) = 166+115+215=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #A673D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673D7 is #598C28. Grayscale: #8D8D8D. Windows color (decimal): -5868585 or 14119846. OLE color: 14119846.
HSL color Cylindrical-coordinate representation of color #A673D7: hue angle of 270.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A673D7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 115 | 215 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.16 |
| HSL | 270.6º | 0.56% | 0.65% | - |
| HSV(B) | 270.6º | 0.47% | 0.84% | - |
| XYZ | 34.12 | 25.27 | 67.37 | - |
| YUV | 141.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 215 | 0.23 | 0.47 | 0 | 0.16 | 270.6 | 0.56 | 0.65 |
| Hex | A6 | 73 | D7 | 17 | 2F | 0 | 10 | 10F | 38 | 41 |
| Octal | 246 | 163 | 327 | 27 | 57 | 0 | 20 | 417 | 70 | 101 |
| Binary | 10100110 | 1110011 | 11010111 | 10111 | 101111 | 0 | 10000 | 100001111 | 111000 | 1000001 |
Color Harmonies of #A673D7
Complementary color
Monochromatic Colors of #A673D7
Black with #A673D7
Text Example
Text Example
White with #A673D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673D7; }
p { color: rgb(166,115,215); }
H1.HeaderClassName
{
color: #A673D7;
}
.AnyTagClassName
{
color: #A673D7;
}
</style>
background-color css
<style>
a { background-color: #A673D7; }
a { background-color: rgb(166,115,215); }
div.DivClassName
{
background-color: #A673D7;
}
.BgClassName
{
background-color: #A673D7;
}
</style>
border-color css
<style>
span { border-color: #A673D7; }
span { border-color: rgb(166,115,215); }
td.TdClassName
{
border-color: #A673D7;
}
.TagClassName
{
border-color: #A673D7;
}
</style>