Shades of Amethyst #A463C5
Tints of Amethyst #A463C5
RGB
CMYK
RGB Variations
Color information
#A463C5 (or 0xA463C5) is known color: Amethyst. HEX triplet: A4, 63 and C5. RGB value is (164,99,197). Sum of RGB (Red+Green+Blue) = 164+99+197=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #A463C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463C5 is #5B9C3A. Grayscale: #818181. Windows color (decimal): -6003771 or 12936100. OLE color: 12936100.
HSL color Cylindrical-coordinate representation of color #A463C5: hue angle of 279.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A463C5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 99 | 197 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.23 |
| HSL | 279.8º | 0.46% | 0.58% | - |
| HSV(B) | 279.8º | 0.5% | 0.77% | - |
| XYZ | 29.85 | 20.85 | 55.27 | - |
| YUV | 129.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 197 | 0.17 | 0.50 | 0 | 0.23 | 279.8 | 0.46 | 0.58 |
| Hex | A4 | 63 | C5 | 11 | 32 | 0 | 17 | 118 | 2E | 3A |
| Octal | 244 | 143 | 305 | 21 | 62 | 0 | 27 | 430 | 56 | 72 |
| Binary | 10100100 | 1100011 | 11000101 | 10001 | 110010 | 0 | 10111 | 100011000 | 101110 | 111010 |
Color Harmonies of #A463C5
Complementary color
Monochromatic Colors of #A463C5
Black with #A463C5
Text Example
Text Example
White with #A463C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463C5; }
p { color: rgb(164,99,197); }
H1.HeaderClassName
{
color: #A463C5;
}
.AnyTagClassName
{
color: #A463C5;
}
</style>
background-color css
<style>
a { background-color: #A463C5; }
a { background-color: rgb(164,99,197); }
div.DivClassName
{
background-color: #A463C5;
}
.BgClassName
{
background-color: #A463C5;
}
</style>
border-color css
<style>
span { border-color: #A463C5; }
span { border-color: rgb(164,99,197); }
td.TdClassName
{
border-color: #A463C5;
}
.TagClassName
{
border-color: #A463C5;
}
</style>