Shades of Amethyst #A968DD
Tints of Amethyst #A968DD
RGB
CMYK
RGB Variations
Color information
#A968DD (or 0xA968DD) is known color: Amethyst. HEX triplet: A9, 68 and DD. RGB value is (169,104,221). Sum of RGB (Red+Green+Blue) = 169+104+221=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A968DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968DD is #569722. Grayscale: #888888. Windows color (decimal): -5674787 or 14510249. OLE color: 14510249.
HSL color Cylindrical-coordinate representation of color #A968DD: hue angle of 273.33º 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 #A968DD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 104 | 221 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 273.33º | 0.63% | 0.64% | - |
| HSV(B) | 273.33º | 0.53% | 0.87% | - |
| XYZ | 34.36 | 23.56 | 71.14 | - |
| YUV | 136.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 221 | 0.24 | 0.53 | 0 | 0.13 | 273.33 | 0.63 | 0.64 |
| Hex | A9 | 68 | DD | 18 | 35 | 0 | D | 111 | 3F | 40 |
| Octal | 251 | 150 | 335 | 30 | 65 | 0 | 15 | 421 | 77 | 100 |
| Binary | 10101001 | 1101000 | 11011101 | 11000 | 110101 | 0 | 1101 | 100010001 | 111111 | 1000000 |
Color Harmonies of #A968DD
Complementary color
Monochromatic Colors of #A968DD
Black with #A968DD
Text Example
Text Example
White with #A968DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968DD; }
p { color: rgb(169,104,221); }
H1.HeaderClassName
{
color: #A968DD;
}
.AnyTagClassName
{
color: #A968DD;
}
</style>
background-color css
<style>
a { background-color: #A968DD; }
a { background-color: rgb(169,104,221); }
div.DivClassName
{
background-color: #A968DD;
}
.BgClassName
{
background-color: #A968DD;
}
</style>
border-color css
<style>
span { border-color: #A968DD; }
span { border-color: rgb(169,104,221); }
td.TdClassName
{
border-color: #A968DD;
}
.TagClassName
{
border-color: #A968DD;
}
</style>