Shades of Amethyst #A872D8
Tints of Amethyst #A872D8
RGB
CMYK
RGB Variations
Color information
#A872D8 (or 0xA872D8) is known color: Amethyst. HEX triplet: A8, 72 and D8. RGB value is (168,114,216). Sum of RGB (Red+Green+Blue) = 168+114+216=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #A872D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D8 is #578D27. Grayscale: #8D8D8D. Windows color (decimal): -5737768 or 14185128. OLE color: 14185128.
HSL color Cylindrical-coordinate representation of color #A872D8: hue angle of 271.76º degrees, saturation: 0.57, 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 #A872D8 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 114 | 216 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.15 |
| HSL | 271.76º | 0.57% | 0.65% | - |
| HSV(B) | 271.76º | 0.47% | 0.85% | - |
| XYZ | 34.56 | 25.32 | 68.03 | - |
| YUV | 141.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 216 | 0.22 | 0.47 | 0 | 0.15 | 271.76 | 0.57 | 0.65 |
| Hex | A8 | 72 | D8 | 16 | 2F | 0 | F | 110 | 39 | 41 |
| Octal | 250 | 162 | 330 | 26 | 57 | 0 | 17 | 420 | 71 | 101 |
| Binary | 10101000 | 1110010 | 11011000 | 10110 | 101111 | 0 | 1111 | 100010000 | 111001 | 1000001 |
Color Harmonies of #A872D8
Complementary color
Monochromatic Colors of #A872D8
Black with #A872D8
Text Example
Text Example
White with #A872D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872D8; }
p { color: rgb(168,114,216); }
H1.HeaderClassName
{
color: #A872D8;
}
.AnyTagClassName
{
color: #A872D8;
}
</style>
background-color css
<style>
a { background-color: #A872D8; }
a { background-color: rgb(168,114,216); }
div.DivClassName
{
background-color: #A872D8;
}
.BgClassName
{
background-color: #A872D8;
}
</style>
border-color css
<style>
span { border-color: #A872D8; }
span { border-color: rgb(168,114,216); }
td.TdClassName
{
border-color: #A872D8;
}
.TagClassName
{
border-color: #A872D8;
}
</style>