Shades of Amethyst #A871C0
Tints of Amethyst #A871C0
RGB
CMYK
RGB Variations
Color information
#A871C0 (or 0xA871C0) is known color: Amethyst. HEX triplet: A8, 71 and C0. RGB value is (168,113,192). Sum of RGB (Red+Green+Blue) = 168+113+192=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #A871C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871C0 is #578E3F. Grayscale: #8A8A8A. Windows color (decimal): -5738048 or 12612008. OLE color: 12612008.
HSL color Cylindrical-coordinate representation of color #A871C0: hue angle of 281.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A871C0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 113 | 192 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.25 |
| HSL | 281.77º | 0.39% | 0.6% | - |
| HSV(B) | 281.77º | 0.41% | 0.75% | - |
| XYZ | 31.57 | 23.94 | 52.83 | - |
| YUV | 138.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 192 | 0.12 | 0.41 | 0 | 0.25 | 281.77 | 0.39 | 0.6 |
| Hex | A8 | 71 | C0 | C | 29 | 0 | 19 | 11A | 27 | 3C |
| Octal | 250 | 161 | 300 | 14 | 51 | 0 | 31 | 432 | 47 | 74 |
| Binary | 10101000 | 1110001 | 11000000 | 1100 | 101001 | 0 | 11001 | 100011010 | 100111 | 111100 |
Color Harmonies of #A871C0
Complementary color
Monochromatic Colors of #A871C0
Black with #A871C0
Text Example
Text Example
White with #A871C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871C0; }
p { color: rgb(168,113,192); }
H1.HeaderClassName
{
color: #A871C0;
}
.AnyTagClassName
{
color: #A871C0;
}
</style>
background-color css
<style>
a { background-color: #A871C0; }
a { background-color: rgb(168,113,192); }
div.DivClassName
{
background-color: #A871C0;
}
.BgClassName
{
background-color: #A871C0;
}
</style>
border-color css
<style>
span { border-color: #A871C0; }
span { border-color: rgb(168,113,192); }
td.TdClassName
{
border-color: #A871C0;
}
.TagClassName
{
border-color: #A871C0;
}
</style>