Shades of Amethyst #AD65DF
Tints of Amethyst #AD65DF
RGB
CMYK
RGB Variations
Color information
#AD65DF (or 0xAD65DF) is known color: Amethyst. HEX triplet: AD, 65 and DF. RGB value is (173,101,223). Sum of RGB (Red+Green+Blue) = 173+101+223=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65DF is #529A20. Grayscale: #888888. Windows color (decimal): -5413409 or 14640557. OLE color: 14640557.
HSL color Cylindrical-coordinate representation of color #AD65DF: hue angle of 275.41º 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 #AD65DF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 101 | 223 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.13 |
| HSL | 275.41º | 0.66% | 0.64% | - |
| HSV(B) | 275.41º | 0.55% | 0.87% | - |
| XYZ | 35.21 | 23.52 | 72.5 | - |
| YUV | 136.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 223 | 0.22 | 0.55 | 0 | 0.13 | 275.41 | 0.66 | 0.64 |
| Hex | AD | 65 | DF | 16 | 37 | 0 | D | 113 | 42 | 40 |
| Octal | 255 | 145 | 337 | 26 | 67 | 0 | 15 | 423 | 102 | 100 |
| Binary | 10101101 | 1100101 | 11011111 | 10110 | 110111 | 0 | 1101 | 100010011 | 1000010 | 1000000 |
Color Harmonies of #AD65DF
Complementary color
Monochromatic Colors of #AD65DF
Black with #AD65DF
Text Example
Text Example
White with #AD65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65DF; }
p { color: rgb(173,101,223); }
H1.HeaderClassName
{
color: #AD65DF;
}
.AnyTagClassName
{
color: #AD65DF;
}
</style>
background-color css
<style>
a { background-color: #AD65DF; }
a { background-color: rgb(173,101,223); }
div.DivClassName
{
background-color: #AD65DF;
}
.BgClassName
{
background-color: #AD65DF;
}
</style>
border-color css
<style>
span { border-color: #AD65DF; }
span { border-color: rgb(173,101,223); }
td.TdClassName
{
border-color: #AD65DF;
}
.TagClassName
{
border-color: #AD65DF;
}
</style>