Shades of Amethyst #AD65EA
Tints of Amethyst #AD65EA
RGB
CMYK
RGB Variations
Color information
#AD65EA (or 0xAD65EA) is known color: Amethyst. HEX triplet: AD, 65 and EA. RGB value is (173,101,234). Sum of RGB (Red+Green+Blue) = 173+101+234=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65EA is #529A15. Grayscale: #898989. Windows color (decimal): -5413398 or 15361453. OLE color: 15361453.
HSL color Cylindrical-coordinate representation of color #AD65EA: hue angle of 272.48º degrees, saturation: 0.76, 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 #AD65EA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 101 | 234 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.08 |
| HSL | 272.48º | 0.76% | 0.66% | - |
| HSV(B) | 272.48º | 0.57% | 0.92% | - |
| XYZ | 36.74 | 24.13 | 80.56 | - |
| YUV | 137.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 234 | 0.26 | 0.57 | 0 | 0.08 | 272.48 | 0.76 | 0.66 |
| Hex | AD | 65 | EA | 1A | 39 | 0 | 8 | 110 | 4C | 42 |
| Octal | 255 | 145 | 352 | 32 | 71 | 0 | 10 | 420 | 114 | 102 |
| Binary | 10101101 | 1100101 | 11101010 | 11010 | 111001 | 0 | 1000 | 100010000 | 1001100 | 1000010 |
Color Harmonies of #AD65EA
Complementary color
Monochromatic Colors of #AD65EA
Black with #AD65EA
Text Example
Text Example
White with #AD65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65EA; }
p { color: rgb(173,101,234); }
H1.HeaderClassName
{
color: #AD65EA;
}
.AnyTagClassName
{
color: #AD65EA;
}
</style>
background-color css
<style>
a { background-color: #AD65EA; }
a { background-color: rgb(173,101,234); }
div.DivClassName
{
background-color: #AD65EA;
}
.BgClassName
{
background-color: #AD65EA;
}
</style>
border-color css
<style>
span { border-color: #AD65EA; }
span { border-color: rgb(173,101,234); }
td.TdClassName
{
border-color: #AD65EA;
}
.TagClassName
{
border-color: #AD65EA;
}
</style>