Shades of Amethyst #A96FBF
Tints of Amethyst #A96FBF
RGB
CMYK
RGB Variations
Color information
#A96FBF (or 0xA96FBF) is known color: Amethyst. HEX triplet: A9, 6F and BF. RGB value is (169,111,191). Sum of RGB (Red+Green+Blue) = 169+111+191=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FBF is #569040. Grayscale: #898989. Windows color (decimal): -5673025 or 12545961. OLE color: 12545961.
HSL color Cylindrical-coordinate representation of color #A96FBF: hue angle of 283.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96FBF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 111 | 191 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.25 |
| HSL | 283.5º | 0.38% | 0.59% | - |
| HSV(B) | 283.5º | 0.42% | 0.75% | - |
| XYZ | 31.45 | 23.57 | 52.18 | - |
| YUV | 137.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 191 | 0.12 | 0.42 | 0 | 0.25 | 283.5 | 0.38 | 0.59 |
| Hex | A9 | 6F | BF | C | 2A | 0 | 19 | 11C | 26 | 3B |
| Octal | 251 | 157 | 277 | 14 | 52 | 0 | 31 | 434 | 46 | 73 |
| Binary | 10101001 | 1101111 | 10111111 | 1100 | 101010 | 0 | 11001 | 100011100 | 100110 | 111011 |
Color Harmonies of #A96FBF
Complementary color
Monochromatic Colors of #A96FBF
Black with #A96FBF
Text Example
Text Example
White with #A96FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FBF; }
p { color: rgb(169,111,191); }
H1.HeaderClassName
{
color: #A96FBF;
}
.AnyTagClassName
{
color: #A96FBF;
}
</style>
background-color css
<style>
a { background-color: #A96FBF; }
a { background-color: rgb(169,111,191); }
div.DivClassName
{
background-color: #A96FBF;
}
.BgClassName
{
background-color: #A96FBF;
}
</style>
border-color css
<style>
span { border-color: #A96FBF; }
span { border-color: rgb(169,111,191); }
td.TdClassName
{
border-color: #A96FBF;
}
.TagClassName
{
border-color: #A96FBF;
}
</style>