Shades of Amethyst #AD67DF
Tints of Amethyst #AD67DF
RGB
CMYK
RGB Variations
Color information
#AD67DF (or 0xAD67DF) is known color: Amethyst. HEX triplet: AD, 67 and DF. RGB value is (173,103,223). Sum of RGB (Red+Green+Blue) = 173+103+223=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DF is #529820. Grayscale: #898989. Windows color (decimal): -5412897 or 14641069. OLE color: 14641069.
HSL color Cylindrical-coordinate representation of color #AD67DF: hue angle of 275º degrees, saturation: 0.65, 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 #AD67DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 103 | 223 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275º | 0.65% | 0.64% | - |
| HSV(B) | 275º | 0.54% | 0.87% | - |
| XYZ | 35.4 | 23.91 | 72.56 | - |
| YUV | 137.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 223 | 0.22 | 0.54 | 0 | 0.13 | 275 | 0.65 | 0.64 |
| Hex | AD | 67 | DF | 16 | 36 | 0 | D | 113 | 41 | 40 |
| Octal | 255 | 147 | 337 | 26 | 66 | 0 | 15 | 423 | 101 | 100 |
| Binary | 10101101 | 1100111 | 11011111 | 10110 | 110110 | 0 | 1101 | 100010011 | 1000001 | 1000000 |
Color Harmonies of #AD67DF
Complementary color
Monochromatic Colors of #AD67DF
Black with #AD67DF
Text Example
Text Example
White with #AD67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67DF; }
p { color: rgb(173,103,223); }
H1.HeaderClassName
{
color: #AD67DF;
}
.AnyTagClassName
{
color: #AD67DF;
}
</style>
background-color css
<style>
a { background-color: #AD67DF; }
a { background-color: rgb(173,103,223); }
div.DivClassName
{
background-color: #AD67DF;
}
.BgClassName
{
background-color: #AD67DF;
}
</style>
border-color css
<style>
span { border-color: #AD67DF; }
span { border-color: rgb(173,103,223); }
td.TdClassName
{
border-color: #AD67DF;
}
.TagClassName
{
border-color: #AD67DF;
}
</style>