Shades of Amethyst #AD68DA
Tints of Amethyst #AD68DA
RGB
CMYK
RGB Variations
Color information
#AD68DA (or 0xAD68DA) is known color: Amethyst. HEX triplet: AD, 68 and DA. RGB value is (173,104,218). Sum of RGB (Red+Green+Blue) = 173+104+218=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68DA is #529725. Grayscale: #898989. Windows color (decimal): -5412646 or 14313645. OLE color: 14313645.
HSL color Cylindrical-coordinate representation of color #AD68DA: hue angle of 276.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD68DA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 104 | 218 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.15 |
| HSL | 276.32º | 0.61% | 0.63% | - |
| HSV(B) | 276.32º | 0.52% | 0.85% | - |
| XYZ | 34.84 | 23.85 | 69.1 | - |
| YUV | 137.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 218 | 0.21 | 0.52 | 0 | 0.15 | 276.32 | 0.61 | 0.63 |
| Hex | AD | 68 | DA | 15 | 34 | 0 | F | 114 | 3D | 3F |
| Octal | 255 | 150 | 332 | 25 | 64 | 0 | 17 | 424 | 75 | 77 |
| Binary | 10101101 | 1101000 | 11011010 | 10101 | 110100 | 0 | 1111 | 100010100 | 111101 | 111111 |
Color Harmonies of #AD68DA
Complementary color
Monochromatic Colors of #AD68DA
Black with #AD68DA
Text Example
Text Example
White with #AD68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68DA; }
p { color: rgb(173,104,218); }
H1.HeaderClassName
{
color: #AD68DA;
}
.AnyTagClassName
{
color: #AD68DA;
}
</style>
background-color css
<style>
a { background-color: #AD68DA; }
a { background-color: rgb(173,104,218); }
div.DivClassName
{
background-color: #AD68DA;
}
.BgClassName
{
background-color: #AD68DA;
}
</style>
border-color css
<style>
span { border-color: #AD68DA; }
span { border-color: rgb(173,104,218); }
td.TdClassName
{
border-color: #AD68DA;
}
.TagClassName
{
border-color: #AD68DA;
}
</style>