Shades of Amethyst #A87CD2
Tints of Amethyst #A87CD2
RGB
CMYK
RGB Variations
Color information
#A87CD2 (or 0xA87CD2) is known color: Amethyst. HEX triplet: A8, 7C and D2. RGB value is (168,124,210). Sum of RGB (Red+Green+Blue) = 168+124+210=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #A87CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CD2 is #57832D. Grayscale: #929292. Windows color (decimal): -5735214 or 13794472. OLE color: 13794472.
HSL color Cylindrical-coordinate representation of color #A87CD2: hue angle of 270.7º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87CD2 is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 124 | 210 | - |
| CMYK | 0.2 | 0.41 | 0 | 0.18 |
| HSL | 270.7º | 0.49% | 0.65% | - |
| HSV(B) | 270.7º | 0.41% | 0.82% | - |
| XYZ | 34.99 | 27.39 | 64.42 | - |
| YUV | 146.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 210 | 0.2 | 0.41 | 0 | 0.18 | 270.7 | 0.49 | 0.65 |
| Hex | A8 | 7C | D2 | 14 | 29 | 0 | 12 | 10F | 31 | 41 |
| Octal | 250 | 174 | 322 | 24 | 51 | 0 | 22 | 417 | 61 | 101 |
| Binary | 10101000 | 1111100 | 11010010 | 10100 | 101001 | 0 | 10010 | 100001111 | 110001 | 1000001 |
Color Harmonies of #A87CD2
Complementary color
Monochromatic Colors of #A87CD2
Black with #A87CD2
Text Example
Text Example
White with #A87CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CD2; }
p { color: rgb(168,124,210); }
H1.HeaderClassName
{
color: #A87CD2;
}
.AnyTagClassName
{
color: #A87CD2;
}
</style>
background-color css
<style>
a { background-color: #A87CD2; }
a { background-color: rgb(168,124,210); }
div.DivClassName
{
background-color: #A87CD2;
}
.BgClassName
{
background-color: #A87CD2;
}
</style>
border-color css
<style>
span { border-color: #A87CD2; }
span { border-color: rgb(168,124,210); }
td.TdClassName
{
border-color: #A87CD2;
}
.TagClassName
{
border-color: #A87CD2;
}
</style>