Shades of Amethyst #A36DBF
Tints of Amethyst #A36DBF
RGB
CMYK
RGB Variations
Color information
#A36DBF (or 0xA36DBF) is known color: Amethyst. HEX triplet: A3, 6D and BF. RGB value is (163,109,191). Sum of RGB (Red+Green+Blue) = 163+109+191=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A36DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DBF is #5C9240. Grayscale: #868686. Windows color (decimal): -6066753 or 12545443. OLE color: 12545443.
HSL color Cylindrical-coordinate representation of color #A36DBF: hue angle of 279.51º degrees, saturation: 0.39, 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 #A36DBF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 109 | 191 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.25 |
| HSL | 279.51º | 0.39% | 0.59% | - |
| HSV(B) | 279.51º | 0.43% | 0.75% | - |
| XYZ | 29.98 | 22.49 | 52.05 | - |
| YUV | 134.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 191 | 0.15 | 0.43 | 0 | 0.25 | 279.51 | 0.39 | 0.59 |
| Hex | A3 | 6D | BF | F | 2B | 0 | 19 | 118 | 27 | 3B |
| Octal | 243 | 155 | 277 | 17 | 53 | 0 | 31 | 430 | 47 | 73 |
| Binary | 10100011 | 1101101 | 10111111 | 1111 | 101011 | 0 | 11001 | 100011000 | 100111 | 111011 |
Color Harmonies of #A36DBF
Complementary color
Monochromatic Colors of #A36DBF
Black with #A36DBF
Text Example
Text Example
White with #A36DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DBF; }
p { color: rgb(163,109,191); }
H1.HeaderClassName
{
color: #A36DBF;
}
.AnyTagClassName
{
color: #A36DBF;
}
</style>
background-color css
<style>
a { background-color: #A36DBF; }
a { background-color: rgb(163,109,191); }
div.DivClassName
{
background-color: #A36DBF;
}
.BgClassName
{
background-color: #A36DBF;
}
</style>
border-color css
<style>
span { border-color: #A36DBF; }
span { border-color: rgb(163,109,191); }
td.TdClassName
{
border-color: #A36DBF;
}
.TagClassName
{
border-color: #A36DBF;
}
</style>