Shades of Amethyst #A36ECE
Tints of Amethyst #A36ECE
RGB
CMYK
RGB Variations
Color information
#A36ECE (or 0xA36ECE) is known color: Amethyst. HEX triplet: A3, 6E and CE. RGB value is (163,110,206). Sum of RGB (Red+Green+Blue) = 163+110+206=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECE is #5C9131. Grayscale: #888888. Windows color (decimal): -6066482 or 13528739. OLE color: 13528739.
HSL color Cylindrical-coordinate representation of color #A36ECE: hue angle of 273.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36ECE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 110 | 206 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.19 |
| HSL | 273.13º | 0.49% | 0.62% | - |
| HSV(B) | 273.13º | 0.47% | 0.81% | - |
| XYZ | 31.82 | 23.39 | 61.23 | - |
| YUV | 136.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 206 | 0.21 | 0.47 | 0 | 0.19 | 273.13 | 0.49 | 0.62 |
| Hex | A3 | 6E | CE | 15 | 2F | 0 | 13 | 111 | 31 | 3E |
| Octal | 243 | 156 | 316 | 25 | 57 | 0 | 23 | 421 | 61 | 76 |
| Binary | 10100011 | 1101110 | 11001110 | 10101 | 101111 | 0 | 10011 | 100010001 | 110001 | 111110 |
Color Harmonies of #A36ECE
Complementary color
Monochromatic Colors of #A36ECE
Black with #A36ECE
Text Example
Text Example
White with #A36ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ECE; }
p { color: rgb(163,110,206); }
H1.HeaderClassName
{
color: #A36ECE;
}
.AnyTagClassName
{
color: #A36ECE;
}
</style>
background-color css
<style>
a { background-color: #A36ECE; }
a { background-color: rgb(163,110,206); }
div.DivClassName
{
background-color: #A36ECE;
}
.BgClassName
{
background-color: #A36ECE;
}
</style>
border-color css
<style>
span { border-color: #A36ECE; }
span { border-color: rgb(163,110,206); }
td.TdClassName
{
border-color: #A36ECE;
}
.TagClassName
{
border-color: #A36ECE;
}
</style>