Shades of Amethyst #A36FD3
Tints of Amethyst #A36FD3
RGB
CMYK
RGB Variations
Color information
#A36FD3 (or 0xA36FD3) is known color: Amethyst. HEX triplet: A3, 6F and D3. RGB value is (163,111,211). Sum of RGB (Red+Green+Blue) = 163+111+211=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #A36FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FD3 is #5C902C. Grayscale: #898989. Windows color (decimal): -6066221 or 13856675. OLE color: 13856675.
HSL color Cylindrical-coordinate representation of color #A36FD3: hue angle of 271.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36FD3 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 111 | 211 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.17 |
| HSL | 271.2º | 0.53% | 0.63% | - |
| HSV(B) | 271.2º | 0.47% | 0.83% | - |
| XYZ | 32.55 | 23.86 | 64.52 | - |
| YUV | 137.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 211 | 0.23 | 0.47 | 0 | 0.17 | 271.2 | 0.53 | 0.63 |
| Hex | A3 | 6F | D3 | 17 | 2F | 0 | 11 | 10F | 35 | 3F |
| Octal | 243 | 157 | 323 | 27 | 57 | 0 | 21 | 417 | 65 | 77 |
| Binary | 10100011 | 1101111 | 11010011 | 10111 | 101111 | 0 | 10001 | 100001111 | 110101 | 111111 |
Color Harmonies of #A36FD3
Complementary color
Monochromatic Colors of #A36FD3
Black with #A36FD3
Text Example
Text Example
White with #A36FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FD3; }
p { color: rgb(163,111,211); }
H1.HeaderClassName
{
color: #A36FD3;
}
.AnyTagClassName
{
color: #A36FD3;
}
</style>
background-color css
<style>
a { background-color: #A36FD3; }
a { background-color: rgb(163,111,211); }
div.DivClassName
{
background-color: #A36FD3;
}
.BgClassName
{
background-color: #A36FD3;
}
</style>
border-color css
<style>
span { border-color: #A36FD3; }
span { border-color: rgb(163,111,211); }
td.TdClassName
{
border-color: #A36FD3;
}
.TagClassName
{
border-color: #A36FD3;
}
</style>