Shades of Amethyst #A36AD1
Tints of Amethyst #A36AD1
RGB
CMYK
RGB Variations
Color information
#A36AD1 (or 0xA36AD1) is known color: Amethyst. HEX triplet: A3, 6A and D1. RGB value is (163,106,209). Sum of RGB (Red+Green+Blue) = 163+106+209=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A36AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AD1 is #5C952E. Grayscale: #868686. Windows color (decimal): -6067503 or 13724323. OLE color: 13724323.
HSL color Cylindrical-coordinate representation of color #A36AD1: hue angle of 273.2º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36AD1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 106 | 209 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.18 |
| HSL | 273.2º | 0.53% | 0.62% | - |
| HSV(B) | 273.2º | 0.49% | 0.82% | - |
| XYZ | 31.77 | 22.7 | 63.03 | - |
| YUV | 134.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 209 | 0.22 | 0.49 | 0 | 0.18 | 273.2 | 0.53 | 0.62 |
| Hex | A3 | 6A | D1 | 16 | 31 | 0 | 12 | 111 | 35 | 3E |
| Octal | 243 | 152 | 321 | 26 | 61 | 0 | 22 | 421 | 65 | 76 |
| Binary | 10100011 | 1101010 | 11010001 | 10110 | 110001 | 0 | 10010 | 100010001 | 110101 | 111110 |
Color Harmonies of #A36AD1
Complementary color
Monochromatic Colors of #A36AD1
Black with #A36AD1
Text Example
Text Example
White with #A36AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36AD1; }
p { color: rgb(163,106,209); }
H1.HeaderClassName
{
color: #A36AD1;
}
.AnyTagClassName
{
color: #A36AD1;
}
</style>
background-color css
<style>
a { background-color: #A36AD1; }
a { background-color: rgb(163,106,209); }
div.DivClassName
{
background-color: #A36AD1;
}
.BgClassName
{
background-color: #A36AD1;
}
</style>
border-color css
<style>
span { border-color: #A36AD1; }
span { border-color: rgb(163,106,209); }
td.TdClassName
{
border-color: #A36AD1;
}
.TagClassName
{
border-color: #A36AD1;
}
</style>