Shades of Amethyst #A871D5
Tints of Amethyst #A871D5
RGB
CMYK
RGB Variations
Color information
#A871D5 (or 0xA871D5) is known color: Amethyst. HEX triplet: A8, 71 and D5. RGB value is (168,113,213). Sum of RGB (Red+Green+Blue) = 168+113+213=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A871D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871D5 is #578E2A. Grayscale: #8C8C8C. Windows color (decimal): -5738027 or 13988264. OLE color: 13988264.
HSL color Cylindrical-coordinate representation of color #A871D5: hue angle of 273º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A871D5 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 113 | 213 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.16 |
| HSL | 273º | 0.54% | 0.64% | - |
| HSV(B) | 273º | 0.47% | 0.84% | - |
| XYZ | 34.06 | 24.94 | 65.97 | - |
| YUV | 140.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 213 | 0.21 | 0.47 | 0 | 0.16 | 273 | 0.54 | 0.64 |
| Hex | A8 | 71 | D5 | 15 | 2F | 0 | 10 | 111 | 36 | 40 |
| Octal | 250 | 161 | 325 | 25 | 57 | 0 | 20 | 421 | 66 | 100 |
| Binary | 10101000 | 1110001 | 11010101 | 10101 | 101111 | 0 | 10000 | 100010001 | 110110 | 1000000 |
Color Harmonies of #A871D5
Complementary color
Monochromatic Colors of #A871D5
Black with #A871D5
Text Example
Text Example
White with #A871D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871D5; }
p { color: rgb(168,113,213); }
H1.HeaderClassName
{
color: #A871D5;
}
.AnyTagClassName
{
color: #A871D5;
}
</style>
background-color css
<style>
a { background-color: #A871D5; }
a { background-color: rgb(168,113,213); }
div.DivClassName
{
background-color: #A871D5;
}
.BgClassName
{
background-color: #A871D5;
}
</style>
border-color css
<style>
span { border-color: #A871D5; }
span { border-color: rgb(168,113,213); }
td.TdClassName
{
border-color: #A871D5;
}
.TagClassName
{
border-color: #A871D5;
}
</style>