Shades of Amethyst #A672C1
Tints of Amethyst #A672C1
RGB
CMYK
RGB Variations
Color information
#A672C1 (or 0xA672C1) is known color: Amethyst. HEX triplet: A6, 72 and C1. RGB value is (166,114,193). Sum of RGB (Red+Green+Blue) = 166+114+193=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #A672C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672C1 is #598D3E. Grayscale: #8A8A8A. Windows color (decimal): -5868863 or 12677798. OLE color: 12677798.
HSL color Cylindrical-coordinate representation of color #A672C1: hue angle of 279.49º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A672C1 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 114 | 193 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.24 |
| HSL | 279.49º | 0.39% | 0.6% | - |
| HSV(B) | 279.49º | 0.41% | 0.76% | - |
| XYZ | 31.37 | 23.99 | 53.43 | - |
| YUV | 138.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 193 | 0.14 | 0.41 | 0 | 0.24 | 279.49 | 0.39 | 0.6 |
| Hex | A6 | 72 | C1 | E | 29 | 0 | 18 | 117 | 27 | 3C |
| Octal | 246 | 162 | 301 | 16 | 51 | 0 | 30 | 427 | 47 | 74 |
| Binary | 10100110 | 1110010 | 11000001 | 1110 | 101001 | 0 | 11000 | 100010111 | 100111 | 111100 |
Color Harmonies of #A672C1
Complementary color
Monochromatic Colors of #A672C1
Black with #A672C1
Text Example
Text Example
White with #A672C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672C1; }
p { color: rgb(166,114,193); }
H1.HeaderClassName
{
color: #A672C1;
}
.AnyTagClassName
{
color: #A672C1;
}
</style>
background-color css
<style>
a { background-color: #A672C1; }
a { background-color: rgb(166,114,193); }
div.DivClassName
{
background-color: #A672C1;
}
.BgClassName
{
background-color: #A672C1;
}
</style>
border-color css
<style>
span { border-color: #A672C1; }
span { border-color: rgb(166,114,193); }
td.TdClassName
{
border-color: #A672C1;
}
.TagClassName
{
border-color: #A672C1;
}
</style>