Shades of Amethyst #A36FC3
Tints of Amethyst #A36FC3
RGB
CMYK
RGB Variations
Color information
#A36FC3 (or 0xA36FC3) is known color: Amethyst. HEX triplet: A3, 6F and C3. RGB value is (163,111,195). Sum of RGB (Red+Green+Blue) = 163+111+195=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #A36FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC3 is #5C903C. Grayscale: #878787. Windows color (decimal): -6066237 or 12808099. OLE color: 12808099.
HSL color Cylindrical-coordinate representation of color #A36FC3: hue angle of 277.14º degrees, saturation: 0.41, 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 #A36FC3 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 111 | 195 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.24 |
| HSL | 277.14º | 0.41% | 0.6% | - |
| HSV(B) | 277.14º | 0.43% | 0.76% | - |
| XYZ | 30.64 | 23.1 | 54.47 | - |
| YUV | 136.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 195 | 0.16 | 0.43 | 0 | 0.24 | 277.14 | 0.41 | 0.6 |
| Hex | A3 | 6F | C3 | 10 | 2B | 0 | 18 | 115 | 29 | 3C |
| Octal | 243 | 157 | 303 | 20 | 53 | 0 | 30 | 425 | 51 | 74 |
| Binary | 10100011 | 1101111 | 11000011 | 10000 | 101011 | 0 | 11000 | 100010101 | 101001 | 111100 |
Color Harmonies of #A36FC3
Complementary color
Monochromatic Colors of #A36FC3
Black with #A36FC3
Text Example
Text Example
White with #A36FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FC3; }
p { color: rgb(163,111,195); }
H1.HeaderClassName
{
color: #A36FC3;
}
.AnyTagClassName
{
color: #A36FC3;
}
</style>
background-color css
<style>
a { background-color: #A36FC3; }
a { background-color: rgb(163,111,195); }
div.DivClassName
{
background-color: #A36FC3;
}
.BgClassName
{
background-color: #A36FC3;
}
</style>
border-color css
<style>
span { border-color: #A36FC3; }
span { border-color: rgb(163,111,195); }
td.TdClassName
{
border-color: #A36FC3;
}
.TagClassName
{
border-color: #A36FC3;
}
</style>