Shades of Amethyst #AD74DE
Tints of Amethyst #AD74DE
RGB
CMYK
RGB Variations
Color information
#AD74DE (or 0xAD74DE) is known color: Amethyst. HEX triplet: AD, 74 and DE. RGB value is (173,116,222). Sum of RGB (Red+Green+Blue) = 173+116+222=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DE is #528B21. Grayscale: #909090. Windows color (decimal): -5409570 or 14578861. OLE color: 14578861.
HSL color Cylindrical-coordinate representation of color #AD74DE: hue angle of 272.26º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD74DE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 116 | 222 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 272.26º | 0.62% | 0.66% | - |
| HSV(B) | 272.26º | 0.48% | 0.87% | - |
| XYZ | 36.66 | 26.65 | 72.32 | - |
| YUV | 145.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 222 | 0.22 | 0.48 | 0 | 0.13 | 272.26 | 0.62 | 0.66 |
| Hex | AD | 74 | DE | 16 | 30 | 0 | D | 110 | 3E | 42 |
| Octal | 255 | 164 | 336 | 26 | 60 | 0 | 15 | 420 | 76 | 102 |
| Binary | 10101101 | 1110100 | 11011110 | 10110 | 110000 | 0 | 1101 | 100010000 | 111110 | 1000010 |
Color Harmonies of #AD74DE
Complementary color
Monochromatic Colors of #AD74DE
Black with #AD74DE
Text Example
Text Example
White with #AD74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74DE; }
p { color: rgb(173,116,222); }
H1.HeaderClassName
{
color: #AD74DE;
}
.AnyTagClassName
{
color: #AD74DE;
}
</style>
background-color css
<style>
a { background-color: #AD74DE; }
a { background-color: rgb(173,116,222); }
div.DivClassName
{
background-color: #AD74DE;
}
.BgClassName
{
background-color: #AD74DE;
}
</style>
border-color css
<style>
span { border-color: #AD74DE; }
span { border-color: rgb(173,116,222); }
td.TdClassName
{
border-color: #AD74DE;
}
.TagClassName
{
border-color: #AD74DE;
}
</style>