Shades of Amethyst #A97AD3
Tints of Amethyst #A97AD3
RGB
CMYK
RGB Variations
Color information
#A97AD3 (or 0xA97AD3) is known color: Amethyst. HEX triplet: A9, 7A and D3. RGB value is (169,122,211). Sum of RGB (Red+Green+Blue) = 169+122+211=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #A97AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD3 is #56852C. Grayscale: #919191. Windows color (decimal): -5670189 or 13859497. OLE color: 13859497.
HSL color Cylindrical-coordinate representation of color #A97AD3: hue angle of 271.69º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97AD3 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 122 | 211 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.17 |
| HSL | 271.69º | 0.5% | 0.65% | - |
| HSV(B) | 271.69º | 0.42% | 0.83% | - |
| XYZ | 35.08 | 27.06 | 65 | - |
| YUV | 146.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 211 | 0.20 | 0.42 | 0 | 0.17 | 271.69 | 0.5 | 0.65 |
| Hex | A9 | 7A | D3 | 14 | 2A | 0 | 11 | 110 | 32 | 41 |
| Octal | 251 | 172 | 323 | 24 | 52 | 0 | 21 | 420 | 62 | 101 |
| Binary | 10101001 | 1111010 | 11010011 | 10100 | 101010 | 0 | 10001 | 100010000 | 110010 | 1000001 |
Color Harmonies of #A97AD3
Complementary color
Monochromatic Colors of #A97AD3
Black with #A97AD3
Text Example
Text Example
White with #A97AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97AD3; }
p { color: rgb(169,122,211); }
H1.HeaderClassName
{
color: #A97AD3;
}
.AnyTagClassName
{
color: #A97AD3;
}
</style>
background-color css
<style>
a { background-color: #A97AD3; }
a { background-color: rgb(169,122,211); }
div.DivClassName
{
background-color: #A97AD3;
}
.BgClassName
{
background-color: #A97AD3;
}
</style>
border-color css
<style>
span { border-color: #A97AD3; }
span { border-color: rgb(169,122,211); }
td.TdClassName
{
border-color: #A97AD3;
}
.TagClassName
{
border-color: #A97AD3;
}
</style>