Shades of Amethyst #A36EDC
Tints of Amethyst #A36EDC
RGB
CMYK
RGB Variations
Color information
#A36EDC (or 0xA36EDC) is known color: Amethyst. HEX triplet: A3, 6E and DC. RGB value is (163,110,220). Sum of RGB (Red+Green+Blue) = 163+110+220=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #A36EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EDC is #5C9123. Grayscale: #898989. Windows color (decimal): -6066468 or 14446243. OLE color: 14446243.
HSL color Cylindrical-coordinate representation of color #A36EDC: hue angle of 268.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36EDC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 110 | 220 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.91º | 0.61% | 0.65% | - |
| HSV(B) | 268.91º | 0.5% | 0.86% | - |
| XYZ | 33.6 | 24.11 | 70.59 | - |
| YUV | 138.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 220 | 0.26 | 0.50 | 0 | 0.14 | 268.91 | 0.61 | 0.65 |
| Hex | A3 | 6E | DC | 1A | 32 | 0 | E | 10D | 3D | 41 |
| Octal | 243 | 156 | 334 | 32 | 62 | 0 | 16 | 415 | 75 | 101 |
| Binary | 10100011 | 1101110 | 11011100 | 11010 | 110010 | 0 | 1110 | 100001101 | 111101 | 1000001 |
Color Harmonies of #A36EDC
Complementary color
Monochromatic Colors of #A36EDC
Black with #A36EDC
Text Example
Text Example
White with #A36EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EDC; }
p { color: rgb(163,110,220); }
H1.HeaderClassName
{
color: #A36EDC;
}
.AnyTagClassName
{
color: #A36EDC;
}
</style>
background-color css
<style>
a { background-color: #A36EDC; }
a { background-color: rgb(163,110,220); }
div.DivClassName
{
background-color: #A36EDC;
}
.BgClassName
{
background-color: #A36EDC;
}
</style>
border-color css
<style>
span { border-color: #A36EDC; }
span { border-color: rgb(163,110,220); }
td.TdClassName
{
border-color: #A36EDC;
}
.TagClassName
{
border-color: #A36EDC;
}
</style>