Shades of Amethyst #A967DD
Tints of Amethyst #A967DD
RGB
CMYK
RGB Variations
Color information
#A967DD (or 0xA967DD) is known color: Amethyst. HEX triplet: A9, 67 and DD. RGB value is (169,103,221). Sum of RGB (Red+Green+Blue) = 169+103+221=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #A967DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967DD is #569822. Grayscale: #878787. Windows color (decimal): -5675043 or 14509993. OLE color: 14509993.
HSL color Cylindrical-coordinate representation of color #A967DD: hue angle of 273.56º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A967DD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 103 | 221 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 273.56º | 0.63% | 0.64% | - |
| HSV(B) | 273.56º | 0.53% | 0.87% | - |
| XYZ | 34.26 | 23.36 | 71.11 | - |
| YUV | 136.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 221 | 0.24 | 0.53 | 0 | 0.13 | 273.56 | 0.63 | 0.64 |
| Hex | A9 | 67 | DD | 18 | 35 | 0 | D | 112 | 3F | 40 |
| Octal | 251 | 147 | 335 | 30 | 65 | 0 | 15 | 422 | 77 | 100 |
| Binary | 10101001 | 1100111 | 11011101 | 11000 | 110101 | 0 | 1101 | 100010010 | 111111 | 1000000 |
Color Harmonies of #A967DD
Complementary color
Monochromatic Colors of #A967DD
Black with #A967DD
Text Example
Text Example
White with #A967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967DD; }
p { color: rgb(169,103,221); }
H1.HeaderClassName
{
color: #A967DD;
}
.AnyTagClassName
{
color: #A967DD;
}
</style>
background-color css
<style>
a { background-color: #A967DD; }
a { background-color: rgb(169,103,221); }
div.DivClassName
{
background-color: #A967DD;
}
.BgClassName
{
background-color: #A967DD;
}
</style>
border-color css
<style>
span { border-color: #A967DD; }
span { border-color: rgb(169,103,221); }
td.TdClassName
{
border-color: #A967DD;
}
.TagClassName
{
border-color: #A967DD;
}
</style>