Shades of Amethyst #A97BD7
Tints of Amethyst #A97BD7
RGB
CMYK
RGB Variations
Color information
#A97BD7 (or 0xA97BD7) is known color: Amethyst. HEX triplet: A9, 7B and D7. RGB value is (169,123,215). Sum of RGB (Red+Green+Blue) = 169+123+215=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #A97BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BD7 is #568428. Grayscale: #929292. Windows color (decimal): -5669929 or 14121897. OLE color: 14121897.
HSL color Cylindrical-coordinate representation of color #A97BD7: hue angle of 270º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97BD7 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 123 | 215 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.16 |
| HSL | 270º | 0.53% | 0.66% | - |
| HSV(B) | 270º | 0.43% | 0.84% | - |
| XYZ | 35.71 | 27.51 | 67.72 | - |
| YUV | 147.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 215 | 0.21 | 0.43 | 0 | 0.16 | 270 | 0.53 | 0.66 |
| Hex | A9 | 7B | D7 | 15 | 2B | 0 | 10 | 10E | 35 | 42 |
| Octal | 251 | 173 | 327 | 25 | 53 | 0 | 20 | 416 | 65 | 102 |
| Binary | 10101001 | 1111011 | 11010111 | 10101 | 101011 | 0 | 10000 | 100001110 | 110101 | 1000010 |
Color Harmonies of #A97BD7
Complementary color
Monochromatic Colors of #A97BD7
Black with #A97BD7
Text Example
Text Example
White with #A97BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BD7; }
p { color: rgb(169,123,215); }
H1.HeaderClassName
{
color: #A97BD7;
}
.AnyTagClassName
{
color: #A97BD7;
}
</style>
background-color css
<style>
a { background-color: #A97BD7; }
a { background-color: rgb(169,123,215); }
div.DivClassName
{
background-color: #A97BD7;
}
.BgClassName
{
background-color: #A97BD7;
}
</style>
border-color css
<style>
span { border-color: #A97BD7; }
span { border-color: rgb(169,123,215); }
td.TdClassName
{
border-color: #A97BD7;
}
.TagClassName
{
border-color: #A97BD7;
}
</style>