Shades of Medium Purple #AD65FA
Tints of Medium Purple #AD65FA
RGB
CMYK
RGB Variations
Color information
#AD65FA (or 0xAD65FA) is known color: Medium Purple. HEX triplet: AD, 65 and FA. RGB value is (173,101,250). Sum of RGB (Red+Green+Blue) = 173+101+250=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65FA is #529A05. Grayscale: #8A8A8A. Windows color (decimal): -5413382 or 16410029. OLE color: 16410029.
HSL color Cylindrical-coordinate representation of color #AD65FA: hue angle of 268.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD65FA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 101 | 250 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.02 |
| HSL | 268.99º | 0.94% | 0.69% | - |
| HSV(B) | 268.99º | 0.6% | 0.98% | - |
| XYZ | 39.14 | 25.09 | 93.22 | - |
| YUV | 139.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 250 | 0.31 | 0.60 | 0 | 0.02 | 268.99 | 0.94 | 0.69 |
| Hex | AD | 65 | FA | 1F | 3C | 0 | 2 | 10D | 5E | 45 |
| Octal | 255 | 145 | 372 | 37 | 74 | 0 | 2 | 415 | 136 | 105 |
| Binary | 10101101 | 1100101 | 11111010 | 11111 | 111100 | 0 | 10 | 100001101 | 1011110 | 1000101 |
Color Harmonies of #AD65FA
Complementary color
Monochromatic Colors of #AD65FA
Black with #AD65FA
Text Example
Text Example
White with #AD65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65FA; }
p { color: rgb(173,101,250); }
H1.HeaderClassName
{
color: #AD65FA;
}
.AnyTagClassName
{
color: #AD65FA;
}
</style>
background-color css
<style>
a { background-color: #AD65FA; }
a { background-color: rgb(173,101,250); }
div.DivClassName
{
background-color: #AD65FA;
}
.BgClassName
{
background-color: #AD65FA;
}
</style>
border-color css
<style>
span { border-color: #AD65FA; }
span { border-color: rgb(173,101,250); }
td.TdClassName
{
border-color: #AD65FA;
}
.TagClassName
{
border-color: #AD65FA;
}
</style>