Shades of Amethyst #A36DDD
Tints of Amethyst #A36DDD
RGB
CMYK
RGB Variations
Color information
#A36DDD (or 0xA36DDD) is known color: Amethyst. HEX triplet: A3, 6D and DD. RGB value is (163,109,221). Sum of RGB (Red+Green+Blue) = 163+109+221=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #A36DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DDD is #5C9222. Grayscale: #898989. Windows color (decimal): -6066723 or 14511523. OLE color: 14511523.
HSL color Cylindrical-coordinate representation of color #A36DDD: hue angle of 268.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36DDD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 109 | 221 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.13 |
| HSL | 268.93º | 0.62% | 0.65% | - |
| HSV(B) | 268.93º | 0.51% | 0.87% | - |
| XYZ | 33.62 | 23.94 | 71.26 | - |
| YUV | 137.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 221 | 0.26 | 0.51 | 0 | 0.13 | 268.93 | 0.62 | 0.65 |
| Hex | A3 | 6D | DD | 1A | 33 | 0 | D | 10D | 3E | 41 |
| Octal | 243 | 155 | 335 | 32 | 63 | 0 | 15 | 415 | 76 | 101 |
| Binary | 10100011 | 1101101 | 11011101 | 11010 | 110011 | 0 | 1101 | 100001101 | 111110 | 1000001 |
Color Harmonies of #A36DDD
Complementary color
Monochromatic Colors of #A36DDD
Black with #A36DDD
Text Example
Text Example
White with #A36DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DDD; }
p { color: rgb(163,109,221); }
H1.HeaderClassName
{
color: #A36DDD;
}
.AnyTagClassName
{
color: #A36DDD;
}
</style>
background-color css
<style>
a { background-color: #A36DDD; }
a { background-color: rgb(163,109,221); }
div.DivClassName
{
background-color: #A36DDD;
}
.BgClassName
{
background-color: #A36DDD;
}
</style>
border-color css
<style>
span { border-color: #A36DDD; }
span { border-color: rgb(163,109,221); }
td.TdClassName
{
border-color: #A36DDD;
}
.TagClassName
{
border-color: #A36DDD;
}
</style>