Shades of Amethyst #A36ED6
Tints of Amethyst #A36ED6
RGB
CMYK
RGB Variations
Color information
#A36ED6 (or 0xA36ED6) is known color: Amethyst. HEX triplet: A3, 6E and D6. RGB value is (163,110,214). Sum of RGB (Red+Green+Blue) = 163+110+214=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #A36ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ED6 is #5C9129. Grayscale: #898989. Windows color (decimal): -6066474 or 14053027. OLE color: 14053027.
HSL color Cylindrical-coordinate representation of color #A36ED6: hue angle of 270.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36ED6 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 110 | 214 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.16 |
| HSL | 270.58º | 0.56% | 0.64% | - |
| HSV(B) | 270.58º | 0.49% | 0.84% | - |
| XYZ | 32.82 | 23.79 | 66.48 | - |
| YUV | 137.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 214 | 0.24 | 0.49 | 0 | 0.16 | 270.58 | 0.56 | 0.64 |
| Hex | A3 | 6E | D6 | 18 | 31 | 0 | 10 | 10F | 38 | 40 |
| Octal | 243 | 156 | 326 | 30 | 61 | 0 | 20 | 417 | 70 | 100 |
| Binary | 10100011 | 1101110 | 11010110 | 11000 | 110001 | 0 | 10000 | 100001111 | 111000 | 1000000 |
Color Harmonies of #A36ED6
Complementary color
Monochromatic Colors of #A36ED6
Black with #A36ED6
Text Example
Text Example
White with #A36ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ED6; }
p { color: rgb(163,110,214); }
H1.HeaderClassName
{
color: #A36ED6;
}
.AnyTagClassName
{
color: #A36ED6;
}
</style>
background-color css
<style>
a { background-color: #A36ED6; }
a { background-color: rgb(163,110,214); }
div.DivClassName
{
background-color: #A36ED6;
}
.BgClassName
{
background-color: #A36ED6;
}
</style>
border-color css
<style>
span { border-color: #A36ED6; }
span { border-color: rgb(163,110,214); }
td.TdClassName
{
border-color: #A36ED6;
}
.TagClassName
{
border-color: #A36ED6;
}
</style>