Shades of Amethyst #A871C4
Tints of Amethyst #A871C4
RGB
CMYK
RGB Variations
Color information
#A871C4 (or 0xA871C4) is known color: Amethyst. HEX triplet: A8, 71 and C4. RGB value is (168,113,196). Sum of RGB (Red+Green+Blue) = 168+113+196=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #A871C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871C4 is #578E3B. Grayscale: #8A8A8A. Windows color (decimal): -5738044 or 12874152. OLE color: 12874152.
HSL color Cylindrical-coordinate representation of color #A871C4: hue angle of 279.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A871C4 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 113 | 196 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.23 |
| HSL | 279.76º | 0.41% | 0.61% | - |
| HSV(B) | 279.76º | 0.42% | 0.77% | - |
| XYZ | 32.02 | 24.12 | 55.19 | - |
| YUV | 138.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 196 | 0.14 | 0.42 | 0 | 0.23 | 279.76 | 0.41 | 0.61 |
| Hex | A8 | 71 | C4 | E | 2A | 0 | 17 | 118 | 29 | 3D |
| Octal | 250 | 161 | 304 | 16 | 52 | 0 | 27 | 430 | 51 | 75 |
| Binary | 10101000 | 1110001 | 11000100 | 1110 | 101010 | 0 | 10111 | 100011000 | 101001 | 111101 |
Color Harmonies of #A871C4
Complementary color
Monochromatic Colors of #A871C4
Black with #A871C4
Text Example
Text Example
White with #A871C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871C4; }
p { color: rgb(168,113,196); }
H1.HeaderClassName
{
color: #A871C4;
}
.AnyTagClassName
{
color: #A871C4;
}
</style>
background-color css
<style>
a { background-color: #A871C4; }
a { background-color: rgb(168,113,196); }
div.DivClassName
{
background-color: #A871C4;
}
.BgClassName
{
background-color: #A871C4;
}
</style>
border-color css
<style>
span { border-color: #A871C4; }
span { border-color: rgb(168,113,196); }
td.TdClassName
{
border-color: #A871C4;
}
.TagClassName
{
border-color: #A871C4;
}
</style>