Shades of Amethyst #A766DA
Tints of Amethyst #A766DA
RGB
CMYK
RGB Variations
Color information
#A766DA (or 0xA766DA) is known color: Amethyst. HEX triplet: A7, 66 and DA. RGB value is (167,102,218). Sum of RGB (Red+Green+Blue) = 167+102+218=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A766DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766DA is #589925. Grayscale: #868686. Windows color (decimal): -5806374 or 14313127. OLE color: 14313127.
HSL color Cylindrical-coordinate representation of color #A766DA: hue angle of 273.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A766DA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 102 | 218 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.15 |
| HSL | 273.62º | 0.61% | 0.63% | - |
| HSV(B) | 273.62º | 0.53% | 0.85% | - |
| XYZ | 33.34 | 22.78 | 68.97 | - |
| YUV | 134.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 218 | 0.23 | 0.53 | 0 | 0.15 | 273.62 | 0.61 | 0.63 |
| Hex | A7 | 66 | DA | 17 | 35 | 0 | F | 112 | 3D | 3F |
| Octal | 247 | 146 | 332 | 27 | 65 | 0 | 17 | 422 | 75 | 77 |
| Binary | 10100111 | 1100110 | 11011010 | 10111 | 110101 | 0 | 1111 | 100010010 | 111101 | 111111 |
Color Harmonies of #A766DA
Complementary color
Monochromatic Colors of #A766DA
Black with #A766DA
Text Example
Text Example
White with #A766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A766DA; }
p { color: rgb(167,102,218); }
H1.HeaderClassName
{
color: #A766DA;
}
.AnyTagClassName
{
color: #A766DA;
}
</style>
background-color css
<style>
a { background-color: #A766DA; }
a { background-color: rgb(167,102,218); }
div.DivClassName
{
background-color: #A766DA;
}
.BgClassName
{
background-color: #A766DA;
}
</style>
border-color css
<style>
span { border-color: #A766DA; }
span { border-color: rgb(167,102,218); }
td.TdClassName
{
border-color: #A766DA;
}
.TagClassName
{
border-color: #A766DA;
}
</style>