Shades of Amethyst #AD63E9
Tints of Amethyst #AD63E9
RGB
CMYK
RGB Variations
Color information
#AD63E9 (or 0xAD63E9) is known color: Amethyst. HEX triplet: AD, 63 and E9. RGB value is (173,99,233). Sum of RGB (Red+Green+Blue) = 173+99+233=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD63E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63E9 is #529C16. Grayscale: #878787. Windows color (decimal): -5413911 or 15295405. OLE color: 15295405.
HSL color Cylindrical-coordinate representation of color #AD63E9: hue angle of 273.13º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD63E9 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 99 | 233 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.09 |
| HSL | 273.13º | 0.75% | 0.65% | - |
| HSV(B) | 273.13º | 0.58% | 0.91% | - |
| XYZ | 36.4 | 23.69 | 79.74 | - |
| YUV | 136.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 233 | 0.26 | 0.58 | 0 | 0.09 | 273.13 | 0.75 | 0.65 |
| Hex | AD | 63 | E9 | 1A | 3A | 0 | 9 | 111 | 4B | 41 |
| Octal | 255 | 143 | 351 | 32 | 72 | 0 | 11 | 421 | 113 | 101 |
| Binary | 10101101 | 1100011 | 11101001 | 11010 | 111010 | 0 | 1001 | 100010001 | 1001011 | 1000001 |
Color Harmonies of #AD63E9
Complementary color
Monochromatic Colors of #AD63E9
Black with #AD63E9
Text Example
Text Example
White with #AD63E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63E9; }
p { color: rgb(173,99,233); }
H1.HeaderClassName
{
color: #AD63E9;
}
.AnyTagClassName
{
color: #AD63E9;
}
</style>
background-color css
<style>
a { background-color: #AD63E9; }
a { background-color: rgb(173,99,233); }
div.DivClassName
{
background-color: #AD63E9;
}
.BgClassName
{
background-color: #AD63E9;
}
</style>
border-color css
<style>
span { border-color: #AD63E9; }
span { border-color: rgb(173,99,233); }
td.TdClassName
{
border-color: #AD63E9;
}
.TagClassName
{
border-color: #AD63E9;
}
</style>