Shades of Amethyst #A87AD4
Tints of Amethyst #A87AD4
RGB
CMYK
RGB Variations
Color information
#A87AD4 (or 0xA87AD4) is known color: Amethyst. HEX triplet: A8, 7A and D4. RGB value is (168,122,212). Sum of RGB (Red+Green+Blue) = 168+122+212=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #A87AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AD4 is #57852B. Grayscale: #919191. Windows color (decimal): -5735724 or 13925032. OLE color: 13925032.
HSL color Cylindrical-coordinate representation of color #A87AD4: hue angle of 270.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87AD4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 122 | 212 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.17 |
| HSL | 270.67º | 0.51% | 0.65% | - |
| HSV(B) | 270.67º | 0.42% | 0.83% | - |
| XYZ | 34.99 | 27 | 65.65 | - |
| YUV | 146.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 212 | 0.21 | 0.42 | 0 | 0.17 | 270.67 | 0.51 | 0.65 |
| Hex | A8 | 7A | D4 | 15 | 2A | 0 | 11 | 10F | 33 | 41 |
| Octal | 250 | 172 | 324 | 25 | 52 | 0 | 21 | 417 | 63 | 101 |
| Binary | 10101000 | 1111010 | 11010100 | 10101 | 101010 | 0 | 10001 | 100001111 | 110011 | 1000001 |
Color Harmonies of #A87AD4
Complementary color
Monochromatic Colors of #A87AD4
Black with #A87AD4
Text Example
Text Example
White with #A87AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AD4; }
p { color: rgb(168,122,212); }
H1.HeaderClassName
{
color: #A87AD4;
}
.AnyTagClassName
{
color: #A87AD4;
}
</style>
background-color css
<style>
a { background-color: #A87AD4; }
a { background-color: rgb(168,122,212); }
div.DivClassName
{
background-color: #A87AD4;
}
.BgClassName
{
background-color: #A87AD4;
}
</style>
border-color css
<style>
span { border-color: #A87AD4; }
span { border-color: rgb(168,122,212); }
td.TdClassName
{
border-color: #A87AD4;
}
.TagClassName
{
border-color: #A87AD4;
}
</style>