Shades of Amethyst #A871CE
Tints of Amethyst #A871CE
RGB
CMYK
RGB Variations
Color information
#A871CE (or 0xA871CE) is known color: Amethyst. HEX triplet: A8, 71 and CE. RGB value is (168,113,206). Sum of RGB (Red+Green+Blue) = 168+113+206=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CE is #578E31. Grayscale: #8B8B8B. Windows color (decimal): -5738034 or 13529512. OLE color: 13529512.
HSL color Cylindrical-coordinate representation of color #A871CE: hue angle of 275.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A871CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 113 | 206 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.19 |
| HSL | 275.48º | 0.49% | 0.63% | - |
| HSV(B) | 275.48º | 0.45% | 0.81% | - |
| XYZ | 33.19 | 24.59 | 61.39 | - |
| YUV | 140.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 206 | 0.18 | 0.45 | 0 | 0.19 | 275.48 | 0.49 | 0.63 |
| Hex | A8 | 71 | CE | 12 | 2D | 0 | 13 | 113 | 31 | 3F |
| Octal | 250 | 161 | 316 | 22 | 55 | 0 | 23 | 423 | 61 | 77 |
| Binary | 10101000 | 1110001 | 11001110 | 10010 | 101101 | 0 | 10011 | 100010011 | 110001 | 111111 |
Color Harmonies of #A871CE
Complementary color
Monochromatic Colors of #A871CE
Black with #A871CE
Text Example
Text Example
White with #A871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871CE; }
p { color: rgb(168,113,206); }
H1.HeaderClassName
{
color: #A871CE;
}
.AnyTagClassName
{
color: #A871CE;
}
</style>
background-color css
<style>
a { background-color: #A871CE; }
a { background-color: rgb(168,113,206); }
div.DivClassName
{
background-color: #A871CE;
}
.BgClassName
{
background-color: #A871CE;
}
</style>
border-color css
<style>
span { border-color: #A871CE; }
span { border-color: rgb(168,113,206); }
td.TdClassName
{
border-color: #A871CE;
}
.TagClassName
{
border-color: #A871CE;
}
</style>