Shades of Amethyst #A871DC
Tints of Amethyst #A871DC
RGB
CMYK
RGB Variations
Color information
#A871DC (or 0xA871DC) is known color: Amethyst. HEX triplet: A8, 71 and DC. RGB value is (168,113,220). Sum of RGB (Red+Green+Blue) = 168+113+220=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A871DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871DC is #578E23. Grayscale: #8D8D8D. Windows color (decimal): -5738020 or 14447016. OLE color: 14447016.
HSL color Cylindrical-coordinate representation of color #A871DC: hue angle of 270.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A871DC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 113 | 220 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.14 |
| HSL | 270.84º | 0.6% | 0.65% | - |
| HSV(B) | 270.84º | 0.49% | 0.86% | - |
| XYZ | 34.97 | 25.3 | 70.75 | - |
| YUV | 141.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 220 | 0.24 | 0.49 | 0 | 0.14 | 270.84 | 0.6 | 0.65 |
| Hex | A8 | 71 | DC | 18 | 31 | 0 | E | 10F | 3C | 41 |
| Octal | 250 | 161 | 334 | 30 | 61 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10101000 | 1110001 | 11011100 | 11000 | 110001 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A871DC
Complementary color
Monochromatic Colors of #A871DC
Black with #A871DC
Text Example
Text Example
White with #A871DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871DC; }
p { color: rgb(168,113,220); }
H1.HeaderClassName
{
color: #A871DC;
}
.AnyTagClassName
{
color: #A871DC;
}
</style>
background-color css
<style>
a { background-color: #A871DC; }
a { background-color: rgb(168,113,220); }
div.DivClassName
{
background-color: #A871DC;
}
.BgClassName
{
background-color: #A871DC;
}
</style>
border-color css
<style>
span { border-color: #A871DC; }
span { border-color: rgb(168,113,220); }
td.TdClassName
{
border-color: #A871DC;
}
.TagClassName
{
border-color: #A871DC;
}
</style>