Shades of Amethyst #A67ACF
Tints of Amethyst #A67ACF
RGB
CMYK
RGB Variations
Color information
#A67ACF (or 0xA67ACF) is known color: Amethyst. HEX triplet: A6, 7A and CF. RGB value is (166,122,207). Sum of RGB (Red+Green+Blue) = 166+122+207=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #A67ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ACF is #598530. Grayscale: #909090. Windows color (decimal): -5866801 or 13597350. OLE color: 13597350.
HSL color Cylindrical-coordinate representation of color #A67ACF: hue angle of 271.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67ACF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 122 | 207 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.19 |
| HSL | 271.06º | 0.47% | 0.65% | - |
| HSV(B) | 271.06º | 0.41% | 0.81% | - |
| XYZ | 33.95 | 26.53 | 62.36 | - |
| YUV | 144.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 207 | 0.20 | 0.41 | 0 | 0.19 | 271.06 | 0.47 | 0.65 |
| Hex | A6 | 7A | CF | 14 | 29 | 0 | 13 | 10F | 2F | 41 |
| Octal | 246 | 172 | 317 | 24 | 51 | 0 | 23 | 417 | 57 | 101 |
| Binary | 10100110 | 1111010 | 11001111 | 10100 | 101001 | 0 | 10011 | 100001111 | 101111 | 1000001 |
Color Harmonies of #A67ACF
Complementary color
Monochromatic Colors of #A67ACF
Black with #A67ACF
Text Example
Text Example
White with #A67ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ACF; }
p { color: rgb(166,122,207); }
H1.HeaderClassName
{
color: #A67ACF;
}
.AnyTagClassName
{
color: #A67ACF;
}
</style>
background-color css
<style>
a { background-color: #A67ACF; }
a { background-color: rgb(166,122,207); }
div.DivClassName
{
background-color: #A67ACF;
}
.BgClassName
{
background-color: #A67ACF;
}
</style>
border-color css
<style>
span { border-color: #A67ACF; }
span { border-color: rgb(166,122,207); }
td.TdClassName
{
border-color: #A67ACF;
}
.TagClassName
{
border-color: #A67ACF;
}
</style>