Shades of Medium Purple #AD65F2
Tints of Medium Purple #AD65F2
RGB
CMYK
RGB Variations
Color information
#AD65F2 (or 0xAD65F2) is known color: Medium Purple. HEX triplet: AD, 65 and F2. RGB value is (173,101,242). Sum of RGB (Red+Green+Blue) = 173+101+242=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD65F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65F2 is #529A0D. Grayscale: #8A8A8A. Windows color (decimal): -5413390 or 15885741. OLE color: 15885741.
HSL color Cylindrical-coordinate representation of color #AD65F2: hue angle of 270.64º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD65F2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 101 | 242 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.05 |
| HSL | 270.64º | 0.84% | 0.67% | - |
| HSV(B) | 270.64º | 0.58% | 0.95% | - |
| XYZ | 37.91 | 24.6 | 86.75 | - |
| YUV | 138.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 242 | 0.29 | 0.58 | 0 | 0.05 | 270.64 | 0.84 | 0.67 |
| Hex | AD | 65 | F2 | 1D | 3A | 0 | 5 | 10F | 54 | 43 |
| Octal | 255 | 145 | 362 | 35 | 72 | 0 | 5 | 417 | 124 | 103 |
| Binary | 10101101 | 1100101 | 11110010 | 11101 | 111010 | 0 | 101 | 100001111 | 1010100 | 1000011 |
Color Harmonies of #AD65F2
Complementary color
Monochromatic Colors of #AD65F2
Black with #AD65F2
Text Example
Text Example
White with #AD65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65F2; }
p { color: rgb(173,101,242); }
H1.HeaderClassName
{
color: #AD65F2;
}
.AnyTagClassName
{
color: #AD65F2;
}
</style>
background-color css
<style>
a { background-color: #AD65F2; }
a { background-color: rgb(173,101,242); }
div.DivClassName
{
background-color: #AD65F2;
}
.BgClassName
{
background-color: #AD65F2;
}
</style>
border-color css
<style>
span { border-color: #AD65F2; }
span { border-color: rgb(173,101,242); }
td.TdClassName
{
border-color: #AD65F2;
}
.TagClassName
{
border-color: #AD65F2;
}
</style>