Shades of Amethyst #AD6BCF
Tints of Amethyst #AD6BCF
RGB
CMYK
RGB Variations
Color information
#AD6BCF (or 0xAD6BCF) is known color: Amethyst. HEX triplet: AD, 6B and CF. RGB value is (173,107,207). Sum of RGB (Red+Green+Blue) = 173+107+207=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BCF is #529430. Grayscale: #898989. Windows color (decimal): -5411889 or 13593517. OLE color: 13593517.
HSL color Cylindrical-coordinate representation of color #AD6BCF: hue angle of 279.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6BCF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 107 | 207 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.19 |
| HSL | 279.6º | 0.51% | 0.62% | - |
| HSV(B) | 279.6º | 0.48% | 0.81% | - |
| XYZ | 33.75 | 23.9 | 61.87 | - |
| YUV | 138.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 207 | 0.16 | 0.48 | 0 | 0.19 | 279.6 | 0.51 | 0.62 |
| Hex | AD | 6B | CF | 10 | 30 | 0 | 13 | 118 | 33 | 3E |
| Octal | 255 | 153 | 317 | 20 | 60 | 0 | 23 | 430 | 63 | 76 |
| Binary | 10101101 | 1101011 | 11001111 | 10000 | 110000 | 0 | 10011 | 100011000 | 110011 | 111110 |
Color Harmonies of #AD6BCF
Complementary color
Monochromatic Colors of #AD6BCF
Black with #AD6BCF
Text Example
Text Example
White with #AD6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BCF; }
p { color: rgb(173,107,207); }
H1.HeaderClassName
{
color: #AD6BCF;
}
.AnyTagClassName
{
color: #AD6BCF;
}
</style>
background-color css
<style>
a { background-color: #AD6BCF; }
a { background-color: rgb(173,107,207); }
div.DivClassName
{
background-color: #AD6BCF;
}
.BgClassName
{
background-color: #AD6BCF;
}
</style>
border-color css
<style>
span { border-color: #AD6BCF; }
span { border-color: rgb(173,107,207); }
td.TdClassName
{
border-color: #AD6BCF;
}
.TagClassName
{
border-color: #AD6BCF;
}
</style>