Shades of Amethyst #A36DC9
Tints of Amethyst #A36DC9
RGB
CMYK
RGB Variations
Color information
#A36DC9 (or 0xA36DC9) is known color: Amethyst. HEX triplet: A3, 6D and C9. RGB value is (163,109,201). Sum of RGB (Red+Green+Blue) = 163+109+201=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #A36DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DC9 is #5C9236. Grayscale: #878787. Windows color (decimal): -6066743 or 13200803. OLE color: 13200803.
HSL color Cylindrical-coordinate representation of color #A36DC9: hue angle of 275.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36DC9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 109 | 201 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.21 |
| HSL | 275.22º | 0.46% | 0.61% | - |
| HSV(B) | 275.22º | 0.46% | 0.79% | - |
| XYZ | 31.12 | 22.94 | 58.05 | - |
| YUV | 135.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 201 | 0.19 | 0.46 | 0 | 0.21 | 275.22 | 0.46 | 0.61 |
| Hex | A3 | 6D | C9 | 13 | 2E | 0 | 15 | 113 | 2E | 3D |
| Octal | 243 | 155 | 311 | 23 | 56 | 0 | 25 | 423 | 56 | 75 |
| Binary | 10100011 | 1101101 | 11001001 | 10011 | 101110 | 0 | 10101 | 100010011 | 101110 | 111101 |
Color Harmonies of #A36DC9
Complementary color
Monochromatic Colors of #A36DC9
Black with #A36DC9
Text Example
Text Example
White with #A36DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DC9; }
p { color: rgb(163,109,201); }
H1.HeaderClassName
{
color: #A36DC9;
}
.AnyTagClassName
{
color: #A36DC9;
}
</style>
background-color css
<style>
a { background-color: #A36DC9; }
a { background-color: rgb(163,109,201); }
div.DivClassName
{
background-color: #A36DC9;
}
.BgClassName
{
background-color: #A36DC9;
}
</style>
border-color css
<style>
span { border-color: #A36DC9; }
span { border-color: rgb(163,109,201); }
td.TdClassName
{
border-color: #A36DC9;
}
.TagClassName
{
border-color: #A36DC9;
}
</style>