Shades of Medium Purple #AD65EF
Tints of Medium Purple #AD65EF
RGB
CMYK
RGB Variations
Color information
#AD65EF (or 0xAD65EF) is known color: Medium Purple. HEX triplet: AD, 65 and EF. RGB value is (173,101,239). Sum of RGB (Red+Green+Blue) = 173+101+239=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65EF is #529A10. Grayscale: #898989. Windows color (decimal): -5413393 or 15689133. OLE color: 15689133.
HSL color Cylindrical-coordinate representation of color #AD65EF: hue angle of 271.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD65EF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 101 | 239 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.06 |
| HSL | 271.3º | 0.81% | 0.67% | - |
| HSV(B) | 271.3º | 0.58% | 0.94% | - |
| XYZ | 37.47 | 24.42 | 84.4 | - |
| YUV | 138.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 239 | 0.28 | 0.58 | 0 | 0.06 | 271.3 | 0.81 | 0.67 |
| Hex | AD | 65 | EF | 1C | 3A | 0 | 6 | 10F | 51 | 43 |
| Octal | 255 | 145 | 357 | 34 | 72 | 0 | 6 | 417 | 121 | 103 |
| Binary | 10101101 | 1100101 | 11101111 | 11100 | 111010 | 0 | 110 | 100001111 | 1010001 | 1000011 |
Color Harmonies of #AD65EF
Complementary color
Monochromatic Colors of #AD65EF
Black with #AD65EF
Text Example
Text Example
White with #AD65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65EF; }
p { color: rgb(173,101,239); }
H1.HeaderClassName
{
color: #AD65EF;
}
.AnyTagClassName
{
color: #AD65EF;
}
</style>
background-color css
<style>
a { background-color: #AD65EF; }
a { background-color: rgb(173,101,239); }
div.DivClassName
{
background-color: #AD65EF;
}
.BgClassName
{
background-color: #AD65EF;
}
</style>
border-color css
<style>
span { border-color: #AD65EF; }
span { border-color: rgb(173,101,239); }
td.TdClassName
{
border-color: #AD65EF;
}
.TagClassName
{
border-color: #AD65EF;
}
</style>