Shades of Amethyst #AD68E1
Tints of Amethyst #AD68E1
RGB
CMYK
RGB Variations
Color information
#AD68E1 (or 0xAD68E1) is known color: Amethyst. HEX triplet: AD, 68 and E1. RGB value is (173,104,225). Sum of RGB (Red+Green+Blue) = 173+104+225=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD68E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68E1 is #52971E. Grayscale: #8A8A8A. Windows color (decimal): -5412639 or 14772397. OLE color: 14772397.
HSL color Cylindrical-coordinate representation of color #AD68E1: hue angle of 274.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD68E1 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 104 | 225 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.12 |
| HSL | 274.21º | 0.67% | 0.65% | - |
| HSV(B) | 274.21º | 0.54% | 0.88% | - |
| XYZ | 35.77 | 24.22 | 74.02 | - |
| YUV | 138.43 | 176.86 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 225 | 0.23 | 0.54 | 0 | 0.12 | 274.21 | 0.67 | 0.65 |
| Hex | AD | 68 | E1 | 17 | 36 | 0 | C | 112 | 43 | 41 |
| Octal | 255 | 150 | 341 | 27 | 66 | 0 | 14 | 422 | 103 | 101 |
| Binary | 10101101 | 1101000 | 11100001 | 10111 | 110110 | 0 | 1100 | 100010010 | 1000011 | 1000001 |
Color Harmonies of #AD68E1
Complementary color
Monochromatic Colors of #AD68E1
Black with #AD68E1
Text Example
Text Example
White with #AD68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68E1; }
p { color: rgb(173,104,225); }
H1.HeaderClassName
{
color: #AD68E1;
}
.AnyTagClassName
{
color: #AD68E1;
}
</style>
background-color css
<style>
a { background-color: #AD68E1; }
a { background-color: rgb(173,104,225); }
div.DivClassName
{
background-color: #AD68E1;
}
.BgClassName
{
background-color: #AD68E1;
}
</style>
border-color css
<style>
span { border-color: #AD68E1; }
span { border-color: rgb(173,104,225); }
td.TdClassName
{
border-color: #AD68E1;
}
.TagClassName
{
border-color: #AD68E1;
}
</style>