Shades of Amethyst #A76DDF
Tints of Amethyst #A76DDF
RGB
CMYK
RGB Variations
Color information
#A76DDF (or 0xA76DDF) is known color: Amethyst. HEX triplet: A7, 6D and DF. RGB value is (167,109,223). Sum of RGB (Red+Green+Blue) = 167+109+223=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DDF is #589220. Grayscale: #8A8A8A. Windows color (decimal): -5804577 or 14642599. OLE color: 14642599.
HSL color Cylindrical-coordinate representation of color #A76DDF: hue angle of 270.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76DDF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 109 | 223 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.13 |
| HSL | 270.53º | 0.64% | 0.65% | - |
| HSV(B) | 270.53º | 0.51% | 0.87% | - |
| XYZ | 34.72 | 24.48 | 72.71 | - |
| YUV | 139.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 223 | 0.25 | 0.51 | 0 | 0.13 | 270.53 | 0.64 | 0.65 |
| Hex | A7 | 6D | DF | 19 | 33 | 0 | D | 10F | 40 | 41 |
| Octal | 247 | 155 | 337 | 31 | 63 | 0 | 15 | 417 | 100 | 101 |
| Binary | 10100111 | 1101101 | 11011111 | 11001 | 110011 | 0 | 1101 | 100001111 | 1000000 | 1000001 |
Color Harmonies of #A76DDF
Complementary color
Monochromatic Colors of #A76DDF
Black with #A76DDF
Text Example
Text Example
White with #A76DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DDF; }
p { color: rgb(167,109,223); }
H1.HeaderClassName
{
color: #A76DDF;
}
.AnyTagClassName
{
color: #A76DDF;
}
</style>
background-color css
<style>
a { background-color: #A76DDF; }
a { background-color: rgb(167,109,223); }
div.DivClassName
{
background-color: #A76DDF;
}
.BgClassName
{
background-color: #A76DDF;
}
</style>
border-color css
<style>
span { border-color: #A76DDF; }
span { border-color: rgb(167,109,223); }
td.TdClassName
{
border-color: #A76DDF;
}
.TagClassName
{
border-color: #A76DDF;
}
</style>