Shades of Amethyst #AD64EB
Tints of Amethyst #AD64EB
RGB
CMYK
RGB Variations
Color information
#AD64EB (or 0xAD64EB) is known color: Amethyst. HEX triplet: AD, 64 and EB. RGB value is (173,100,235). Sum of RGB (Red+Green+Blue) = 173+100+235=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64EB is #529B14. Grayscale: #888888. Windows color (decimal): -5413653 or 15426733. OLE color: 15426733.
HSL color Cylindrical-coordinate representation of color #AD64EB: hue angle of 272.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD64EB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 100 | 235 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.08 |
| HSL | 272.44º | 0.77% | 0.66% | - |
| HSV(B) | 272.44º | 0.57% | 0.92% | - |
| XYZ | 36.79 | 24 | 81.29 | - |
| YUV | 137.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 235 | 0.26 | 0.57 | 0 | 0.08 | 272.44 | 0.77 | 0.66 |
| Hex | AD | 64 | EB | 1A | 39 | 0 | 8 | 110 | 4D | 42 |
| Octal | 255 | 144 | 353 | 32 | 71 | 0 | 10 | 420 | 115 | 102 |
| Binary | 10101101 | 1100100 | 11101011 | 11010 | 111001 | 0 | 1000 | 100010000 | 1001101 | 1000010 |
Color Harmonies of #AD64EB
Complementary color
Monochromatic Colors of #AD64EB
Black with #AD64EB
Text Example
Text Example
White with #AD64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64EB; }
p { color: rgb(173,100,235); }
H1.HeaderClassName
{
color: #AD64EB;
}
.AnyTagClassName
{
color: #AD64EB;
}
</style>
background-color css
<style>
a { background-color: #AD64EB; }
a { background-color: rgb(173,100,235); }
div.DivClassName
{
background-color: #AD64EB;
}
.BgClassName
{
background-color: #AD64EB;
}
</style>
border-color css
<style>
span { border-color: #AD64EB; }
span { border-color: rgb(173,100,235); }
td.TdClassName
{
border-color: #AD64EB;
}
.TagClassName
{
border-color: #AD64EB;
}
</style>