Shades of Amethyst #A36ED0
Tints of Amethyst #A36ED0
RGB
CMYK
RGB Variations
Color information
#A36ED0 (or 0xA36ED0) is known color: Amethyst. HEX triplet: A3, 6E and D0. RGB value is (163,110,208). Sum of RGB (Red+Green+Blue) = 163+110+208=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A36ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ED0 is #5C912F. Grayscale: #888888. Windows color (decimal): -6066480 or 13659811. OLE color: 13659811.
HSL color Cylindrical-coordinate representation of color #A36ED0: hue angle of 272.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36ED0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 110 | 208 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.18 |
| HSL | 272.45º | 0.51% | 0.62% | - |
| HSV(B) | 272.45º | 0.47% | 0.82% | - |
| XYZ | 32.07 | 23.49 | 62.52 | - |
| YUV | 137.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 208 | 0.22 | 0.47 | 0 | 0.18 | 272.45 | 0.51 | 0.62 |
| Hex | A3 | 6E | D0 | 16 | 2F | 0 | 12 | 110 | 33 | 3E |
| Octal | 243 | 156 | 320 | 26 | 57 | 0 | 22 | 420 | 63 | 76 |
| Binary | 10100011 | 1101110 | 11010000 | 10110 | 101111 | 0 | 10010 | 100010000 | 110011 | 111110 |
Color Harmonies of #A36ED0
Complementary color
Monochromatic Colors of #A36ED0
Black with #A36ED0
Text Example
Text Example
White with #A36ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ED0; }
p { color: rgb(163,110,208); }
H1.HeaderClassName
{
color: #A36ED0;
}
.AnyTagClassName
{
color: #A36ED0;
}
</style>
background-color css
<style>
a { background-color: #A36ED0; }
a { background-color: rgb(163,110,208); }
div.DivClassName
{
background-color: #A36ED0;
}
.BgClassName
{
background-color: #A36ED0;
}
</style>
border-color css
<style>
span { border-color: #A36ED0; }
span { border-color: rgb(163,110,208); }
td.TdClassName
{
border-color: #A36ED0;
}
.TagClassName
{
border-color: #A36ED0;
}
</style>