Shades of Amethyst #A36ED3
Tints of Amethyst #A36ED3
RGB
CMYK
RGB Variations
Color information
#A36ED3 (or 0xA36ED3) is known color: Amethyst. HEX triplet: A3, 6E and D3. RGB value is (163,110,211). Sum of RGB (Red+Green+Blue) = 163+110+211=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #A36ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ED3 is #5C912C. Grayscale: #898989. Windows color (decimal): -6066477 or 13856419. OLE color: 13856419.
HSL color Cylindrical-coordinate representation of color #A36ED3: hue angle of 271.49º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36ED3 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 110 | 211 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.17 |
| HSL | 271.49º | 0.53% | 0.63% | - |
| HSV(B) | 271.49º | 0.48% | 0.83% | - |
| XYZ | 32.44 | 23.64 | 64.48 | - |
| YUV | 137.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 211 | 0.23 | 0.48 | 0 | 0.17 | 271.49 | 0.53 | 0.63 |
| Hex | A3 | 6E | D3 | 17 | 30 | 0 | 11 | 10F | 35 | 3F |
| Octal | 243 | 156 | 323 | 27 | 60 | 0 | 21 | 417 | 65 | 77 |
| Binary | 10100011 | 1101110 | 11010011 | 10111 | 110000 | 0 | 10001 | 100001111 | 110101 | 111111 |
Color Harmonies of #A36ED3
Complementary color
Monochromatic Colors of #A36ED3
Black with #A36ED3
Text Example
Text Example
White with #A36ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ED3; }
p { color: rgb(163,110,211); }
H1.HeaderClassName
{
color: #A36ED3;
}
.AnyTagClassName
{
color: #A36ED3;
}
</style>
background-color css
<style>
a { background-color: #A36ED3; }
a { background-color: rgb(163,110,211); }
div.DivClassName
{
background-color: #A36ED3;
}
.BgClassName
{
background-color: #A36ED3;
}
</style>
border-color css
<style>
span { border-color: #A36ED3; }
span { border-color: rgb(163,110,211); }
td.TdClassName
{
border-color: #A36ED3;
}
.TagClassName
{
border-color: #A36ED3;
}
</style>