Shades of Amethyst #A86DD5
Tints of Amethyst #A86DD5
RGB
CMYK
RGB Variations
Color information
#A86DD5 (or 0xA86DD5) is known color: Amethyst. HEX triplet: A8, 6D and D5. RGB value is (168,109,213). Sum of RGB (Red+Green+Blue) = 168+109+213=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A86DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD5 is #57922A. Grayscale: #8A8A8A. Windows color (decimal): -5739051 or 13987240. OLE color: 13987240.
HSL color Cylindrical-coordinate representation of color #A86DD5: hue angle of 274.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86DD5 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 109 | 213 | - |
CMYK | 0.21 | 0.49 | 0 | 0.16 |
HSL | 274.04º | 0.55% | 0.63% | - |
HSV(B) | 274.04º | 0.49% | 0.84% | - |
XYZ | 33.63 | 24.07 | 65.82 | - |
YUV | 138.5 | 170.05 | 149.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 109 | 213 | 0.21 | 0.49 | 0 | 0.16 | 274.04 | 0.55 | 0.63 |
Hex | A8 | 6D | D5 | 15 | 31 | 0 | 10 | 112 | 37 | 3F |
Octal | 250 | 155 | 325 | 25 | 61 | 0 | 20 | 422 | 67 | 77 |
Binary | 10101000 | 1101101 | 11010101 | 10101 | 110001 | 0 | 10000 | 100010010 | 110111 | 111111 |
Color Harmonies of #A86DD5
Complementary color
Monochromatic Colors of #A86DD5
Black with #A86DD5
Text Example
Text Example
White with #A86DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DD5; }
p { color: rgb(168,109,213); }
H1.HeaderClassName
{
color: #A86DD5;
}
.AnyTagClassName
{
color: #A86DD5;
}
</style>
background-color css
<style>
a { background-color: #A86DD5; }
a { background-color: rgb(168,109,213); }
div.DivClassName
{
background-color: #A86DD5;
}
.BgClassName
{
background-color: #A86DD5;
}
</style>
border-color css
<style>
span { border-color: #A86DD5; }
span { border-color: rgb(168,109,213); }
td.TdClassName
{
border-color: #A86DD5;
}
.TagClassName
{
border-color: #A86DD5;
}
</style>