Shades of Amethyst #A872D9
Tints of Amethyst #A872D9
RGB
CMYK
RGB Variations
Color information
#A872D9 (or 0xA872D9) is known color: Amethyst. HEX triplet: A8, 72 and D9. RGB value is (168,114,217). Sum of RGB (Red+Green+Blue) = 168+114+217=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #A872D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D9 is #578D26. Grayscale: #8D8D8D. Windows color (decimal): -5737767 or 14250664. OLE color: 14250664.
HSL color Cylindrical-coordinate representation of color #A872D9: hue angle of 271.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A872D9 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 114 | 217 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.15 |
| HSL | 271.46º | 0.58% | 0.65% | - |
| HSV(B) | 271.46º | 0.47% | 0.85% | - |
| XYZ | 34.69 | 25.37 | 68.71 | - |
| YUV | 141.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 217 | 0.23 | 0.47 | 0 | 0.15 | 271.46 | 0.58 | 0.65 |
| Hex | A8 | 72 | D9 | 17 | 2F | 0 | F | 10F | 3A | 41 |
| Octal | 250 | 162 | 331 | 27 | 57 | 0 | 17 | 417 | 72 | 101 |
| Binary | 10101000 | 1110010 | 11011001 | 10111 | 101111 | 0 | 1111 | 100001111 | 111010 | 1000001 |
Color Harmonies of #A872D9
Complementary color
Monochromatic Colors of #A872D9
Black with #A872D9
Text Example
Text Example
White with #A872D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872D9; }
p { color: rgb(168,114,217); }
H1.HeaderClassName
{
color: #A872D9;
}
.AnyTagClassName
{
color: #A872D9;
}
</style>
background-color css
<style>
a { background-color: #A872D9; }
a { background-color: rgb(168,114,217); }
div.DivClassName
{
background-color: #A872D9;
}
.BgClassName
{
background-color: #A872D9;
}
</style>
border-color css
<style>
span { border-color: #A872D9; }
span { border-color: rgb(168,114,217); }
td.TdClassName
{
border-color: #A872D9;
}
.TagClassName
{
border-color: #A872D9;
}
</style>