Shades of Amethyst #AD6FC8
Tints of Amethyst #AD6FC8
RGB
CMYK
RGB Variations
Color information
#AD6FC8 (or 0xAD6FC8) is known color: Amethyst. HEX triplet: AD, 6F and C8. RGB value is (173,111,200). Sum of RGB (Red+Green+Blue) = 173+111+200=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD6FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FC8 is #529037. Grayscale: #8B8B8B. Windows color (decimal): -5410872 or 13135789. OLE color: 13135789.
HSL color Cylindrical-coordinate representation of color #AD6FC8: hue angle of 281.8º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6FC8 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 111 | 200 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.22 |
| HSL | 281.8º | 0.45% | 0.61% | - |
| HSV(B) | 281.8º | 0.45% | 0.78% | - |
| XYZ | 33.34 | 24.42 | 57.6 | - |
| YUV | 139.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 200 | 0.14 | 0.44 | 0 | 0.22 | 281.8 | 0.45 | 0.61 |
| Hex | AD | 6F | C8 | E | 2C | 0 | 16 | 11A | 2D | 3D |
| Octal | 255 | 157 | 310 | 16 | 54 | 0 | 26 | 432 | 55 | 75 |
| Binary | 10101101 | 1101111 | 11001000 | 1110 | 101100 | 0 | 10110 | 100011010 | 101101 | 111101 |
Color Harmonies of #AD6FC8
Complementary color
Monochromatic Colors of #AD6FC8
Black with #AD6FC8
Text Example
Text Example
White with #AD6FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FC8; }
p { color: rgb(173,111,200); }
H1.HeaderClassName
{
color: #AD6FC8;
}
.AnyTagClassName
{
color: #AD6FC8;
}
</style>
background-color css
<style>
a { background-color: #AD6FC8; }
a { background-color: rgb(173,111,200); }
div.DivClassName
{
background-color: #AD6FC8;
}
.BgClassName
{
background-color: #AD6FC8;
}
</style>
border-color css
<style>
span { border-color: #AD6FC8; }
span { border-color: rgb(173,111,200); }
td.TdClassName
{
border-color: #AD6FC8;
}
.TagClassName
{
border-color: #AD6FC8;
}
</style>