Shades of Amethyst #A96FCF
Tints of Amethyst #A96FCF
RGB
CMYK
RGB Variations
Color information
#A96FCF (or 0xA96FCF) is known color: Amethyst. HEX triplet: A9, 6F and CF. RGB value is (169,111,207). Sum of RGB (Red+Green+Blue) = 169+111+207=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FCF is #569030. Grayscale: #8A8A8A. Windows color (decimal): -5673009 or 13594537. OLE color: 13594537.
HSL color Cylindrical-coordinate representation of color #A96FCF: hue angle of 276.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96FCF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 111 | 207 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.19 |
| HSL | 276.25º | 0.5% | 0.62% | - |
| HSV(B) | 276.25º | 0.46% | 0.81% | - |
| XYZ | 33.31 | 24.31 | 61.97 | - |
| YUV | 139.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 207 | 0.18 | 0.46 | 0 | 0.19 | 276.25 | 0.5 | 0.62 |
| Hex | A9 | 6F | CF | 12 | 2E | 0 | 13 | 114 | 32 | 3E |
| Octal | 251 | 157 | 317 | 22 | 56 | 0 | 23 | 424 | 62 | 76 |
| Binary | 10101001 | 1101111 | 11001111 | 10010 | 101110 | 0 | 10011 | 100010100 | 110010 | 111110 |
Color Harmonies of #A96FCF
Complementary color
Monochromatic Colors of #A96FCF
Black with #A96FCF
Text Example
Text Example
White with #A96FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FCF; }
p { color: rgb(169,111,207); }
H1.HeaderClassName
{
color: #A96FCF;
}
.AnyTagClassName
{
color: #A96FCF;
}
</style>
background-color css
<style>
a { background-color: #A96FCF; }
a { background-color: rgb(169,111,207); }
div.DivClassName
{
background-color: #A96FCF;
}
.BgClassName
{
background-color: #A96FCF;
}
</style>
border-color css
<style>
span { border-color: #A96FCF; }
span { border-color: rgb(169,111,207); }
td.TdClassName
{
border-color: #A96FCF;
}
.TagClassName
{
border-color: #A96FCF;
}
</style>