Shades of Medium Purple #AD65FD
Tints of Medium Purple #AD65FD
RGB
CMYK
RGB Variations
Color information
#AD65FD (or 0xAD65FD) is known color: Medium Purple. HEX triplet: AD, 65 and FD. RGB value is (173,101,253). Sum of RGB (Red+Green+Blue) = 173+101+253=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65FD is #529A02. Grayscale: #8B8B8B. Windows color (decimal): -5413379 or 16606637. OLE color: 16606637.
HSL color Cylindrical-coordinate representation of color #AD65FD: hue angle of 268.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD65FD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 101 | 253 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.01 |
| HSL | 268.42º | 0.97% | 0.69% | - |
| HSV(B) | 268.42º | 0.6% | 0.99% | - |
| XYZ | 39.62 | 25.28 | 95.72 | - |
| YUV | 139.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 253 | 0.32 | 0.60 | 0 | 0.01 | 268.42 | 0.97 | 0.69 |
| Hex | AD | 65 | FD | 20 | 3C | 0 | 1 | 10C | 61 | 45 |
| Octal | 255 | 145 | 375 | 40 | 74 | 0 | 1 | 414 | 141 | 105 |
| Binary | 10101101 | 1100101 | 11111101 | 100000 | 111100 | 0 | 1 | 100001100 | 1100001 | 1000101 |
Color Harmonies of #AD65FD
Complementary color
Monochromatic Colors of #AD65FD
Black with #AD65FD
Text Example
Text Example
White with #AD65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65FD; }
p { color: rgb(173,101,253); }
H1.HeaderClassName
{
color: #AD65FD;
}
.AnyTagClassName
{
color: #AD65FD;
}
</style>
background-color css
<style>
a { background-color: #AD65FD; }
a { background-color: rgb(173,101,253); }
div.DivClassName
{
background-color: #AD65FD;
}
.BgClassName
{
background-color: #AD65FD;
}
</style>
border-color css
<style>
span { border-color: #AD65FD; }
span { border-color: rgb(173,101,253); }
td.TdClassName
{
border-color: #AD65FD;
}
.TagClassName
{
border-color: #AD65FD;
}
</style>