Shades of Amethyst #A96ECF
Tints of Amethyst #A96ECF
RGB
CMYK
RGB Variations
Color information
#A96ECF (or 0xA96ECF) is known color: Amethyst. HEX triplet: A9, 6E and CF. RGB value is (169,110,207). Sum of RGB (Red+Green+Blue) = 169+110+207=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ECF is #569130. Grayscale: #8A8A8A. Windows color (decimal): -5673265 or 13594281. OLE color: 13594281.
HSL color Cylindrical-coordinate representation of color #A96ECF: hue angle of 276.49º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96ECF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 110 | 207 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.19 |
| HSL | 276.49º | 0.5% | 0.62% | - |
| HSV(B) | 276.49º | 0.47% | 0.81% | - |
| XYZ | 33.2 | 24.09 | 61.93 | - |
| YUV | 138.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 207 | 0.18 | 0.47 | 0 | 0.19 | 276.49 | 0.5 | 0.62 |
| Hex | A9 | 6E | CF | 12 | 2F | 0 | 13 | 114 | 32 | 3E |
| Octal | 251 | 156 | 317 | 22 | 57 | 0 | 23 | 424 | 62 | 76 |
| Binary | 10101001 | 1101110 | 11001111 | 10010 | 101111 | 0 | 10011 | 100010100 | 110010 | 111110 |
Color Harmonies of #A96ECF
Complementary color
Monochromatic Colors of #A96ECF
Black with #A96ECF
Text Example
Text Example
White with #A96ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ECF; }
p { color: rgb(169,110,207); }
H1.HeaderClassName
{
color: #A96ECF;
}
.AnyTagClassName
{
color: #A96ECF;
}
</style>
background-color css
<style>
a { background-color: #A96ECF; }
a { background-color: rgb(169,110,207); }
div.DivClassName
{
background-color: #A96ECF;
}
.BgClassName
{
background-color: #A96ECF;
}
</style>
border-color css
<style>
span { border-color: #A96ECF; }
span { border-color: rgb(169,110,207); }
td.TdClassName
{
border-color: #A96ECF;
}
.TagClassName
{
border-color: #A96ECF;
}
</style>