Shades of Amethyst #AD68E4
Tints of Amethyst #AD68E4
RGB
CMYK
RGB Variations
Color information
#AD68E4 (or 0xAD68E4) is known color: Amethyst. HEX triplet: AD, 68 and E4. RGB value is (173,104,228). Sum of RGB (Red+Green+Blue) = 173+104+228=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD68E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68E4 is #52971B. Grayscale: #8A8A8A. Windows color (decimal): -5412636 or 14969005. OLE color: 14969005.
HSL color Cylindrical-coordinate representation of color #AD68E4: hue angle of 273.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD68E4 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 104 | 228 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.11 |
| HSL | 273.39º | 0.7% | 0.65% | - |
| HSV(B) | 273.39º | 0.54% | 0.89% | - |
| XYZ | 36.19 | 24.39 | 76.2 | - |
| YUV | 138.77 | 178.36 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 228 | 0.24 | 0.54 | 0 | 0.11 | 273.39 | 0.7 | 0.65 |
| Hex | AD | 68 | E4 | 18 | 36 | 0 | B | 111 | 46 | 41 |
| Octal | 255 | 150 | 344 | 30 | 66 | 0 | 13 | 421 | 106 | 101 |
| Binary | 10101101 | 1101000 | 11100100 | 11000 | 110110 | 0 | 1011 | 100010001 | 1000110 | 1000001 |
Color Harmonies of #AD68E4
Complementary color
Monochromatic Colors of #AD68E4
Black with #AD68E4
Text Example
Text Example
White with #AD68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68E4; }
p { color: rgb(173,104,228); }
H1.HeaderClassName
{
color: #AD68E4;
}
.AnyTagClassName
{
color: #AD68E4;
}
</style>
background-color css
<style>
a { background-color: #AD68E4; }
a { background-color: rgb(173,104,228); }
div.DivClassName
{
background-color: #AD68E4;
}
.BgClassName
{
background-color: #AD68E4;
}
</style>
border-color css
<style>
span { border-color: #AD68E4; }
span { border-color: rgb(173,104,228); }
td.TdClassName
{
border-color: #AD68E4;
}
.TagClassName
{
border-color: #AD68E4;
}
</style>