Shades of Amethyst #AD6FE0
Tints of Amethyst #AD6FE0
RGB
CMYK
RGB Variations
Color information
#AD6FE0 (or 0xAD6FE0) is known color: Amethyst. HEX triplet: AD, 6F and E0. RGB value is (173,111,224). Sum of RGB (Red+Green+Blue) = 173+111+224=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FE0 is #52901F. Grayscale: #8E8E8E. Windows color (decimal): -5410848 or 14708653. OLE color: 14708653.
HSL color Cylindrical-coordinate representation of color #AD6FE0: hue angle of 272.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6FE0 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 111 | 224 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.12 |
| HSL | 272.92º | 0.65% | 0.66% | - |
| HSV(B) | 272.92º | 0.5% | 0.88% | - |
| XYZ | 36.37 | 25.63 | 73.55 | - |
| YUV | 142.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 224 | 0.23 | 0.50 | 0 | 0.12 | 272.92 | 0.65 | 0.66 |
| Hex | AD | 6F | E0 | 17 | 32 | 0 | C | 111 | 41 | 42 |
| Octal | 255 | 157 | 340 | 27 | 62 | 0 | 14 | 421 | 101 | 102 |
| Binary | 10101101 | 1101111 | 11100000 | 10111 | 110010 | 0 | 1100 | 100010001 | 1000001 | 1000010 |
Color Harmonies of #AD6FE0
Complementary color
Monochromatic Colors of #AD6FE0
Black with #AD6FE0
Text Example
Text Example
White with #AD6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FE0; }
p { color: rgb(173,111,224); }
H1.HeaderClassName
{
color: #AD6FE0;
}
.AnyTagClassName
{
color: #AD6FE0;
}
</style>
background-color css
<style>
a { background-color: #AD6FE0; }
a { background-color: rgb(173,111,224); }
div.DivClassName
{
background-color: #AD6FE0;
}
.BgClassName
{
background-color: #AD6FE0;
}
</style>
border-color css
<style>
span { border-color: #AD6FE0; }
span { border-color: rgb(173,111,224); }
td.TdClassName
{
border-color: #AD6FE0;
}
.TagClassName
{
border-color: #AD6FE0;
}
</style>