Shades of Amethyst #A36DD5
Tints of Amethyst #A36DD5
RGB
CMYK
RGB Variations
Color information
#A36DD5 (or 0xA36DD5) is known color: Amethyst. HEX triplet: A3, 6D and D5. RGB value is (163,109,213). Sum of RGB (Red+Green+Blue) = 163+109+213=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A36DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DD5 is #5C922A. Grayscale: #888888. Windows color (decimal): -6066731 or 13987235. OLE color: 13987235.
HSL color Cylindrical-coordinate representation of color #A36DD5: hue angle of 271.15º 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 #A36DD5 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 109 | 213 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.16 |
| HSL | 271.15º | 0.55% | 0.63% | - |
| HSV(B) | 271.15º | 0.49% | 0.84% | - |
| XYZ | 32.58 | 23.53 | 65.77 | - |
| YUV | 137 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 213 | 0.23 | 0.49 | 0 | 0.16 | 271.15 | 0.55 | 0.63 |
| Hex | A3 | 6D | D5 | 17 | 31 | 0 | 10 | 10F | 37 | 3F |
| Octal | 243 | 155 | 325 | 27 | 61 | 0 | 20 | 417 | 67 | 77 |
| Binary | 10100011 | 1101101 | 11010101 | 10111 | 110001 | 0 | 10000 | 100001111 | 110111 | 111111 |
Color Harmonies of #A36DD5
Complementary color
Monochromatic Colors of #A36DD5
Black with #A36DD5
Text Example
Text Example
White with #A36DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DD5; }
p { color: rgb(163,109,213); }
H1.HeaderClassName
{
color: #A36DD5;
}
.AnyTagClassName
{
color: #A36DD5;
}
</style>
background-color css
<style>
a { background-color: #A36DD5; }
a { background-color: rgb(163,109,213); }
div.DivClassName
{
background-color: #A36DD5;
}
.BgClassName
{
background-color: #A36DD5;
}
</style>
border-color css
<style>
span { border-color: #A36DD5; }
span { border-color: rgb(163,109,213); }
td.TdClassName
{
border-color: #A36DD5;
}
.TagClassName
{
border-color: #A36DD5;
}
</style>