Shades of Amethyst #A871DE
Tints of Amethyst #A871DE
RGB
CMYK
RGB Variations
Color information
#A871DE (or 0xA871DE) is known color: Amethyst. HEX triplet: A8, 71 and DE. RGB value is (168,113,222). Sum of RGB (Red+Green+Blue) = 168+113+222=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #A871DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871DE is #578E21. Grayscale: #8D8D8D. Windows color (decimal): -5738018 or 14578088. OLE color: 14578088.
HSL color Cylindrical-coordinate representation of color #A871DE: hue angle of 270.28º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A871DE is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 113 | 222 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.13 |
| HSL | 270.28º | 0.62% | 0.66% | - |
| HSV(B) | 270.28º | 0.49% | 0.87% | - |
| XYZ | 35.24 | 25.41 | 72.15 | - |
| YUV | 141.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 222 | 0.24 | 0.49 | 0 | 0.13 | 270.28 | 0.62 | 0.66 |
| Hex | A8 | 71 | DE | 18 | 31 | 0 | D | 10E | 3E | 42 |
| Octal | 250 | 161 | 336 | 30 | 61 | 0 | 15 | 416 | 76 | 102 |
| Binary | 10101000 | 1110001 | 11011110 | 11000 | 110001 | 0 | 1101 | 100001110 | 111110 | 1000010 |
Color Harmonies of #A871DE
Complementary color
Monochromatic Colors of #A871DE
Black with #A871DE
Text Example
Text Example
White with #A871DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871DE; }
p { color: rgb(168,113,222); }
H1.HeaderClassName
{
color: #A871DE;
}
.AnyTagClassName
{
color: #A871DE;
}
</style>
background-color css
<style>
a { background-color: #A871DE; }
a { background-color: rgb(168,113,222); }
div.DivClassName
{
background-color: #A871DE;
}
.BgClassName
{
background-color: #A871DE;
}
</style>
border-color css
<style>
span { border-color: #A871DE; }
span { border-color: rgb(168,113,222); }
td.TdClassName
{
border-color: #A871DE;
}
.TagClassName
{
border-color: #A871DE;
}
</style>