Shades of Amethyst #A87BD4
Tints of Amethyst #A87BD4
RGB
CMYK
RGB Variations
Color information
#A87BD4 (or 0xA87BD4) is known color: Amethyst. HEX triplet: A8, 7B and D4. RGB value is (168,123,212). Sum of RGB (Red+Green+Blue) = 168+123+212=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #A87BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BD4 is #57842B. Grayscale: #929292. Windows color (decimal): -5735468 or 13925288. OLE color: 13925288.
HSL color Cylindrical-coordinate representation of color #A87BD4: hue angle of 270.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87BD4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 123 | 212 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.17 |
| HSL | 270.34º | 0.51% | 0.66% | - |
| HSV(B) | 270.34º | 0.42% | 0.83% | - |
| XYZ | 35.12 | 27.24 | 65.7 | - |
| YUV | 146.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 212 | 0.21 | 0.42 | 0 | 0.17 | 270.34 | 0.51 | 0.66 |
| Hex | A8 | 7B | D4 | 15 | 2A | 0 | 11 | 10E | 33 | 42 |
| Octal | 250 | 173 | 324 | 25 | 52 | 0 | 21 | 416 | 63 | 102 |
| Binary | 10101000 | 1111011 | 11010100 | 10101 | 101010 | 0 | 10001 | 100001110 | 110011 | 1000010 |
Color Harmonies of #A87BD4
Complementary color
Monochromatic Colors of #A87BD4
Black with #A87BD4
Text Example
Text Example
White with #A87BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BD4; }
p { color: rgb(168,123,212); }
H1.HeaderClassName
{
color: #A87BD4;
}
.AnyTagClassName
{
color: #A87BD4;
}
</style>
background-color css
<style>
a { background-color: #A87BD4; }
a { background-color: rgb(168,123,212); }
div.DivClassName
{
background-color: #A87BD4;
}
.BgClassName
{
background-color: #A87BD4;
}
</style>
border-color css
<style>
span { border-color: #A87BD4; }
span { border-color: rgb(168,123,212); }
td.TdClassName
{
border-color: #A87BD4;
}
.TagClassName
{
border-color: #A87BD4;
}
</style>