Shades of Amethyst #AD68CF
Tints of Amethyst #AD68CF
RGB
CMYK
RGB Variations
Color information
#AD68CF (or 0xAD68CF) is known color: Amethyst. HEX triplet: AD, 68 and CF. RGB value is (173,104,207). Sum of RGB (Red+Green+Blue) = 173+104+207=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CF is #529730. Grayscale: #888888. Windows color (decimal): -5412657 or 13592749. OLE color: 13592749.
HSL color Cylindrical-coordinate representation of color #AD68CF: hue angle of 280.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD68CF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 104 | 207 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.19 |
| HSL | 280.19º | 0.52% | 0.61% | - |
| HSV(B) | 280.19º | 0.5% | 0.81% | - |
| XYZ | 33.45 | 23.29 | 61.76 | - |
| YUV | 136.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 207 | 0.16 | 0.50 | 0 | 0.19 | 280.19 | 0.52 | 0.61 |
| Hex | AD | 68 | CF | 10 | 32 | 0 | 13 | 118 | 34 | 3D |
| Octal | 255 | 150 | 317 | 20 | 62 | 0 | 23 | 430 | 64 | 75 |
| Binary | 10101101 | 1101000 | 11001111 | 10000 | 110010 | 0 | 10011 | 100011000 | 110100 | 111101 |
Color Harmonies of #AD68CF
Complementary color
Monochromatic Colors of #AD68CF
Black with #AD68CF
Text Example
Text Example
White with #AD68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68CF; }
p { color: rgb(173,104,207); }
H1.HeaderClassName
{
color: #AD68CF;
}
.AnyTagClassName
{
color: #AD68CF;
}
</style>
background-color css
<style>
a { background-color: #AD68CF; }
a { background-color: rgb(173,104,207); }
div.DivClassName
{
background-color: #AD68CF;
}
.BgClassName
{
background-color: #AD68CF;
}
</style>
border-color css
<style>
span { border-color: #AD68CF; }
span { border-color: rgb(173,104,207); }
td.TdClassName
{
border-color: #AD68CF;
}
.TagClassName
{
border-color: #AD68CF;
}
</style>