Shades of Amethyst #AD65DD
Tints of Amethyst #AD65DD
RGB
CMYK
RGB Variations
Color information
#AD65DD (or 0xAD65DD) is known color: Amethyst. HEX triplet: AD, 65 and DD. RGB value is (173,101,221). Sum of RGB (Red+Green+Blue) = 173+101+221=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65DD is #529A22. Grayscale: #878787. Windows color (decimal): -5413411 or 14509485. OLE color: 14509485.
HSL color Cylindrical-coordinate representation of color #AD65DD: hue angle of 276º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD65DD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 101 | 221 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 276º | 0.64% | 0.63% | - |
| HSV(B) | 276º | 0.54% | 0.87% | - |
| XYZ | 34.94 | 23.41 | 71.08 | - |
| YUV | 136.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 221 | 0.22 | 0.54 | 0 | 0.13 | 276 | 0.64 | 0.63 |
| Hex | AD | 65 | DD | 16 | 36 | 0 | D | 114 | 40 | 3F |
| Octal | 255 | 145 | 335 | 26 | 66 | 0 | 15 | 424 | 100 | 77 |
| Binary | 10101101 | 1100101 | 11011101 | 10110 | 110110 | 0 | 1101 | 100010100 | 1000000 | 111111 |
Color Harmonies of #AD65DD
Complementary color
Monochromatic Colors of #AD65DD
Black with #AD65DD
Text Example
Text Example
White with #AD65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65DD; }
p { color: rgb(173,101,221); }
H1.HeaderClassName
{
color: #AD65DD;
}
.AnyTagClassName
{
color: #AD65DD;
}
</style>
background-color css
<style>
a { background-color: #AD65DD; }
a { background-color: rgb(173,101,221); }
div.DivClassName
{
background-color: #AD65DD;
}
.BgClassName
{
background-color: #AD65DD;
}
</style>
border-color css
<style>
span { border-color: #AD65DD; }
span { border-color: rgb(173,101,221); }
td.TdClassName
{
border-color: #AD65DD;
}
.TagClassName
{
border-color: #AD65DD;
}
</style>