Shades of Amethyst #A36EDA
Tints of Amethyst #A36EDA
RGB
CMYK
RGB Variations
Color information
#A36EDA (or 0xA36EDA) is known color: Amethyst. HEX triplet: A3, 6E and DA. RGB value is (163,110,218). Sum of RGB (Red+Green+Blue) = 163+110+218=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EDA is #5C9125. Grayscale: #898989. Windows color (decimal): -6066470 or 14315171. OLE color: 14315171.
HSL color Cylindrical-coordinate representation of color #A36EDA: hue angle of 269.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36EDA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 110 | 218 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.15 |
| HSL | 269.44º | 0.59% | 0.64% | - |
| HSV(B) | 269.44º | 0.5% | 0.85% | - |
| XYZ | 33.34 | 24 | 69.21 | - |
| YUV | 138.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 218 | 0.25 | 0.50 | 0 | 0.15 | 269.44 | 0.59 | 0.64 |
| Hex | A3 | 6E | DA | 19 | 32 | 0 | F | 10D | 3B | 40 |
| Octal | 243 | 156 | 332 | 31 | 62 | 0 | 17 | 415 | 73 | 100 |
| Binary | 10100011 | 1101110 | 11011010 | 11001 | 110010 | 0 | 1111 | 100001101 | 111011 | 1000000 |
Color Harmonies of #A36EDA
Complementary color
Monochromatic Colors of #A36EDA
Black with #A36EDA
Text Example
Text Example
White with #A36EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EDA; }
p { color: rgb(163,110,218); }
H1.HeaderClassName
{
color: #A36EDA;
}
.AnyTagClassName
{
color: #A36EDA;
}
</style>
background-color css
<style>
a { background-color: #A36EDA; }
a { background-color: rgb(163,110,218); }
div.DivClassName
{
background-color: #A36EDA;
}
.BgClassName
{
background-color: #A36EDA;
}
</style>
border-color css
<style>
span { border-color: #A36EDA; }
span { border-color: rgb(163,110,218); }
td.TdClassName
{
border-color: #A36EDA;
}
.TagClassName
{
border-color: #A36EDA;
}
</style>