Shades of Amethyst #AD68CE
Tints of Amethyst #AD68CE
RGB
CMYK
RGB Variations
Color information
#AD68CE (or 0xAD68CE) is known color: Amethyst. HEX triplet: AD, 68 and CE. RGB value is (173,104,206). Sum of RGB (Red+Green+Blue) = 173+104+206=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CE is #529731. Grayscale: #878787. Windows color (decimal): -5412658 or 13527213. OLE color: 13527213.
HSL color Cylindrical-coordinate representation of color #AD68CE: hue angle of 280.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD68CE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 104 | 206 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.19 |
| HSL | 280.59º | 0.51% | 0.61% | - |
| HSV(B) | 280.59º | 0.5% | 0.81% | - |
| XYZ | 33.32 | 23.24 | 61.12 | - |
| YUV | 136.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 206 | 0.16 | 0.50 | 0 | 0.19 | 280.59 | 0.51 | 0.61 |
| Hex | AD | 68 | CE | 10 | 32 | 0 | 13 | 119 | 33 | 3D |
| Octal | 255 | 150 | 316 | 20 | 62 | 0 | 23 | 431 | 63 | 75 |
| Binary | 10101101 | 1101000 | 11001110 | 10000 | 110010 | 0 | 10011 | 100011001 | 110011 | 111101 |
Color Harmonies of #AD68CE
Complementary color
Monochromatic Colors of #AD68CE
Black with #AD68CE
Text Example
Text Example
White with #AD68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68CE; }
p { color: rgb(173,104,206); }
H1.HeaderClassName
{
color: #AD68CE;
}
.AnyTagClassName
{
color: #AD68CE;
}
</style>
background-color css
<style>
a { background-color: #AD68CE; }
a { background-color: rgb(173,104,206); }
div.DivClassName
{
background-color: #AD68CE;
}
.BgClassName
{
background-color: #AD68CE;
}
</style>
border-color css
<style>
span { border-color: #AD68CE; }
span { border-color: rgb(173,104,206); }
td.TdClassName
{
border-color: #AD68CE;
}
.TagClassName
{
border-color: #AD68CE;
}
</style>