Shades of Amethyst #A860CF
Tints of Amethyst #A860CF
RGB
CMYK
RGB Variations
Color information
#A860CF (or 0xA860CF) is known color: Amethyst. HEX triplet: A8, 60 and CF. RGB value is (168,96,207). Sum of RGB (Red+Green+Blue) = 168+96+207=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A860CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860CF is #579F30. Grayscale: #818181. Windows color (decimal): -5742385 or 13590696. OLE color: 13590696.
HSL color Cylindrical-coordinate representation of color #A860CF: hue angle of 278.92º 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 #A860CF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 96 | 207 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.19 |
| HSL | 278.92º | 0.54% | 0.59% | - |
| HSV(B) | 278.92º | 0.54% | 0.81% | - |
| XYZ | 31.59 | 21.2 | 61.46 | - |
| YUV | 130.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 207 | 0.19 | 0.54 | 0 | 0.19 | 278.92 | 0.54 | 0.59 |
| Hex | A8 | 60 | CF | 13 | 36 | 0 | 13 | 117 | 36 | 3B |
| Octal | 250 | 140 | 317 | 23 | 66 | 0 | 23 | 427 | 66 | 73 |
| Binary | 10101000 | 1100000 | 11001111 | 10011 | 110110 | 0 | 10011 | 100010111 | 110110 | 111011 |
Color Harmonies of #A860CF
Complementary color
Monochromatic Colors of #A860CF
Black with #A860CF
Text Example
Text Example
White with #A860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860CF; }
p { color: rgb(168,96,207); }
H1.HeaderClassName
{
color: #A860CF;
}
.AnyTagClassName
{
color: #A860CF;
}
</style>
background-color css
<style>
a { background-color: #A860CF; }
a { background-color: rgb(168,96,207); }
div.DivClassName
{
background-color: #A860CF;
}
.BgClassName
{
background-color: #A860CF;
}
</style>
border-color css
<style>
span { border-color: #A860CF; }
span { border-color: rgb(168,96,207); }
td.TdClassName
{
border-color: #A860CF;
}
.TagClassName
{
border-color: #A860CF;
}
</style>