Shades of Amethyst #A364C5
Tints of Amethyst #A364C5
RGB
CMYK
RGB Variations
Color information
#A364C5 (or 0xA364C5) is known color: Amethyst. HEX triplet: A3, 64 and C5. RGB value is (163,100,197). Sum of RGB (Red+Green+Blue) = 163+100+197=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 100 (39.45% from 255 or 21.74% 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 #A364C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364C5 is #5C9B3A. Grayscale: #818181. Windows color (decimal): -6069051 or 12936355. OLE color: 12936355.
HSL color Cylindrical-coordinate representation of color #A364C5: hue angle of 278.97º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A364C5 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 100 | 197 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.23 |
| HSL | 278.97º | 0.46% | 0.58% | - |
| HSV(B) | 278.97º | 0.49% | 0.77% | - |
| XYZ | 29.74 | 20.93 | 55.3 | - |
| YUV | 129.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 197 | 0.17 | 0.49 | 0 | 0.23 | 278.97 | 0.46 | 0.58 |
| Hex | A3 | 64 | C5 | 11 | 31 | 0 | 17 | 117 | 2E | 3A |
| Octal | 243 | 144 | 305 | 21 | 61 | 0 | 27 | 427 | 56 | 72 |
| Binary | 10100011 | 1100100 | 11000101 | 10001 | 110001 | 0 | 10111 | 100010111 | 101110 | 111010 |
Color Harmonies of #A364C5
Complementary color
Monochromatic Colors of #A364C5
Black with #A364C5
Text Example
Text Example
White with #A364C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364C5; }
p { color: rgb(163,100,197); }
H1.HeaderClassName
{
color: #A364C5;
}
.AnyTagClassName
{
color: #A364C5;
}
</style>
background-color css
<style>
a { background-color: #A364C5; }
a { background-color: rgb(163,100,197); }
div.DivClassName
{
background-color: #A364C5;
}
.BgClassName
{
background-color: #A364C5;
}
</style>
border-color css
<style>
span { border-color: #A364C5; }
span { border-color: rgb(163,100,197); }
td.TdClassName
{
border-color: #A364C5;
}
.TagClassName
{
border-color: #A364C5;
}
</style>