Shades of Amethyst #A969DF
Tints of Amethyst #A969DF
RGB
CMYK
RGB Variations
Color information
#A969DF (or 0xA969DF) is known color: Amethyst. HEX triplet: A9, 69 and DF. RGB value is (169,105,223). Sum of RGB (Red+Green+Blue) = 169+105+223=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #A969DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969DF is #569620. Grayscale: #898989. Windows color (decimal): -5674529 or 14641577. OLE color: 14641577.
HSL color Cylindrical-coordinate representation of color #A969DF: hue angle of 272.54º degrees, saturation: 0.65, 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 #A969DF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 105 | 223 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 272.54º | 0.65% | 0.64% | - |
| HSV(B) | 272.54º | 0.53% | 0.87% | - |
| XYZ | 34.73 | 23.87 | 72.59 | - |
| YUV | 137.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 223 | 0.24 | 0.53 | 0 | 0.13 | 272.54 | 0.65 | 0.64 |
| Hex | A9 | 69 | DF | 18 | 35 | 0 | D | 111 | 41 | 40 |
| Octal | 251 | 151 | 337 | 30 | 65 | 0 | 15 | 421 | 101 | 100 |
| Binary | 10101001 | 1101001 | 11011111 | 11000 | 110101 | 0 | 1101 | 100010001 | 1000001 | 1000000 |
Color Harmonies of #A969DF
Complementary color
Monochromatic Colors of #A969DF
Black with #A969DF
Text Example
Text Example
White with #A969DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969DF; }
p { color: rgb(169,105,223); }
H1.HeaderClassName
{
color: #A969DF;
}
.AnyTagClassName
{
color: #A969DF;
}
</style>
background-color css
<style>
a { background-color: #A969DF; }
a { background-color: rgb(169,105,223); }
div.DivClassName
{
background-color: #A969DF;
}
.BgClassName
{
background-color: #A969DF;
}
</style>
border-color css
<style>
span { border-color: #A969DF; }
span { border-color: rgb(169,105,223); }
td.TdClassName
{
border-color: #A969DF;
}
.TagClassName
{
border-color: #A969DF;
}
</style>