Shades of Amethyst #A36DCC
Tints of Amethyst #A36DCC
RGB
CMYK
RGB Variations
Color information
#A36DCC (or 0xA36DCC) is known color: Amethyst. HEX triplet: A3, 6D and CC. RGB value is (163,109,204). Sum of RGB (Red+Green+Blue) = 163+109+204=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A36DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCC is #5C9233. Grayscale: #878787. Windows color (decimal): -6066740 or 13397411. OLE color: 13397411.
HSL color Cylindrical-coordinate representation of color #A36DCC: hue angle of 274.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36DCC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 109 | 204 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.2 |
| HSL | 274.11º | 0.48% | 0.61% | - |
| HSV(B) | 274.11º | 0.47% | 0.8% | - |
| XYZ | 31.47 | 23.08 | 59.92 | - |
| YUV | 135.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 204 | 0.20 | 0.47 | 0 | 0.2 | 274.11 | 0.48 | 0.61 |
| Hex | A3 | 6D | CC | 14 | 2F | 0 | 14 | 112 | 30 | 3D |
| Octal | 243 | 155 | 314 | 24 | 57 | 0 | 24 | 422 | 60 | 75 |
| Binary | 10100011 | 1101101 | 11001100 | 10100 | 101111 | 0 | 10100 | 100010010 | 110000 | 111101 |
Color Harmonies of #A36DCC
Complementary color
Monochromatic Colors of #A36DCC
Black with #A36DCC
Text Example
Text Example
White with #A36DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DCC; }
p { color: rgb(163,109,204); }
H1.HeaderClassName
{
color: #A36DCC;
}
.AnyTagClassName
{
color: #A36DCC;
}
</style>
background-color css
<style>
a { background-color: #A36DCC; }
a { background-color: rgb(163,109,204); }
div.DivClassName
{
background-color: #A36DCC;
}
.BgClassName
{
background-color: #A36DCC;
}
</style>
border-color css
<style>
span { border-color: #A36DCC; }
span { border-color: rgb(163,109,204); }
td.TdClassName
{
border-color: #A36DCC;
}
.TagClassName
{
border-color: #A36DCC;
}
</style>