Shades of Amethyst #A673C2
Tints of Amethyst #A673C2
RGB
CMYK
RGB Variations
Color information
#A673C2 (or 0xA673C2) is known color: Amethyst. HEX triplet: A6, 73 and C2. RGB value is (166,115,194). Sum of RGB (Red+Green+Blue) = 166+115+194=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #A673C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673C2 is #598C3D. Grayscale: #8A8A8A. Windows color (decimal): -5868606 or 12743590. OLE color: 12743590.
HSL color Cylindrical-coordinate representation of color #A673C2: hue angle of 278.73º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A673C2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 115 | 194 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.24 |
| HSL | 278.73º | 0.39% | 0.61% | - |
| HSV(B) | 278.73º | 0.41% | 0.76% | - |
| XYZ | 31.59 | 24.26 | 54.06 | - |
| YUV | 139.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 194 | 0.14 | 0.41 | 0 | 0.24 | 278.73 | 0.39 | 0.61 |
| Hex | A6 | 73 | C2 | E | 29 | 0 | 18 | 117 | 27 | 3D |
| Octal | 246 | 163 | 302 | 16 | 51 | 0 | 30 | 427 | 47 | 75 |
| Binary | 10100110 | 1110011 | 11000010 | 1110 | 101001 | 0 | 11000 | 100010111 | 100111 | 111101 |
Color Harmonies of #A673C2
Complementary color
Monochromatic Colors of #A673C2
Black with #A673C2
Text Example
Text Example
White with #A673C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673C2; }
p { color: rgb(166,115,194); }
H1.HeaderClassName
{
color: #A673C2;
}
.AnyTagClassName
{
color: #A673C2;
}
</style>
background-color css
<style>
a { background-color: #A673C2; }
a { background-color: rgb(166,115,194); }
div.DivClassName
{
background-color: #A673C2;
}
.BgClassName
{
background-color: #A673C2;
}
</style>
border-color css
<style>
span { border-color: #A673C2; }
span { border-color: rgb(166,115,194); }
td.TdClassName
{
border-color: #A673C2;
}
.TagClassName
{
border-color: #A673C2;
}
</style>