Shades of Amethyst #A97ACF
Tints of Amethyst #A97ACF
RGB
CMYK
RGB Variations
Color information
#A97ACF (or 0xA97ACF) is known color: Amethyst. HEX triplet: A9, 7A and CF. RGB value is (169,122,207). Sum of RGB (Red+Green+Blue) = 169+122+207=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A97ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ACF is #568530. Grayscale: #919191. Windows color (decimal): -5670193 or 13597353. OLE color: 13597353.
HSL color Cylindrical-coordinate representation of color #A97ACF: hue angle of 273.18º 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 #A97ACF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 122 | 207 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.19 |
| HSL | 273.18º | 0.47% | 0.65% | - |
| HSV(B) | 273.18º | 0.41% | 0.81% | - |
| XYZ | 34.58 | 26.86 | 62.39 | - |
| YUV | 145.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 207 | 0.18 | 0.41 | 0 | 0.19 | 273.18 | 0.47 | 0.65 |
| Hex | A9 | 7A | CF | 12 | 29 | 0 | 13 | 111 | 2F | 41 |
| Octal | 251 | 172 | 317 | 22 | 51 | 0 | 23 | 421 | 57 | 101 |
| Binary | 10101001 | 1111010 | 11001111 | 10010 | 101001 | 0 | 10011 | 100010001 | 101111 | 1000001 |
Color Harmonies of #A97ACF
Complementary color
Monochromatic Colors of #A97ACF
Black with #A97ACF
Text Example
Text Example
White with #A97ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97ACF; }
p { color: rgb(169,122,207); }
H1.HeaderClassName
{
color: #A97ACF;
}
.AnyTagClassName
{
color: #A97ACF;
}
</style>
background-color css
<style>
a { background-color: #A97ACF; }
a { background-color: rgb(169,122,207); }
div.DivClassName
{
background-color: #A97ACF;
}
.BgClassName
{
background-color: #A97ACF;
}
</style>
border-color css
<style>
span { border-color: #A97ACF; }
span { border-color: rgb(169,122,207); }
td.TdClassName
{
border-color: #A97ACF;
}
.TagClassName
{
border-color: #A97ACF;
}
</style>