Shades of Amethyst #A36DCE
Tints of Amethyst #A36DCE
RGB
CMYK
RGB Variations
Color information
#A36DCE (or 0xA36DCE) is known color: Amethyst. HEX triplet: A3, 6D and CE. RGB value is (163,109,206). Sum of RGB (Red+Green+Blue) = 163+109+206=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCE is #5C9231. Grayscale: #878787. Windows color (decimal): -6066738 or 13528483. OLE color: 13528483.
HSL color Cylindrical-coordinate representation of color #A36DCE: hue angle of 273.4º degrees, saturation: 0.5, 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 #A36DCE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 109 | 206 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.19 |
| HSL | 273.4º | 0.5% | 0.62% | - |
| HSV(B) | 273.4º | 0.47% | 0.81% | - |
| XYZ | 31.71 | 23.18 | 61.2 | - |
| YUV | 136.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 206 | 0.21 | 0.47 | 0 | 0.19 | 273.4 | 0.5 | 0.62 |
| Hex | A3 | 6D | CE | 15 | 2F | 0 | 13 | 111 | 32 | 3E |
| Octal | 243 | 155 | 316 | 25 | 57 | 0 | 23 | 421 | 62 | 76 |
| Binary | 10100011 | 1101101 | 11001110 | 10101 | 101111 | 0 | 10011 | 100010001 | 110010 | 111110 |
Color Harmonies of #A36DCE
Complementary color
Monochromatic Colors of #A36DCE
Black with #A36DCE
Text Example
Text Example
White with #A36DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DCE; }
p { color: rgb(163,109,206); }
H1.HeaderClassName
{
color: #A36DCE;
}
.AnyTagClassName
{
color: #A36DCE;
}
</style>
background-color css
<style>
a { background-color: #A36DCE; }
a { background-color: rgb(163,109,206); }
div.DivClassName
{
background-color: #A36DCE;
}
.BgClassName
{
background-color: #A36DCE;
}
</style>
border-color css
<style>
span { border-color: #A36DCE; }
span { border-color: rgb(163,109,206); }
td.TdClassName
{
border-color: #A36DCE;
}
.TagClassName
{
border-color: #A36DCE;
}
</style>