Shades of Amethyst #AD67DE
Tints of Amethyst #AD67DE
RGB
CMYK
RGB Variations
Color information
#AD67DE (or 0xAD67DE) is known color: Amethyst. HEX triplet: AD, 67 and DE. RGB value is (173,103,222). Sum of RGB (Red+Green+Blue) = 173+103+222=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DE is #529821. Grayscale: #898989. Windows color (decimal): -5412898 or 14575533. OLE color: 14575533.
HSL color Cylindrical-coordinate representation of color #AD67DE: hue angle of 275.29º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD67DE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 103 | 222 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275.29º | 0.64% | 0.64% | - |
| HSV(B) | 275.29º | 0.54% | 0.87% | - |
| XYZ | 35.27 | 23.86 | 71.85 | - |
| YUV | 137.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 222 | 0.22 | 0.54 | 0 | 0.13 | 275.29 | 0.64 | 0.64 |
| Hex | AD | 67 | DE | 16 | 36 | 0 | D | 113 | 40 | 40 |
| Octal | 255 | 147 | 336 | 26 | 66 | 0 | 15 | 423 | 100 | 100 |
| Binary | 10101101 | 1100111 | 11011110 | 10110 | 110110 | 0 | 1101 | 100010011 | 1000000 | 1000000 |
Color Harmonies of #AD67DE
Complementary color
Monochromatic Colors of #AD67DE
Black with #AD67DE
Text Example
Text Example
White with #AD67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67DE; }
p { color: rgb(173,103,222); }
H1.HeaderClassName
{
color: #AD67DE;
}
.AnyTagClassName
{
color: #AD67DE;
}
</style>
background-color css
<style>
a { background-color: #AD67DE; }
a { background-color: rgb(173,103,222); }
div.DivClassName
{
background-color: #AD67DE;
}
.BgClassName
{
background-color: #AD67DE;
}
</style>
border-color css
<style>
span { border-color: #AD67DE; }
span { border-color: rgb(173,103,222); }
td.TdClassName
{
border-color: #AD67DE;
}
.TagClassName
{
border-color: #AD67DE;
}
</style>