Shades of Amethyst #A76ADF
Tints of Amethyst #A76ADF
RGB
CMYK
RGB Variations
Color information
#A76ADF (or 0xA76ADF) is known color: Amethyst. HEX triplet: A7, 6A and DF. RGB value is (167,106,223). Sum of RGB (Red+Green+Blue) = 167+106+223=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ADF is #589520. Grayscale: #898989. Windows color (decimal): -5805345 or 14641831. OLE color: 14641831.
HSL color Cylindrical-coordinate representation of color #A76ADF: hue angle of 271.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76ADF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 106 | 223 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.28º | 0.65% | 0.65% | - |
| HSV(B) | 271.28º | 0.52% | 0.87% | - |
| XYZ | 34.41 | 23.85 | 72.6 | - |
| YUV | 137.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 223 | 0.25 | 0.52 | 0 | 0.13 | 271.28 | 0.65 | 0.65 |
| Hex | A7 | 6A | DF | 19 | 34 | 0 | D | 10F | 41 | 41 |
| Octal | 247 | 152 | 337 | 31 | 64 | 0 | 15 | 417 | 101 | 101 |
| Binary | 10100111 | 1101010 | 11011111 | 11001 | 110100 | 0 | 1101 | 100001111 | 1000001 | 1000001 |
Color Harmonies of #A76ADF
Complementary color
Monochromatic Colors of #A76ADF
Black with #A76ADF
Text Example
Text Example
White with #A76ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76ADF; }
p { color: rgb(167,106,223); }
H1.HeaderClassName
{
color: #A76ADF;
}
.AnyTagClassName
{
color: #A76ADF;
}
</style>
background-color css
<style>
a { background-color: #A76ADF; }
a { background-color: rgb(167,106,223); }
div.DivClassName
{
background-color: #A76ADF;
}
.BgClassName
{
background-color: #A76ADF;
}
</style>
border-color css
<style>
span { border-color: #A76ADF; }
span { border-color: rgb(167,106,223); }
td.TdClassName
{
border-color: #A76ADF;
}
.TagClassName
{
border-color: #A76ADF;
}
</style>