Shades of Amethyst #A861DE
Tints of Amethyst #A861DE
RGB
CMYK
RGB Variations
Color information
#A861DE (or 0xA861DE) is known color: Amethyst. HEX triplet: A8, 61 and DE. RGB value is (168,97,222). Sum of RGB (Red+Green+Blue) = 168+97+222=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #A861DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DE is #579E21. Grayscale: #848484. Windows color (decimal): -5742114 or 14573992. OLE color: 14573992.
HSL color Cylindrical-coordinate representation of color #A861DE: hue angle of 274.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A861DE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 97 | 222 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.13 |
| HSL | 274.08º | 0.65% | 0.63% | - |
| HSV(B) | 274.08º | 0.56% | 0.87% | - |
| XYZ | 33.61 | 22.15 | 71.61 | - |
| YUV | 132.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 222 | 0.24 | 0.56 | 0 | 0.13 | 274.08 | 0.65 | 0.63 |
| Hex | A8 | 61 | DE | 18 | 38 | 0 | D | 112 | 41 | 3F |
| Octal | 250 | 141 | 336 | 30 | 70 | 0 | 15 | 422 | 101 | 77 |
| Binary | 10101000 | 1100001 | 11011110 | 11000 | 111000 | 0 | 1101 | 100010010 | 1000001 | 111111 |
Color Harmonies of #A861DE
Complementary color
Monochromatic Colors of #A861DE
Black with #A861DE
Text Example
Text Example
White with #A861DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861DE; }
p { color: rgb(168,97,222); }
H1.HeaderClassName
{
color: #A861DE;
}
.AnyTagClassName
{
color: #A861DE;
}
</style>
background-color css
<style>
a { background-color: #A861DE; }
a { background-color: rgb(168,97,222); }
div.DivClassName
{
background-color: #A861DE;
}
.BgClassName
{
background-color: #A861DE;
}
</style>
border-color css
<style>
span { border-color: #A861DE; }
span { border-color: rgb(168,97,222); }
td.TdClassName
{
border-color: #A861DE;
}
.TagClassName
{
border-color: #A861DE;
}
</style>