Shades of Amethyst #A471C1
Tints of Amethyst #A471C1
RGB
CMYK
RGB Variations
Color information
#A471C1 (or 0xA471C1) is known color: Amethyst. HEX triplet: A4, 71 and C1. RGB value is (164,113,193). Sum of RGB (Red+Green+Blue) = 164+113+193=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #A471C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471C1 is #5B8E3E. Grayscale: #898989. Windows color (decimal): -6000191 or 12677540. OLE color: 12677540.
HSL color Cylindrical-coordinate representation of color #A471C1: hue angle of 278.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A471C1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 113 | 193 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.24 |
| HSL | 278.25º | 0.39% | 0.6% | - |
| HSV(B) | 278.25º | 0.41% | 0.76% | - |
| XYZ | 30.84 | 23.55 | 53.37 | - |
| YUV | 137.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 193 | 0.15 | 0.41 | 0 | 0.24 | 278.25 | 0.39 | 0.6 |
| Hex | A4 | 71 | C1 | F | 29 | 0 | 18 | 116 | 27 | 3C |
| Octal | 244 | 161 | 301 | 17 | 51 | 0 | 30 | 426 | 47 | 74 |
| Binary | 10100100 | 1110001 | 11000001 | 1111 | 101001 | 0 | 11000 | 100010110 | 100111 | 111100 |
Color Harmonies of #A471C1
Complementary color
Monochromatic Colors of #A471C1
Black with #A471C1
Text Example
Text Example
White with #A471C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471C1; }
p { color: rgb(164,113,193); }
H1.HeaderClassName
{
color: #A471C1;
}
.AnyTagClassName
{
color: #A471C1;
}
</style>
background-color css
<style>
a { background-color: #A471C1; }
a { background-color: rgb(164,113,193); }
div.DivClassName
{
background-color: #A471C1;
}
.BgClassName
{
background-color: #A471C1;
}
</style>
border-color css
<style>
span { border-color: #A471C1; }
span { border-color: rgb(164,113,193); }
td.TdClassName
{
border-color: #A471C1;
}
.TagClassName
{
border-color: #A471C1;
}
</style>