Shades of Amethyst #AD64E5
Tints of Amethyst #AD64E5
RGB
CMYK
RGB Variations
Color information
#AD64E5 (or 0xAD64E5) is known color: Amethyst. HEX triplet: AD, 64 and E5. RGB value is (173,100,229). Sum of RGB (Red+Green+Blue) = 173+100+229=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD64E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64E5 is #529B1A. Grayscale: #888888. Windows color (decimal): -5413659 or 15033517. OLE color: 15033517.
HSL color Cylindrical-coordinate representation of color #AD64E5: hue angle of 273.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD64E5 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 100 | 229 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.10 |
| HSL | 273.95º | 0.71% | 0.65% | - |
| HSV(B) | 273.95º | 0.56% | 0.9% | - |
| XYZ | 35.93 | 23.66 | 76.8 | - |
| YUV | 136.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 229 | 0.24 | 0.56 | 0 | 0.10 | 273.95 | 0.71 | 0.65 |
| Hex | AD | 64 | E5 | 18 | 38 | 0 | A | 112 | 47 | 41 |
| Octal | 255 | 144 | 345 | 30 | 70 | 0 | 12 | 422 | 107 | 101 |
| Binary | 10101101 | 1100100 | 11100101 | 11000 | 111000 | 0 | 1010 | 100010010 | 1000111 | 1000001 |
Color Harmonies of #AD64E5
Complementary color
Monochromatic Colors of #AD64E5
Black with #AD64E5
Text Example
Text Example
White with #AD64E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64E5; }
p { color: rgb(173,100,229); }
H1.HeaderClassName
{
color: #AD64E5;
}
.AnyTagClassName
{
color: #AD64E5;
}
</style>
background-color css
<style>
a { background-color: #AD64E5; }
a { background-color: rgb(173,100,229); }
div.DivClassName
{
background-color: #AD64E5;
}
.BgClassName
{
background-color: #AD64E5;
}
</style>
border-color css
<style>
span { border-color: #AD64E5; }
span { border-color: rgb(173,100,229); }
td.TdClassName
{
border-color: #AD64E5;
}
.TagClassName
{
border-color: #AD64E5;
}
</style>