Shades of Amethyst #A36DC0
Tints of Amethyst #A36DC0
RGB
CMYK
RGB Variations
Color information
#A36DC0 (or 0xA36DC0) is known color: Amethyst. HEX triplet: A3, 6D and C0. RGB value is (163,109,192). Sum of RGB (Red+Green+Blue) = 163+109+192=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #A36DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DC0 is #5C923F. Grayscale: #868686. Windows color (decimal): -6066752 or 12610979. OLE color: 12610979.
HSL color Cylindrical-coordinate representation of color #A36DC0: hue angle of 279.04º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36DC0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 109 | 192 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.25 |
| HSL | 279.04º | 0.4% | 0.59% | - |
| HSV(B) | 279.04º | 0.43% | 0.75% | - |
| XYZ | 30.09 | 22.53 | 52.63 | - |
| YUV | 134.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 192 | 0.15 | 0.43 | 0 | 0.25 | 279.04 | 0.4 | 0.59 |
| Hex | A3 | 6D | C0 | F | 2B | 0 | 19 | 117 | 28 | 3B |
| Octal | 243 | 155 | 300 | 17 | 53 | 0 | 31 | 427 | 50 | 73 |
| Binary | 10100011 | 1101101 | 11000000 | 1111 | 101011 | 0 | 11001 | 100010111 | 101000 | 111011 |
Color Harmonies of #A36DC0
Complementary color
Monochromatic Colors of #A36DC0
Black with #A36DC0
Text Example
Text Example
White with #A36DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DC0; }
p { color: rgb(163,109,192); }
H1.HeaderClassName
{
color: #A36DC0;
}
.AnyTagClassName
{
color: #A36DC0;
}
</style>
background-color css
<style>
a { background-color: #A36DC0; }
a { background-color: rgb(163,109,192); }
div.DivClassName
{
background-color: #A36DC0;
}
.BgClassName
{
background-color: #A36DC0;
}
</style>
border-color css
<style>
span { border-color: #A36DC0; }
span { border-color: rgb(163,109,192); }
td.TdClassName
{
border-color: #A36DC0;
}
.TagClassName
{
border-color: #A36DC0;
}
</style>