Shades of Amethyst #AD6FCF
Tints of Amethyst #AD6FCF
RGB
CMYK
RGB Variations
Color information
#AD6FCF (or 0xAD6FCF) is known color: Amethyst. HEX triplet: AD, 6F and CF. RGB value is (173,111,207). Sum of RGB (Red+Green+Blue) = 173+111+207=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCF is #529030. Grayscale: #8C8C8C. Windows color (decimal): -5410865 or 13594541. OLE color: 13594541.
HSL color Cylindrical-coordinate representation of color #AD6FCF: hue angle of 278.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6FCF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 111 | 207 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.19 |
| HSL | 278.75º | 0.5% | 0.62% | - |
| HSV(B) | 278.75º | 0.46% | 0.81% | - |
| XYZ | 34.18 | 24.76 | 62.01 | - |
| YUV | 140.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 207 | 0.16 | 0.46 | 0 | 0.19 | 278.75 | 0.5 | 0.62 |
| Hex | AD | 6F | CF | 10 | 2E | 0 | 13 | 117 | 32 | 3E |
| Octal | 255 | 157 | 317 | 20 | 56 | 0 | 23 | 427 | 62 | 76 |
| Binary | 10101101 | 1101111 | 11001111 | 10000 | 101110 | 0 | 10011 | 100010111 | 110010 | 111110 |
Color Harmonies of #AD6FCF
Complementary color
Monochromatic Colors of #AD6FCF
Black with #AD6FCF
Text Example
Text Example
White with #AD6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FCF; }
p { color: rgb(173,111,207); }
H1.HeaderClassName
{
color: #AD6FCF;
}
.AnyTagClassName
{
color: #AD6FCF;
}
</style>
background-color css
<style>
a { background-color: #AD6FCF; }
a { background-color: rgb(173,111,207); }
div.DivClassName
{
background-color: #AD6FCF;
}
.BgClassName
{
background-color: #AD6FCF;
}
</style>
border-color css
<style>
span { border-color: #AD6FCF; }
span { border-color: rgb(173,111,207); }
td.TdClassName
{
border-color: #AD6FCF;
}
.TagClassName
{
border-color: #AD6FCF;
}
</style>