Shades of Medium Purple #AD65F3
Tints of Medium Purple #AD65F3
RGB
CMYK
RGB Variations
Color information
#AD65F3 (or 0xAD65F3) is known color: Medium Purple. HEX triplet: AD, 65 and F3. RGB value is (173,101,243). Sum of RGB (Red+Green+Blue) = 173+101+243=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD65F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65F3 is #529A0C. Grayscale: #8A8A8A. Windows color (decimal): -5413389 or 15951277. OLE color: 15951277.
HSL color Cylindrical-coordinate representation of color #AD65F3: hue angle of 270.42º degrees, saturation: 0.86, 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 #AD65F3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 101 | 243 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.05 |
| HSL | 270.42º | 0.86% | 0.67% | - |
| HSV(B) | 270.42º | 0.58% | 0.95% | - |
| XYZ | 38.06 | 24.66 | 87.55 | - |
| YUV | 138.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 243 | 0.29 | 0.58 | 0 | 0.05 | 270.42 | 0.86 | 0.67 |
| Hex | AD | 65 | F3 | 1D | 3A | 0 | 5 | 10E | 56 | 43 |
| Octal | 255 | 145 | 363 | 35 | 72 | 0 | 5 | 416 | 126 | 103 |
| Binary | 10101101 | 1100101 | 11110011 | 11101 | 111010 | 0 | 101 | 100001110 | 1010110 | 1000011 |
Color Harmonies of #AD65F3
Complementary color
Monochromatic Colors of #AD65F3
Black with #AD65F3
Text Example
Text Example
White with #AD65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65F3; }
p { color: rgb(173,101,243); }
H1.HeaderClassName
{
color: #AD65F3;
}
.AnyTagClassName
{
color: #AD65F3;
}
</style>
background-color css
<style>
a { background-color: #AD65F3; }
a { background-color: rgb(173,101,243); }
div.DivClassName
{
background-color: #AD65F3;
}
.BgClassName
{
background-color: #AD65F3;
}
</style>
border-color css
<style>
span { border-color: #AD65F3; }
span { border-color: rgb(173,101,243); }
td.TdClassName
{
border-color: #AD65F3;
}
.TagClassName
{
border-color: #AD65F3;
}
</style>