Shades of Amethyst #AD65DA
Tints of Amethyst #AD65DA
RGB
CMYK
RGB Variations
Color information
#AD65DA (or 0xAD65DA) is known color: Amethyst. HEX triplet: AD, 65 and DA. RGB value is (173,101,218). Sum of RGB (Red+Green+Blue) = 173+101+218=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65DA is #529A25. Grayscale: #878787. Windows color (decimal): -5413414 or 14312877. OLE color: 14312877.
HSL color Cylindrical-coordinate representation of color #AD65DA: hue angle of 276.92º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD65DA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 101 | 218 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.15 |
| HSL | 276.92º | 0.61% | 0.63% | - |
| HSV(B) | 276.92º | 0.54% | 0.85% | - |
| XYZ | 34.54 | 23.25 | 69 | - |
| YUV | 135.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 218 | 0.21 | 0.54 | 0 | 0.15 | 276.92 | 0.61 | 0.63 |
| Hex | AD | 65 | DA | 15 | 36 | 0 | F | 115 | 3D | 3F |
| Octal | 255 | 145 | 332 | 25 | 66 | 0 | 17 | 425 | 75 | 77 |
| Binary | 10101101 | 1100101 | 11011010 | 10101 | 110110 | 0 | 1111 | 100010101 | 111101 | 111111 |
Color Harmonies of #AD65DA
Complementary color
Monochromatic Colors of #AD65DA
Black with #AD65DA
Text Example
Text Example
White with #AD65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65DA; }
p { color: rgb(173,101,218); }
H1.HeaderClassName
{
color: #AD65DA;
}
.AnyTagClassName
{
color: #AD65DA;
}
</style>
background-color css
<style>
a { background-color: #AD65DA; }
a { background-color: rgb(173,101,218); }
div.DivClassName
{
background-color: #AD65DA;
}
.BgClassName
{
background-color: #AD65DA;
}
</style>
border-color css
<style>
span { border-color: #AD65DA; }
span { border-color: rgb(173,101,218); }
td.TdClassName
{
border-color: #AD65DA;
}
.TagClassName
{
border-color: #AD65DA;
}
</style>