Shades of Amethyst #AD6CDA
Tints of Amethyst #AD6CDA
RGB
CMYK
RGB Variations
Color information
#AD6CDA (or 0xAD6CDA) is known color: Amethyst. HEX triplet: AD, 6C and DA. RGB value is (173,108,218). Sum of RGB (Red+Green+Blue) = 173+108+218=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD6CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CDA is #529325. Grayscale: #8B8B8B. Windows color (decimal): -5411622 or 14314669. OLE color: 14314669.
HSL color Cylindrical-coordinate representation of color #AD6CDA: hue angle of 275.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6CDA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 108 | 218 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.15 |
| HSL | 275.45º | 0.6% | 0.64% | - |
| HSV(B) | 275.45º | 0.5% | 0.85% | - |
| XYZ | 35.25 | 24.67 | 69.23 | - |
| YUV | 139.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 218 | 0.21 | 0.50 | 0 | 0.15 | 275.45 | 0.6 | 0.64 |
| Hex | AD | 6C | DA | 15 | 32 | 0 | F | 113 | 3C | 40 |
| Octal | 255 | 154 | 332 | 25 | 62 | 0 | 17 | 423 | 74 | 100 |
| Binary | 10101101 | 1101100 | 11011010 | 10101 | 110010 | 0 | 1111 | 100010011 | 111100 | 1000000 |
Color Harmonies of #AD6CDA
Complementary color
Monochromatic Colors of #AD6CDA
Black with #AD6CDA
Text Example
Text Example
White with #AD6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CDA; }
p { color: rgb(173,108,218); }
H1.HeaderClassName
{
color: #AD6CDA;
}
.AnyTagClassName
{
color: #AD6CDA;
}
</style>
background-color css
<style>
a { background-color: #AD6CDA; }
a { background-color: rgb(173,108,218); }
div.DivClassName
{
background-color: #AD6CDA;
}
.BgClassName
{
background-color: #AD6CDA;
}
</style>
border-color css
<style>
span { border-color: #AD6CDA; }
span { border-color: rgb(173,108,218); }
td.TdClassName
{
border-color: #AD6CDA;
}
.TagClassName
{
border-color: #AD6CDA;
}
</style>