Shades of Amethyst #AD6CCD
Tints of Amethyst #AD6CCD
RGB
CMYK
RGB Variations
Color information
#AD6CCD (or 0xAD6CCD) is known color: Amethyst. HEX triplet: AD, 6C and CD. RGB value is (173,108,205). Sum of RGB (Red+Green+Blue) = 173+108+205=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CCD is #529332. Grayscale: #8A8A8A. Windows color (decimal): -5411635 or 13462701. OLE color: 13462701.
HSL color Cylindrical-coordinate representation of color #AD6CCD: hue angle of 280.21º degrees, saturation: 0.49, 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 #AD6CCD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 108 | 205 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.20 |
| HSL | 280.21º | 0.49% | 0.61% | - |
| HSV(B) | 280.21º | 0.47% | 0.8% | - |
| XYZ | 33.62 | 24.02 | 60.62 | - |
| YUV | 138.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 205 | 0.16 | 0.47 | 0 | 0.20 | 280.21 | 0.49 | 0.61 |
| Hex | AD | 6C | CD | 10 | 2F | 0 | 14 | 118 | 31 | 3D |
| Octal | 255 | 154 | 315 | 20 | 57 | 0 | 24 | 430 | 61 | 75 |
| Binary | 10101101 | 1101100 | 11001101 | 10000 | 101111 | 0 | 10100 | 100011000 | 110001 | 111101 |
Color Harmonies of #AD6CCD
Complementary color
Monochromatic Colors of #AD6CCD
Black with #AD6CCD
Text Example
Text Example
White with #AD6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CCD; }
p { color: rgb(173,108,205); }
H1.HeaderClassName
{
color: #AD6CCD;
}
.AnyTagClassName
{
color: #AD6CCD;
}
</style>
background-color css
<style>
a { background-color: #AD6CCD; }
a { background-color: rgb(173,108,205); }
div.DivClassName
{
background-color: #AD6CCD;
}
.BgClassName
{
background-color: #AD6CCD;
}
</style>
border-color css
<style>
span { border-color: #AD6CCD; }
span { border-color: rgb(173,108,205); }
td.TdClassName
{
border-color: #AD6CCD;
}
.TagClassName
{
border-color: #AD6CCD;
}
</style>