Shades of Amethyst #A963DF
Tints of Amethyst #A963DF
RGB
CMYK
RGB Variations
Color information
#A963DF (or 0xA963DF) is known color: Amethyst. HEX triplet: A9, 63 and DF. RGB value is (169,99,223). Sum of RGB (Red+Green+Blue) = 169+99+223=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A963DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DF is #569C20. Grayscale: #858585. Windows color (decimal): -5676065 or 14640041. OLE color: 14640041.
HSL color Cylindrical-coordinate representation of color #A963DF: hue angle of 273.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A963DF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 99 | 223 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.13 |
| HSL | 273.87º | 0.66% | 0.63% | - |
| HSV(B) | 273.87º | 0.56% | 0.87% | - |
| XYZ | 34.14 | 22.69 | 72.39 | - |
| YUV | 134.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 223 | 0.24 | 0.56 | 0 | 0.13 | 273.87 | 0.66 | 0.63 |
| Hex | A9 | 63 | DF | 18 | 38 | 0 | D | 112 | 42 | 3F |
| Octal | 251 | 143 | 337 | 30 | 70 | 0 | 15 | 422 | 102 | 77 |
| Binary | 10101001 | 1100011 | 11011111 | 11000 | 111000 | 0 | 1101 | 100010010 | 1000010 | 111111 |
Color Harmonies of #A963DF
Complementary color
Monochromatic Colors of #A963DF
Black with #A963DF
Text Example
Text Example
White with #A963DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963DF; }
p { color: rgb(169,99,223); }
H1.HeaderClassName
{
color: #A963DF;
}
.AnyTagClassName
{
color: #A963DF;
}
</style>
background-color css
<style>
a { background-color: #A963DF; }
a { background-color: rgb(169,99,223); }
div.DivClassName
{
background-color: #A963DF;
}
.BgClassName
{
background-color: #A963DF;
}
</style>
border-color css
<style>
span { border-color: #A963DF; }
span { border-color: rgb(169,99,223); }
td.TdClassName
{
border-color: #A963DF;
}
.TagClassName
{
border-color: #A963DF;
}
</style>