Shades of Amethyst #A36DD7
Tints of Amethyst #A36DD7
RGB
CMYK
RGB Variations
Color information
#A36DD7 (or 0xA36DD7) is known color: Amethyst. HEX triplet: A3, 6D and D7. RGB value is (163,109,215). Sum of RGB (Red+Green+Blue) = 163+109+215=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #A36DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DD7 is #5C9228. Grayscale: #888888. Windows color (decimal): -6066729 or 14118307. OLE color: 14118307.
HSL color Cylindrical-coordinate representation of color #A36DD7: hue angle of 270.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36DD7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 109 | 215 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.16 |
| HSL | 270.57º | 0.57% | 0.64% | - |
| HSV(B) | 270.57º | 0.49% | 0.84% | - |
| XYZ | 32.84 | 23.63 | 67.12 | - |
| YUV | 137.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 215 | 0.24 | 0.49 | 0 | 0.16 | 270.57 | 0.57 | 0.64 |
| Hex | A3 | 6D | D7 | 18 | 31 | 0 | 10 | 10F | 39 | 40 |
| Octal | 243 | 155 | 327 | 30 | 61 | 0 | 20 | 417 | 71 | 100 |
| Binary | 10100011 | 1101101 | 11010111 | 11000 | 110001 | 0 | 10000 | 100001111 | 111001 | 1000000 |
Color Harmonies of #A36DD7
Complementary color
Monochromatic Colors of #A36DD7
Black with #A36DD7
Text Example
Text Example
White with #A36DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DD7; }
p { color: rgb(163,109,215); }
H1.HeaderClassName
{
color: #A36DD7;
}
.AnyTagClassName
{
color: #A36DD7;
}
</style>
background-color css
<style>
a { background-color: #A36DD7; }
a { background-color: rgb(163,109,215); }
div.DivClassName
{
background-color: #A36DD7;
}
.BgClassName
{
background-color: #A36DD7;
}
</style>
border-color css
<style>
span { border-color: #A36DD7; }
span { border-color: rgb(163,109,215); }
td.TdClassName
{
border-color: #A36DD7;
}
.TagClassName
{
border-color: #A36DD7;
}
</style>