Shades of Amethyst #AD65E9
Tints of Amethyst #AD65E9
RGB
CMYK
RGB Variations
Color information
#AD65E9 (or 0xAD65E9) is known color: Amethyst. HEX triplet: AD, 65 and E9. RGB value is (173,101,233). Sum of RGB (Red+Green+Blue) = 173+101+233=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD65E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65E9 is #529A16. Grayscale: #898989. Windows color (decimal): -5413399 or 15295917. OLE color: 15295917.
HSL color Cylindrical-coordinate representation of color #AD65E9: hue angle of 272.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD65E9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 101 | 233 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.09 |
| HSL | 272.73º | 0.75% | 0.65% | - |
| HSV(B) | 272.73º | 0.57% | 0.91% | - |
| XYZ | 36.6 | 24.07 | 79.81 | - |
| YUV | 137.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 233 | 0.26 | 0.57 | 0 | 0.09 | 272.73 | 0.75 | 0.65 |
| Hex | AD | 65 | E9 | 1A | 39 | 0 | 9 | 111 | 4B | 41 |
| Octal | 255 | 145 | 351 | 32 | 71 | 0 | 11 | 421 | 113 | 101 |
| Binary | 10101101 | 1100101 | 11101001 | 11010 | 111001 | 0 | 1001 | 100010001 | 1001011 | 1000001 |
Color Harmonies of #AD65E9
Complementary color
Monochromatic Colors of #AD65E9
Black with #AD65E9
Text Example
Text Example
White with #AD65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65E9; }
p { color: rgb(173,101,233); }
H1.HeaderClassName
{
color: #AD65E9;
}
.AnyTagClassName
{
color: #AD65E9;
}
</style>
background-color css
<style>
a { background-color: #AD65E9; }
a { background-color: rgb(173,101,233); }
div.DivClassName
{
background-color: #AD65E9;
}
.BgClassName
{
background-color: #AD65E9;
}
</style>
border-color css
<style>
span { border-color: #AD65E9; }
span { border-color: rgb(173,101,233); }
td.TdClassName
{
border-color: #AD65E9;
}
.TagClassName
{
border-color: #AD65E9;
}
</style>