Shades of Amethyst #A669DF
Tints of Amethyst #A669DF
RGB
CMYK
RGB Variations
Color information
#A669DF (or 0xA669DF) is known color: Amethyst. HEX triplet: A6, 69 and DF. RGB value is (166,105,223). Sum of RGB (Red+Green+Blue) = 166+105+223=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A669DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DF is #599620. Grayscale: #888888. Windows color (decimal): -5871137 or 14641574. OLE color: 14641574.
HSL color Cylindrical-coordinate representation of color #A669DF: hue angle of 271.02º 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 #A669DF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 105 | 223 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.13 |
| HSL | 271.02º | 0.65% | 0.64% | - |
| HSV(B) | 271.02º | 0.53% | 0.87% | - |
| XYZ | 34.1 | 23.54 | 72.56 | - |
| YUV | 136.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 223 | 0.26 | 0.53 | 0 | 0.13 | 271.02 | 0.65 | 0.64 |
| Hex | A6 | 69 | DF | 1A | 35 | 0 | D | 10F | 41 | 40 |
| Octal | 246 | 151 | 337 | 32 | 65 | 0 | 15 | 417 | 101 | 100 |
| Binary | 10100110 | 1101001 | 11011111 | 11010 | 110101 | 0 | 1101 | 100001111 | 1000001 | 1000000 |
Color Harmonies of #A669DF
Complementary color
Monochromatic Colors of #A669DF
Black with #A669DF
Text Example
Text Example
White with #A669DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669DF; }
p { color: rgb(166,105,223); }
H1.HeaderClassName
{
color: #A669DF;
}
.AnyTagClassName
{
color: #A669DF;
}
</style>
background-color css
<style>
a { background-color: #A669DF; }
a { background-color: rgb(166,105,223); }
div.DivClassName
{
background-color: #A669DF;
}
.BgClassName
{
background-color: #A669DF;
}
</style>
border-color css
<style>
span { border-color: #A669DF; }
span { border-color: rgb(166,105,223); }
td.TdClassName
{
border-color: #A669DF;
}
.TagClassName
{
border-color: #A669DF;
}
</style>