Shades of Amethyst #A36FC1
Tints of Amethyst #A36FC1
RGB
CMYK
RGB Variations
Color information
#A36FC1 (or 0xA36FC1) is known color: Amethyst. HEX triplet: A3, 6F and C1. RGB value is (163,111,193). Sum of RGB (Red+Green+Blue) = 163+111+193=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC1 is #5C903E. Grayscale: #878787. Windows color (decimal): -6066239 or 12677027. OLE color: 12677027.
HSL color Cylindrical-coordinate representation of color #A36FC1: hue angle of 278.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36FC1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 111 | 193 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.24 |
| HSL | 278.05º | 0.4% | 0.6% | - |
| HSV(B) | 278.05º | 0.42% | 0.76% | - |
| XYZ | 30.41 | 23.01 | 53.29 | - |
| YUV | 135.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 193 | 0.16 | 0.42 | 0 | 0.24 | 278.05 | 0.4 | 0.6 |
| Hex | A3 | 6F | C1 | 10 | 2A | 0 | 18 | 116 | 28 | 3C |
| Octal | 243 | 157 | 301 | 20 | 52 | 0 | 30 | 426 | 50 | 74 |
| Binary | 10100011 | 1101111 | 11000001 | 10000 | 101010 | 0 | 11000 | 100010110 | 101000 | 111100 |
Color Harmonies of #A36FC1
Complementary color
Monochromatic Colors of #A36FC1
Black with #A36FC1
Text Example
Text Example
White with #A36FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FC1; }
p { color: rgb(163,111,193); }
H1.HeaderClassName
{
color: #A36FC1;
}
.AnyTagClassName
{
color: #A36FC1;
}
</style>
background-color css
<style>
a { background-color: #A36FC1; }
a { background-color: rgb(163,111,193); }
div.DivClassName
{
background-color: #A36FC1;
}
.BgClassName
{
background-color: #A36FC1;
}
</style>
border-color css
<style>
span { border-color: #A36FC1; }
span { border-color: rgb(163,111,193); }
td.TdClassName
{
border-color: #A36FC1;
}
.TagClassName
{
border-color: #A36FC1;
}
</style>