Shades of Amethyst #A960CF
Tints of Amethyst #A960CF
RGB
CMYK
RGB Variations
Color information
#A960CF (or 0xA960CF) is known color: Amethyst. HEX triplet: A9, 60 and CF. RGB value is (169,96,207). Sum of RGB (Red+Green+Blue) = 169+96+207=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A960CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960CF is #569F30. Grayscale: #828282. Windows color (decimal): -5676849 or 13590697. OLE color: 13590697.
HSL color Cylindrical-coordinate representation of color #A960CF: hue angle of 279.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A960CF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 96 | 207 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.19 |
| HSL | 279.46º | 0.54% | 0.59% | - |
| HSV(B) | 279.46º | 0.54% | 0.81% | - |
| XYZ | 31.81 | 21.31 | 61.47 | - |
| YUV | 130.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 207 | 0.18 | 0.54 | 0 | 0.19 | 279.46 | 0.54 | 0.59 |
| Hex | A9 | 60 | CF | 12 | 36 | 0 | 13 | 117 | 36 | 3B |
| Octal | 251 | 140 | 317 | 22 | 66 | 0 | 23 | 427 | 66 | 73 |
| Binary | 10101001 | 1100000 | 11001111 | 10010 | 110110 | 0 | 10011 | 100010111 | 110110 | 111011 |
Color Harmonies of #A960CF
Complementary color
Monochromatic Colors of #A960CF
Black with #A960CF
Text Example
Text Example
White with #A960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960CF; }
p { color: rgb(169,96,207); }
H1.HeaderClassName
{
color: #A960CF;
}
.AnyTagClassName
{
color: #A960CF;
}
</style>
background-color css
<style>
a { background-color: #A960CF; }
a { background-color: rgb(169,96,207); }
div.DivClassName
{
background-color: #A960CF;
}
.BgClassName
{
background-color: #A960CF;
}
</style>
border-color css
<style>
span { border-color: #A960CF; }
span { border-color: rgb(169,96,207); }
td.TdClassName
{
border-color: #A960CF;
}
.TagClassName
{
border-color: #A960CF;
}
</style>