Shades of Amethyst #A36FD0
Tints of Amethyst #A36FD0
RGB
CMYK
RGB Variations
Color information
#A36FD0 (or 0xA36FD0) is known color: Amethyst. HEX triplet: A3, 6F and D0. RGB value is (163,111,208). Sum of RGB (Red+Green+Blue) = 163+111+208=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A36FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FD0 is #5C902F. Grayscale: #898989. Windows color (decimal): -6066224 or 13660067. OLE color: 13660067.
HSL color Cylindrical-coordinate representation of color #A36FD0: hue angle of 272.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36FD0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 111 | 208 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.18 |
| HSL | 272.16º | 0.51% | 0.63% | - |
| HSV(B) | 272.16º | 0.47% | 0.82% | - |
| XYZ | 32.17 | 23.71 | 62.56 | - |
| YUV | 137.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 208 | 0.22 | 0.47 | 0 | 0.18 | 272.16 | 0.51 | 0.63 |
| Hex | A3 | 6F | D0 | 16 | 2F | 0 | 12 | 110 | 33 | 3F |
| Octal | 243 | 157 | 320 | 26 | 57 | 0 | 22 | 420 | 63 | 77 |
| Binary | 10100011 | 1101111 | 11010000 | 10110 | 101111 | 0 | 10010 | 100010000 | 110011 | 111111 |
Color Harmonies of #A36FD0
Complementary color
Monochromatic Colors of #A36FD0
Black with #A36FD0
Text Example
Text Example
White with #A36FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FD0; }
p { color: rgb(163,111,208); }
H1.HeaderClassName
{
color: #A36FD0;
}
.AnyTagClassName
{
color: #A36FD0;
}
</style>
background-color css
<style>
a { background-color: #A36FD0; }
a { background-color: rgb(163,111,208); }
div.DivClassName
{
background-color: #A36FD0;
}
.BgClassName
{
background-color: #A36FD0;
}
</style>
border-color css
<style>
span { border-color: #A36FD0; }
span { border-color: rgb(163,111,208); }
td.TdClassName
{
border-color: #A36FD0;
}
.TagClassName
{
border-color: #A36FD0;
}
</style>