Shades of Amethyst #A36DD4
Tints of Amethyst #A36DD4
RGB
CMYK
RGB Variations
Color information
#A36DD4 (or 0xA36DD4) is known color: Amethyst. HEX triplet: A3, 6D and D4. RGB value is (163,109,212). Sum of RGB (Red+Green+Blue) = 163+109+212=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A36DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DD4 is #5C922B. Grayscale: #888888. Windows color (decimal): -6066732 or 13921699. OLE color: 13921699.
HSL color Cylindrical-coordinate representation of color #A36DD4: hue angle of 271.46º degrees, saturation: 0.54, 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 #A36DD4 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 109 | 212 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.17 |
| HSL | 271.46º | 0.54% | 0.63% | - |
| HSV(B) | 271.46º | 0.49% | 0.83% | - |
| XYZ | 32.46 | 23.48 | 65.11 | - |
| YUV | 136.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 212 | 0.23 | 0.49 | 0 | 0.17 | 271.46 | 0.54 | 0.63 |
| Hex | A3 | 6D | D4 | 17 | 31 | 0 | 11 | 10F | 36 | 3F |
| Octal | 243 | 155 | 324 | 27 | 61 | 0 | 21 | 417 | 66 | 77 |
| Binary | 10100011 | 1101101 | 11010100 | 10111 | 110001 | 0 | 10001 | 100001111 | 110110 | 111111 |
Color Harmonies of #A36DD4
Complementary color
Monochromatic Colors of #A36DD4
Black with #A36DD4
Text Example
Text Example
White with #A36DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DD4; }
p { color: rgb(163,109,212); }
H1.HeaderClassName
{
color: #A36DD4;
}
.AnyTagClassName
{
color: #A36DD4;
}
</style>
background-color css
<style>
a { background-color: #A36DD4; }
a { background-color: rgb(163,109,212); }
div.DivClassName
{
background-color: #A36DD4;
}
.BgClassName
{
background-color: #A36DD4;
}
</style>
border-color css
<style>
span { border-color: #A36DD4; }
span { border-color: rgb(163,109,212); }
td.TdClassName
{
border-color: #A36DD4;
}
.TagClassName
{
border-color: #A36DD4;
}
</style>