Shades of Amethyst #AD6CCC
Tints of Amethyst #AD6CCC
RGB
CMYK
RGB Variations
Color information
#AD6CCC (or 0xAD6CCC) is known color: Amethyst. HEX triplet: AD, 6C and CC. RGB value is (173,108,204). Sum of RGB (Red+Green+Blue) = 173+108+204=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CCC is #529333. Grayscale: #8A8A8A. Windows color (decimal): -5411636 or 13397165. OLE color: 13397165.
HSL color Cylindrical-coordinate representation of color #AD6CCC: hue angle of 280.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6CCC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 108 | 204 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.2 |
| HSL | 280.63º | 0.48% | 0.61% | - |
| HSV(B) | 280.63º | 0.47% | 0.8% | - |
| XYZ | 33.5 | 23.97 | 59.99 | - |
| YUV | 138.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 204 | 0.15 | 0.47 | 0 | 0.2 | 280.63 | 0.48 | 0.61 |
| Hex | AD | 6C | CC | F | 2F | 0 | 14 | 119 | 30 | 3D |
| Octal | 255 | 154 | 314 | 17 | 57 | 0 | 24 | 431 | 60 | 75 |
| Binary | 10101101 | 1101100 | 11001100 | 1111 | 101111 | 0 | 10100 | 100011001 | 110000 | 111101 |
Color Harmonies of #AD6CCC
Complementary color
Monochromatic Colors of #AD6CCC
Black with #AD6CCC
Text Example
Text Example
White with #AD6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CCC; }
p { color: rgb(173,108,204); }
H1.HeaderClassName
{
color: #AD6CCC;
}
.AnyTagClassName
{
color: #AD6CCC;
}
</style>
background-color css
<style>
a { background-color: #AD6CCC; }
a { background-color: rgb(173,108,204); }
div.DivClassName
{
background-color: #AD6CCC;
}
.BgClassName
{
background-color: #AD6CCC;
}
</style>
border-color css
<style>
span { border-color: #AD6CCC; }
span { border-color: rgb(173,108,204); }
td.TdClassName
{
border-color: #AD6CCC;
}
.TagClassName
{
border-color: #AD6CCC;
}
</style>