Shades of Amethyst #AD6BCC
Tints of Amethyst #AD6BCC
RGB
CMYK
RGB Variations
Color information
#AD6BCC (or 0xAD6BCC) is known color: Amethyst. HEX triplet: AD, 6B and CC. RGB value is (173,107,204). Sum of RGB (Red+Green+Blue) = 173+107+204=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BCC is #529433. Grayscale: #898989. Windows color (decimal): -5411892 or 13396909. OLE color: 13396909.
HSL color Cylindrical-coordinate representation of color #AD6BCC: hue angle of 280.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6BCC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 107 | 204 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.2 |
| HSL | 280.82º | 0.49% | 0.61% | - |
| HSV(B) | 280.82º | 0.48% | 0.8% | - |
| XYZ | 33.39 | 23.76 | 59.95 | - |
| YUV | 137.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 204 | 0.15 | 0.48 | 0 | 0.2 | 280.82 | 0.49 | 0.61 |
| Hex | AD | 6B | CC | F | 30 | 0 | 14 | 119 | 31 | 3D |
| Octal | 255 | 153 | 314 | 17 | 60 | 0 | 24 | 431 | 61 | 75 |
| Binary | 10101101 | 1101011 | 11001100 | 1111 | 110000 | 0 | 10100 | 100011001 | 110001 | 111101 |
Color Harmonies of #AD6BCC
Complementary color
Monochromatic Colors of #AD6BCC
Black with #AD6BCC
Text Example
Text Example
White with #AD6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BCC; }
p { color: rgb(173,107,204); }
H1.HeaderClassName
{
color: #AD6BCC;
}
.AnyTagClassName
{
color: #AD6BCC;
}
</style>
background-color css
<style>
a { background-color: #AD6BCC; }
a { background-color: rgb(173,107,204); }
div.DivClassName
{
background-color: #AD6BCC;
}
.BgClassName
{
background-color: #AD6BCC;
}
</style>
border-color css
<style>
span { border-color: #AD6BCC; }
span { border-color: rgb(173,107,204); }
td.TdClassName
{
border-color: #AD6BCC;
}
.TagClassName
{
border-color: #AD6BCC;
}
</style>