Shades of Amethyst #AD66E4
Tints of Amethyst #AD66E4
RGB
CMYK
RGB Variations
Color information
#AD66E4 (or 0xAD66E4) is known color: Amethyst. HEX triplet: AD, 66 and E4. RGB value is (173,102,228). Sum of RGB (Red+Green+Blue) = 173+102+228=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD66E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66E4 is #52991B. Grayscale: #898989. Windows color (decimal): -5413148 or 14968493. OLE color: 14968493.
HSL color Cylindrical-coordinate representation of color #AD66E4: hue angle of 273.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD66E4 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 102 | 228 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.11 |
| HSL | 273.81º | 0.7% | 0.65% | - |
| HSV(B) | 273.81º | 0.55% | 0.89% | - |
| XYZ | 35.99 | 23.99 | 76.13 | - |
| YUV | 137.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 228 | 0.24 | 0.55 | 0 | 0.11 | 273.81 | 0.7 | 0.65 |
| Hex | AD | 66 | E4 | 18 | 37 | 0 | B | 112 | 46 | 41 |
| Octal | 255 | 146 | 344 | 30 | 67 | 0 | 13 | 422 | 106 | 101 |
| Binary | 10101101 | 1100110 | 11100100 | 11000 | 110111 | 0 | 1011 | 100010010 | 1000110 | 1000001 |
Color Harmonies of #AD66E4
Complementary color
Monochromatic Colors of #AD66E4
Black with #AD66E4
Text Example
Text Example
White with #AD66E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66E4; }
p { color: rgb(173,102,228); }
H1.HeaderClassName
{
color: #AD66E4;
}
.AnyTagClassName
{
color: #AD66E4;
}
</style>
background-color css
<style>
a { background-color: #AD66E4; }
a { background-color: rgb(173,102,228); }
div.DivClassName
{
background-color: #AD66E4;
}
.BgClassName
{
background-color: #AD66E4;
}
</style>
border-color css
<style>
span { border-color: #AD66E4; }
span { border-color: rgb(173,102,228); }
td.TdClassName
{
border-color: #AD66E4;
}
.TagClassName
{
border-color: #AD66E4;
}
</style>