Shades of Amethyst #AD6ACF
Tints of Amethyst #AD6ACF
RGB
CMYK
RGB Variations
Color information
#AD6ACF (or 0xAD6ACF) is known color: Amethyst. HEX triplet: AD, 6A and CF. RGB value is (173,106,207). Sum of RGB (Red+Green+Blue) = 173+106+207=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACF is #529530. Grayscale: #898989. Windows color (decimal): -5412145 or 13593261. OLE color: 13593261.
HSL color Cylindrical-coordinate representation of color #AD6ACF: hue angle of 279.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6ACF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 106 | 207 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.19 |
| HSL | 279.8º | 0.51% | 0.61% | - |
| HSV(B) | 279.8º | 0.49% | 0.81% | - |
| XYZ | 33.65 | 23.7 | 61.83 | - |
| YUV | 137.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 207 | 0.16 | 0.49 | 0 | 0.19 | 279.8 | 0.51 | 0.61 |
| Hex | AD | 6A | CF | 10 | 31 | 0 | 13 | 118 | 33 | 3D |
| Octal | 255 | 152 | 317 | 20 | 61 | 0 | 23 | 430 | 63 | 75 |
| Binary | 10101101 | 1101010 | 11001111 | 10000 | 110001 | 0 | 10011 | 100011000 | 110011 | 111101 |
Color Harmonies of #AD6ACF
Complementary color
Monochromatic Colors of #AD6ACF
Black with #AD6ACF
Text Example
Text Example
White with #AD6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ACF; }
p { color: rgb(173,106,207); }
H1.HeaderClassName
{
color: #AD6ACF;
}
.AnyTagClassName
{
color: #AD6ACF;
}
</style>
background-color css
<style>
a { background-color: #AD6ACF; }
a { background-color: rgb(173,106,207); }
div.DivClassName
{
background-color: #AD6ACF;
}
.BgClassName
{
background-color: #AD6ACF;
}
</style>
border-color css
<style>
span { border-color: #AD6ACF; }
span { border-color: rgb(173,106,207); }
td.TdClassName
{
border-color: #AD6ACF;
}
.TagClassName
{
border-color: #AD6ACF;
}
</style>