Shades of Amethyst #AD68CC
Tints of Amethyst #AD68CC
RGB
CMYK
RGB Variations
Color information
#AD68CC (or 0xAD68CC) is known color: Amethyst. HEX triplet: AD, 68 and CC. RGB value is (173,104,204). Sum of RGB (Red+Green+Blue) = 173+104+204=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CC is #529733. Grayscale: #878787. Windows color (decimal): -5412660 or 13396141. OLE color: 13396141.
HSL color Cylindrical-coordinate representation of color #AD68CC: hue angle of 281.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD68CC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 104 | 204 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.2 |
| HSL | 281.4º | 0.5% | 0.6% | - |
| HSV(B) | 281.4º | 0.49% | 0.8% | - |
| XYZ | 33.08 | 23.14 | 59.85 | - |
| YUV | 136.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 204 | 0.15 | 0.49 | 0 | 0.2 | 281.4 | 0.5 | 0.6 |
| Hex | AD | 68 | CC | F | 31 | 0 | 14 | 119 | 32 | 3C |
| Octal | 255 | 150 | 314 | 17 | 61 | 0 | 24 | 431 | 62 | 74 |
| Binary | 10101101 | 1101000 | 11001100 | 1111 | 110001 | 0 | 10100 | 100011001 | 110010 | 111100 |
Color Harmonies of #AD68CC
Complementary color
Monochromatic Colors of #AD68CC
Black with #AD68CC
Text Example
Text Example
White with #AD68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68CC; }
p { color: rgb(173,104,204); }
H1.HeaderClassName
{
color: #AD68CC;
}
.AnyTagClassName
{
color: #AD68CC;
}
</style>
background-color css
<style>
a { background-color: #AD68CC; }
a { background-color: rgb(173,104,204); }
div.DivClassName
{
background-color: #AD68CC;
}
.BgClassName
{
background-color: #AD68CC;
}
</style>
border-color css
<style>
span { border-color: #AD68CC; }
span { border-color: rgb(173,104,204); }
td.TdClassName
{
border-color: #AD68CC;
}
.TagClassName
{
border-color: #AD68CC;
}
</style>