Shades of Amethyst #A36ACE
Tints of Amethyst #A36ACE
RGB
CMYK
RGB Variations
Color information
#A36ACE (or 0xA36ACE) is known color: Amethyst. HEX triplet: A3, 6A and CE. RGB value is (163,106,206). Sum of RGB (Red+Green+Blue) = 163+106+206=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ACE is #5C9531. Grayscale: #868686. Windows color (decimal): -6067506 or 13527715. OLE color: 13527715.
HSL color Cylindrical-coordinate representation of color #A36ACE: hue angle of 274.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36ACE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 106 | 206 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.19 |
| HSL | 274.2º | 0.51% | 0.61% | - |
| HSV(B) | 274.2º | 0.49% | 0.81% | - |
| XYZ | 31.4 | 22.55 | 61.09 | - |
| YUV | 134.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 206 | 0.21 | 0.49 | 0 | 0.19 | 274.2 | 0.51 | 0.61 |
| Hex | A3 | 6A | CE | 15 | 31 | 0 | 13 | 112 | 33 | 3D |
| Octal | 243 | 152 | 316 | 25 | 61 | 0 | 23 | 422 | 63 | 75 |
| Binary | 10100011 | 1101010 | 11001110 | 10101 | 110001 | 0 | 10011 | 100010010 | 110011 | 111101 |
Color Harmonies of #A36ACE
Complementary color
Monochromatic Colors of #A36ACE
Black with #A36ACE
Text Example
Text Example
White with #A36ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ACE; }
p { color: rgb(163,106,206); }
H1.HeaderClassName
{
color: #A36ACE;
}
.AnyTagClassName
{
color: #A36ACE;
}
</style>
background-color css
<style>
a { background-color: #A36ACE; }
a { background-color: rgb(163,106,206); }
div.DivClassName
{
background-color: #A36ACE;
}
.BgClassName
{
background-color: #A36ACE;
}
</style>
border-color css
<style>
span { border-color: #A36ACE; }
span { border-color: rgb(163,106,206); }
td.TdClassName
{
border-color: #A36ACE;
}
.TagClassName
{
border-color: #A36ACE;
}
</style>