Shades of Amethyst #A36EC7
Tints of Amethyst #A36EC7
RGB
CMYK
RGB Variations
Color information
#A36EC7 (or 0xA36EC7) is known color: Amethyst. HEX triplet: A3, 6E and C7. RGB value is (163,110,199). Sum of RGB (Red+Green+Blue) = 163+110+199=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #A36EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EC7 is #5C9138. Grayscale: #878787. Windows color (decimal): -6066489 or 13069987. OLE color: 13069987.
HSL color Cylindrical-coordinate representation of color #A36EC7: hue angle of 275.73º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36EC7 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 110 | 199 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.22 |
| HSL | 275.73º | 0.44% | 0.61% | - |
| HSV(B) | 275.73º | 0.45% | 0.78% | - |
| XYZ | 30.99 | 23.06 | 56.85 | - |
| YUV | 135.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 199 | 0.18 | 0.45 | 0 | 0.22 | 275.73 | 0.44 | 0.61 |
| Hex | A3 | 6E | C7 | 12 | 2D | 0 | 16 | 114 | 2C | 3D |
| Octal | 243 | 156 | 307 | 22 | 55 | 0 | 26 | 424 | 54 | 75 |
| Binary | 10100011 | 1101110 | 11000111 | 10010 | 101101 | 0 | 10110 | 100010100 | 101100 | 111101 |
Color Harmonies of #A36EC7
Complementary color
Monochromatic Colors of #A36EC7
Black with #A36EC7
Text Example
Text Example
White with #A36EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EC7; }
p { color: rgb(163,110,199); }
H1.HeaderClassName
{
color: #A36EC7;
}
.AnyTagClassName
{
color: #A36EC7;
}
</style>
background-color css
<style>
a { background-color: #A36EC7; }
a { background-color: rgb(163,110,199); }
div.DivClassName
{
background-color: #A36EC7;
}
.BgClassName
{
background-color: #A36EC7;
}
</style>
border-color css
<style>
span { border-color: #A36EC7; }
span { border-color: rgb(163,110,199); }
td.TdClassName
{
border-color: #A36EC7;
}
.TagClassName
{
border-color: #A36EC7;
}
</style>