Shades of Amethyst #A964CF
Tints of Amethyst #A964CF
RGB
CMYK
RGB Variations
Color information
#A964CF (or 0xA964CF) is known color: Amethyst. HEX triplet: A9, 64 and CF. RGB value is (169,100,207). Sum of RGB (Red+Green+Blue) = 169+100+207=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #A964CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964CF is #569B30. Grayscale: #848484. Windows color (decimal): -5675825 or 13591721. OLE color: 13591721.
HSL color Cylindrical-coordinate representation of color #A964CF: hue angle of 278.69º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A964CF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 100 | 207 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.19 |
| HSL | 278.69º | 0.53% | 0.6% | - |
| HSV(B) | 278.69º | 0.52% | 0.81% | - |
| XYZ | 32.18 | 22.05 | 61.59 | - |
| YUV | 132.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 207 | 0.18 | 0.52 | 0 | 0.19 | 278.69 | 0.53 | 0.6 |
| Hex | A9 | 64 | CF | 12 | 34 | 0 | 13 | 117 | 35 | 3C |
| Octal | 251 | 144 | 317 | 22 | 64 | 0 | 23 | 427 | 65 | 74 |
| Binary | 10101001 | 1100100 | 11001111 | 10010 | 110100 | 0 | 10011 | 100010111 | 110101 | 111100 |
Color Harmonies of #A964CF
Complementary color
Monochromatic Colors of #A964CF
Black with #A964CF
Text Example
Text Example
White with #A964CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964CF; }
p { color: rgb(169,100,207); }
H1.HeaderClassName
{
color: #A964CF;
}
.AnyTagClassName
{
color: #A964CF;
}
</style>
background-color css
<style>
a { background-color: #A964CF; }
a { background-color: rgb(169,100,207); }
div.DivClassName
{
background-color: #A964CF;
}
.BgClassName
{
background-color: #A964CF;
}
</style>
border-color css
<style>
span { border-color: #A964CF; }
span { border-color: rgb(169,100,207); }
td.TdClassName
{
border-color: #A964CF;
}
.TagClassName
{
border-color: #A964CF;
}
</style>