Shades of Amethyst #A36DC3
Tints of Amethyst #A36DC3
RGB
CMYK
RGB Variations
Color information
#A36DC3 (or 0xA36DC3) is known color: Amethyst. HEX triplet: A3, 6D and C3. RGB value is (163,109,195). Sum of RGB (Red+Green+Blue) = 163+109+195=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #A36DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DC3 is #5C923C. Grayscale: #868686. Windows color (decimal): -6066749 or 12807587. OLE color: 12807587.
HSL color Cylindrical-coordinate representation of color #A36DC3: hue angle of 277.67º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A36DC3 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 109 | 195 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.24 |
| HSL | 277.67º | 0.42% | 0.6% | - |
| HSV(B) | 277.67º | 0.44% | 0.76% | - |
| XYZ | 30.42 | 22.66 | 54.4 | - |
| YUV | 134.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 195 | 0.16 | 0.44 | 0 | 0.24 | 277.67 | 0.42 | 0.6 |
| Hex | A3 | 6D | C3 | 10 | 2C | 0 | 18 | 116 | 2A | 3C |
| Octal | 243 | 155 | 303 | 20 | 54 | 0 | 30 | 426 | 52 | 74 |
| Binary | 10100011 | 1101101 | 11000011 | 10000 | 101100 | 0 | 11000 | 100010110 | 101010 | 111100 |
Color Harmonies of #A36DC3
Complementary color
Monochromatic Colors of #A36DC3
Black with #A36DC3
Text Example
Text Example
White with #A36DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DC3; }
p { color: rgb(163,109,195); }
H1.HeaderClassName
{
color: #A36DC3;
}
.AnyTagClassName
{
color: #A36DC3;
}
</style>
background-color css
<style>
a { background-color: #A36DC3; }
a { background-color: rgb(163,109,195); }
div.DivClassName
{
background-color: #A36DC3;
}
.BgClassName
{
background-color: #A36DC3;
}
</style>
border-color css
<style>
span { border-color: #A36DC3; }
span { border-color: rgb(163,109,195); }
td.TdClassName
{
border-color: #A36DC3;
}
.TagClassName
{
border-color: #A36DC3;
}
</style>