Shades of Amethyst #A86FCF
Tints of Amethyst #A86FCF
RGB
CMYK
RGB Variations
Color information
#A86FCF (or 0xA86FCF) is known color: Amethyst. HEX triplet: A8, 6F and CF. RGB value is (168,111,207). Sum of RGB (Red+Green+Blue) = 168+111+207=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A86FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCF is #579030. Grayscale: #8A8A8A. Windows color (decimal): -5738545 or 13594536. OLE color: 13594536.
HSL color Cylindrical-coordinate representation of color #A86FCF: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86FCF is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 111 | 207 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.19 |
| HSL | 275.63º | 0.5% | 0.62% | - |
| HSV(B) | 275.63º | 0.46% | 0.81% | - |
| XYZ | 33.1 | 24.2 | 61.96 | - |
| YUV | 138.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 207 | 0.19 | 0.46 | 0 | 0.19 | 275.63 | 0.5 | 0.62 |
| Hex | A8 | 6F | CF | 13 | 2E | 0 | 13 | 114 | 32 | 3E |
| Octal | 250 | 157 | 317 | 23 | 56 | 0 | 23 | 424 | 62 | 76 |
| Binary | 10101000 | 1101111 | 11001111 | 10011 | 101110 | 0 | 10011 | 100010100 | 110010 | 111110 |
Color Harmonies of #A86FCF
Complementary color
Monochromatic Colors of #A86FCF
Black with #A86FCF
Text Example
Text Example
White with #A86FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FCF; }
p { color: rgb(168,111,207); }
H1.HeaderClassName
{
color: #A86FCF;
}
.AnyTagClassName
{
color: #A86FCF;
}
</style>
background-color css
<style>
a { background-color: #A86FCF; }
a { background-color: rgb(168,111,207); }
div.DivClassName
{
background-color: #A86FCF;
}
.BgClassName
{
background-color: #A86FCF;
}
</style>
border-color css
<style>
span { border-color: #A86FCF; }
span { border-color: rgb(168,111,207); }
td.TdClassName
{
border-color: #A86FCF;
}
.TagClassName
{
border-color: #A86FCF;
}
</style>