Shades of Amethyst #A76BDD
Tints of Amethyst #A76BDD
RGB
CMYK
RGB Variations
Color information
#A76BDD (or 0xA76BDD) is known color: Amethyst. HEX triplet: A7, 6B and DD. RGB value is (167,107,221). Sum of RGB (Red+Green+Blue) = 167+107+221=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A76BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDD is #589422. Grayscale: #898989. Windows color (decimal): -5805091 or 14511015. OLE color: 14511015.
HSL color Cylindrical-coordinate representation of color #A76BDD: hue angle of 271.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76BDD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 107 | 221 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.13 |
| HSL | 271.58º | 0.63% | 0.64% | - |
| HSV(B) | 271.58º | 0.52% | 0.87% | - |
| XYZ | 34.25 | 23.95 | 71.22 | - |
| YUV | 137.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 221 | 0.24 | 0.52 | 0 | 0.13 | 271.58 | 0.63 | 0.64 |
| Hex | A7 | 6B | DD | 18 | 34 | 0 | D | 110 | 3F | 40 |
| Octal | 247 | 153 | 335 | 30 | 64 | 0 | 15 | 420 | 77 | 100 |
| Binary | 10100111 | 1101011 | 11011101 | 11000 | 110100 | 0 | 1101 | 100010000 | 111111 | 1000000 |
Color Harmonies of #A76BDD
Complementary color
Monochromatic Colors of #A76BDD
Black with #A76BDD
Text Example
Text Example
White with #A76BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BDD; }
p { color: rgb(167,107,221); }
H1.HeaderClassName
{
color: #A76BDD;
}
.AnyTagClassName
{
color: #A76BDD;
}
</style>
background-color css
<style>
a { background-color: #A76BDD; }
a { background-color: rgb(167,107,221); }
div.DivClassName
{
background-color: #A76BDD;
}
.BgClassName
{
background-color: #A76BDD;
}
</style>
border-color css
<style>
span { border-color: #A76BDD; }
span { border-color: rgb(167,107,221); }
td.TdClassName
{
border-color: #A76BDD;
}
.TagClassName
{
border-color: #A76BDD;
}
</style>