Shades of Amethyst #A86FCD
Tints of Amethyst #A86FCD
RGB
CMYK
RGB Variations
Color information
#A86FCD (or 0xA86FCD) is known color: Amethyst. HEX triplet: A8, 6F and CD. RGB value is (168,111,205). Sum of RGB (Red+Green+Blue) = 168+111+205=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCD is #579032. Grayscale: #8A8A8A. Windows color (decimal): -5738547 or 13463464. OLE color: 13463464.
HSL color Cylindrical-coordinate representation of color #A86FCD: hue angle of 276.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86FCD is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 111 | 205 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.20 |
| HSL | 276.38º | 0.48% | 0.62% | - |
| HSV(B) | 276.38º | 0.46% | 0.8% | - |
| XYZ | 32.85 | 24.1 | 60.68 | - |
| YUV | 138.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 205 | 0.18 | 0.46 | 0 | 0.20 | 276.38 | 0.48 | 0.62 |
| Hex | A8 | 6F | CD | 12 | 2E | 0 | 14 | 114 | 30 | 3E |
| Octal | 250 | 157 | 315 | 22 | 56 | 0 | 24 | 424 | 60 | 76 |
| Binary | 10101000 | 1101111 | 11001101 | 10010 | 101110 | 0 | 10100 | 100010100 | 110000 | 111110 |
Color Harmonies of #A86FCD
Complementary color
Monochromatic Colors of #A86FCD
Black with #A86FCD
Text Example
Text Example
White with #A86FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FCD; }
p { color: rgb(168,111,205); }
H1.HeaderClassName
{
color: #A86FCD;
}
.AnyTagClassName
{
color: #A86FCD;
}
</style>
background-color css
<style>
a { background-color: #A86FCD; }
a { background-color: rgb(168,111,205); }
div.DivClassName
{
background-color: #A86FCD;
}
.BgClassName
{
background-color: #A86FCD;
}
</style>
border-color css
<style>
span { border-color: #A86FCD; }
span { border-color: rgb(168,111,205); }
td.TdClassName
{
border-color: #A86FCD;
}
.TagClassName
{
border-color: #A86FCD;
}
</style>