Shades of Amethyst #A36FC2
Tints of Amethyst #A36FC2
RGB
CMYK
RGB Variations
Color information
#A36FC2 (or 0xA36FC2) is known color: Amethyst. HEX triplet: A3, 6F and C2. RGB value is (163,111,194). Sum of RGB (Red+Green+Blue) = 163+111+194=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #A36FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC2 is #5C903D. Grayscale: #878787. Windows color (decimal): -6066238 or 12742563. OLE color: 12742563.
HSL color Cylindrical-coordinate representation of color #A36FC2: hue angle of 277.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36FC2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 111 | 194 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.24 |
| HSL | 277.59º | 0.4% | 0.6% | - |
| HSV(B) | 277.59º | 0.43% | 0.76% | - |
| XYZ | 30.53 | 23.05 | 53.88 | - |
| YUV | 136.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 194 | 0.16 | 0.43 | 0 | 0.24 | 277.59 | 0.4 | 0.6 |
| Hex | A3 | 6F | C2 | 10 | 2B | 0 | 18 | 116 | 28 | 3C |
| Octal | 243 | 157 | 302 | 20 | 53 | 0 | 30 | 426 | 50 | 74 |
| Binary | 10100011 | 1101111 | 11000010 | 10000 | 101011 | 0 | 11000 | 100010110 | 101000 | 111100 |
Color Harmonies of #A36FC2
Complementary color
Monochromatic Colors of #A36FC2
Black with #A36FC2
Text Example
Text Example
White with #A36FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FC2; }
p { color: rgb(163,111,194); }
H1.HeaderClassName
{
color: #A36FC2;
}
.AnyTagClassName
{
color: #A36FC2;
}
</style>
background-color css
<style>
a { background-color: #A36FC2; }
a { background-color: rgb(163,111,194); }
div.DivClassName
{
background-color: #A36FC2;
}
.BgClassName
{
background-color: #A36FC2;
}
</style>
border-color css
<style>
span { border-color: #A36FC2; }
span { border-color: rgb(163,111,194); }
td.TdClassName
{
border-color: #A36FC2;
}
.TagClassName
{
border-color: #A36FC2;
}
</style>