Shades of Amethyst #AD6DE4
Tints of Amethyst #AD6DE4
RGB
CMYK
RGB Variations
Color information
#AD6DE4 (or 0xAD6DE4) is known color: Amethyst. HEX triplet: AD, 6D and E4. RGB value is (173,109,228). Sum of RGB (Red+Green+Blue) = 173+109+228=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD6DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE4 is #52921B. Grayscale: #8D8D8D. Windows color (decimal): -5411356 or 14970285. OLE color: 14970285.
HSL color Cylindrical-coordinate representation of color #AD6DE4: hue angle of 272.27º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6DE4 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 109 | 228 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.11 |
| HSL | 272.27º | 0.69% | 0.66% | - |
| HSV(B) | 272.27º | 0.52% | 0.89% | - |
| XYZ | 36.71 | 25.42 | 76.37 | - |
| YUV | 141.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 228 | 0.24 | 0.52 | 0 | 0.11 | 272.27 | 0.69 | 0.66 |
| Hex | AD | 6D | E4 | 18 | 34 | 0 | B | 110 | 45 | 42 |
| Octal | 255 | 155 | 344 | 30 | 64 | 0 | 13 | 420 | 105 | 102 |
| Binary | 10101101 | 1101101 | 11100100 | 11000 | 110100 | 0 | 1011 | 100010000 | 1000101 | 1000010 |
Color Harmonies of #AD6DE4
Complementary color
Monochromatic Colors of #AD6DE4
Black with #AD6DE4
Text Example
Text Example
White with #AD6DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DE4; }
p { color: rgb(173,109,228); }
H1.HeaderClassName
{
color: #AD6DE4;
}
.AnyTagClassName
{
color: #AD6DE4;
}
</style>
background-color css
<style>
a { background-color: #AD6DE4; }
a { background-color: rgb(173,109,228); }
div.DivClassName
{
background-color: #AD6DE4;
}
.BgClassName
{
background-color: #AD6DE4;
}
</style>
border-color css
<style>
span { border-color: #AD6DE4; }
span { border-color: rgb(173,109,228); }
td.TdClassName
{
border-color: #AD6DE4;
}
.TagClassName
{
border-color: #AD6DE4;
}
</style>