Shades of Amethyst #A86CD4
Tints of Amethyst #A86CD4
RGB
CMYK
RGB Variations
Color information
#A86CD4 (or 0xA86CD4) is known color: Amethyst. HEX triplet: A8, 6C and D4. RGB value is (168,108,212). Sum of RGB (Red+Green+Blue) = 168+108+212=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #A86CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD4 is #57932B. Grayscale: #898989. Windows color (decimal): -5739308 or 13921448. OLE color: 13921448.
HSL color Cylindrical-coordinate representation of color #A86CD4: hue angle of 274.62º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86CD4 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 108 | 212 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.17 |
| HSL | 274.62º | 0.55% | 0.63% | - |
| HSV(B) | 274.62º | 0.49% | 0.83% | - |
| XYZ | 33.39 | 23.8 | 65.12 | - |
| YUV | 137.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 212 | 0.21 | 0.49 | 0 | 0.17 | 274.62 | 0.55 | 0.63 |
| Hex | A8 | 6C | D4 | 15 | 31 | 0 | 11 | 113 | 37 | 3F |
| Octal | 250 | 154 | 324 | 25 | 61 | 0 | 21 | 423 | 67 | 77 |
| Binary | 10101000 | 1101100 | 11010100 | 10101 | 110001 | 0 | 10001 | 100010011 | 110111 | 111111 |
Color Harmonies of #A86CD4
Complementary color
Monochromatic Colors of #A86CD4
Black with #A86CD4
Text Example
Text Example
White with #A86CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CD4; }
p { color: rgb(168,108,212); }
H1.HeaderClassName
{
color: #A86CD4;
}
.AnyTagClassName
{
color: #A86CD4;
}
</style>
background-color css
<style>
a { background-color: #A86CD4; }
a { background-color: rgb(168,108,212); }
div.DivClassName
{
background-color: #A86CD4;
}
.BgClassName
{
background-color: #A86CD4;
}
</style>
border-color css
<style>
span { border-color: #A86CD4; }
span { border-color: rgb(168,108,212); }
td.TdClassName
{
border-color: #A86CD4;
}
.TagClassName
{
border-color: #A86CD4;
}
</style>