Shades of Amethyst #AD66D3
Tints of Amethyst #AD66D3
RGB
CMYK
RGB Variations
Color information
#AD66D3 (or 0xAD66D3) is known color: Amethyst. HEX triplet: AD, 66 and D3. RGB value is (173,102,211). Sum of RGB (Red+Green+Blue) = 173+102+211=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD66D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66D3 is #52992C. Grayscale: #878787. Windows color (decimal): -5413165 or 13854381. OLE color: 13854381.
HSL color Cylindrical-coordinate representation of color #AD66D3: hue angle of 279.08º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD66D3 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 102 | 211 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.17 |
| HSL | 279.08º | 0.55% | 0.61% | - |
| HSV(B) | 279.08º | 0.52% | 0.83% | - |
| XYZ | 33.74 | 23.09 | 64.31 | - |
| YUV | 135.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 211 | 0.18 | 0.52 | 0 | 0.17 | 279.08 | 0.55 | 0.61 |
| Hex | AD | 66 | D3 | 12 | 34 | 0 | 11 | 117 | 37 | 3D |
| Octal | 255 | 146 | 323 | 22 | 64 | 0 | 21 | 427 | 67 | 75 |
| Binary | 10101101 | 1100110 | 11010011 | 10010 | 110100 | 0 | 10001 | 100010111 | 110111 | 111101 |
Color Harmonies of #AD66D3
Complementary color
Monochromatic Colors of #AD66D3
Black with #AD66D3
Text Example
Text Example
White with #AD66D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66D3; }
p { color: rgb(173,102,211); }
H1.HeaderClassName
{
color: #AD66D3;
}
.AnyTagClassName
{
color: #AD66D3;
}
</style>
background-color css
<style>
a { background-color: #AD66D3; }
a { background-color: rgb(173,102,211); }
div.DivClassName
{
background-color: #AD66D3;
}
.BgClassName
{
background-color: #AD66D3;
}
</style>
border-color css
<style>
span { border-color: #AD66D3; }
span { border-color: rgb(173,102,211); }
td.TdClassName
{
border-color: #AD66D3;
}
.TagClassName
{
border-color: #AD66D3;
}
</style>