Shades of Amethyst #A765DF
Tints of Amethyst #A765DF
RGB
CMYK
RGB Variations
Color information
#A765DF (or 0xA765DF) is known color: Amethyst. HEX triplet: A7, 65 and DF. RGB value is (167,101,223). Sum of RGB (Red+Green+Blue) = 167+101+223=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A765DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DF is #589A20. Grayscale: #868686. Windows color (decimal): -5806625 or 14640551. OLE color: 14640551.
HSL color Cylindrical-coordinate representation of color #A765DF: hue angle of 272.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A765DF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 101 | 223 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.13 |
| HSL | 272.46º | 0.66% | 0.64% | - |
| HSV(B) | 272.46º | 0.55% | 0.87% | - |
| XYZ | 33.91 | 22.85 | 72.44 | - |
| YUV | 134.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 223 | 0.25 | 0.55 | 0 | 0.13 | 272.46 | 0.66 | 0.64 |
| Hex | A7 | 65 | DF | 19 | 37 | 0 | D | 110 | 42 | 40 |
| Octal | 247 | 145 | 337 | 31 | 67 | 0 | 15 | 420 | 102 | 100 |
| Binary | 10100111 | 1100101 | 11011111 | 11001 | 110111 | 0 | 1101 | 100010000 | 1000010 | 1000000 |
Color Harmonies of #A765DF
Complementary color
Monochromatic Colors of #A765DF
Black with #A765DF
Text Example
Text Example
White with #A765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765DF; }
p { color: rgb(167,101,223); }
H1.HeaderClassName
{
color: #A765DF;
}
.AnyTagClassName
{
color: #A765DF;
}
</style>
background-color css
<style>
a { background-color: #A765DF; }
a { background-color: rgb(167,101,223); }
div.DivClassName
{
background-color: #A765DF;
}
.BgClassName
{
background-color: #A765DF;
}
</style>
border-color css
<style>
span { border-color: #A765DF; }
span { border-color: rgb(167,101,223); }
td.TdClassName
{
border-color: #A765DF;
}
.TagClassName
{
border-color: #A765DF;
}
</style>