Shades of Amethyst #A866CF
Tints of Amethyst #A866CF
RGB
CMYK
RGB Variations
Color information
#A866CF (or 0xA866CF) is known color: Amethyst. HEX triplet: A8, 66 and CF. RGB value is (168,102,207). Sum of RGB (Red+Green+Blue) = 168+102+207=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A866CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866CF is #579930. Grayscale: #858585. Windows color (decimal): -5740849 or 13592232. OLE color: 13592232.
HSL color Cylindrical-coordinate representation of color #A866CF: hue angle of 277.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A866CF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 102 | 207 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.19 |
| HSL | 277.71º | 0.52% | 0.61% | - |
| HSV(B) | 277.71º | 0.51% | 0.81% | - |
| XYZ | 32.16 | 22.33 | 61.65 | - |
| YUV | 133.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 207 | 0.19 | 0.51 | 0 | 0.19 | 277.71 | 0.52 | 0.61 |
| Hex | A8 | 66 | CF | 13 | 33 | 0 | 13 | 116 | 34 | 3D |
| Octal | 250 | 146 | 317 | 23 | 63 | 0 | 23 | 426 | 64 | 75 |
| Binary | 10101000 | 1100110 | 11001111 | 10011 | 110011 | 0 | 10011 | 100010110 | 110100 | 111101 |
Color Harmonies of #A866CF
Complementary color
Monochromatic Colors of #A866CF
Black with #A866CF
Text Example
Text Example
White with #A866CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866CF; }
p { color: rgb(168,102,207); }
H1.HeaderClassName
{
color: #A866CF;
}
.AnyTagClassName
{
color: #A866CF;
}
</style>
background-color css
<style>
a { background-color: #A866CF; }
a { background-color: rgb(168,102,207); }
div.DivClassName
{
background-color: #A866CF;
}
.BgClassName
{
background-color: #A866CF;
}
</style>
border-color css
<style>
span { border-color: #A866CF; }
span { border-color: rgb(168,102,207); }
td.TdClassName
{
border-color: #A866CF;
}
.TagClassName
{
border-color: #A866CF;
}
</style>