Shades of Medium Purple #AD65F9
Tints of Medium Purple #AD65F9
RGB
CMYK
RGB Variations
Color information
#AD65F9 (or 0xAD65F9) is known color: Medium Purple. HEX triplet: AD, 65 and F9. RGB value is (173,101,249). Sum of RGB (Red+Green+Blue) = 173+101+249=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD65F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65F9 is #529A06. Grayscale: #8A8A8A. Windows color (decimal): -5413383 or 16344493. OLE color: 16344493.
HSL color Cylindrical-coordinate representation of color #AD65F9: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD65F9 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 101 | 249 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.02 |
| HSL | 269.19º | 0.93% | 0.69% | - |
| HSV(B) | 269.19º | 0.59% | 0.98% | - |
| XYZ | 38.99 | 25.03 | 92.4 | - |
| YUV | 139.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 249 | 0.31 | 0.59 | 0 | 0.02 | 269.19 | 0.93 | 0.69 |
| Hex | AD | 65 | F9 | 1F | 3B | 0 | 2 | 10D | 5C | 45 |
| Octal | 255 | 145 | 371 | 37 | 73 | 0 | 2 | 415 | 134 | 105 |
| Binary | 10101101 | 1100101 | 11111001 | 11111 | 111011 | 0 | 10 | 100001101 | 1011100 | 1000101 |
Color Harmonies of #AD65F9
Complementary color
Monochromatic Colors of #AD65F9
Black with #AD65F9
Text Example
Text Example
White with #AD65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65F9; }
p { color: rgb(173,101,249); }
H1.HeaderClassName
{
color: #AD65F9;
}
.AnyTagClassName
{
color: #AD65F9;
}
</style>
background-color css
<style>
a { background-color: #AD65F9; }
a { background-color: rgb(173,101,249); }
div.DivClassName
{
background-color: #AD65F9;
}
.BgClassName
{
background-color: #AD65F9;
}
</style>
border-color css
<style>
span { border-color: #AD65F9; }
span { border-color: rgb(173,101,249); }
td.TdClassName
{
border-color: #AD65F9;
}
.TagClassName
{
border-color: #AD65F9;
}
</style>