Shades of Medium Purple #AD63FD
Tints of Medium Purple #AD63FD
RGB
CMYK
RGB Variations
Color information
#AD63FD (or 0xAD63FD) is known color: Medium Purple. HEX triplet: AD, 63 and FD. RGB value is (173,99,253). Sum of RGB (Red+Green+Blue) = 173+99+253=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63FD is #529C02. Grayscale: #8A8A8A. Windows color (decimal): -5413891 or 16606125. OLE color: 16606125.
HSL color Cylindrical-coordinate representation of color #AD63FD: hue angle of 268.83º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD63FD is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 99 | 253 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.01 |
| HSL | 268.83º | 0.97% | 0.69% | - |
| HSV(B) | 268.83º | 0.61% | 0.99% | - |
| XYZ | 39.43 | 24.9 | 95.66 | - |
| YUV | 138.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 253 | 0.32 | 0.61 | 0 | 0.01 | 268.83 | 0.97 | 0.69 |
| Hex | AD | 63 | FD | 20 | 3D | 0 | 1 | 10D | 61 | 45 |
| Octal | 255 | 143 | 375 | 40 | 75 | 0 | 1 | 415 | 141 | 105 |
| Binary | 10101101 | 1100011 | 11111101 | 100000 | 111101 | 0 | 1 | 100001101 | 1100001 | 1000101 |
Color Harmonies of #AD63FD
Complementary color
Monochromatic Colors of #AD63FD
Black with #AD63FD
Text Example
Text Example
White with #AD63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63FD; }
p { color: rgb(173,99,253); }
H1.HeaderClassName
{
color: #AD63FD;
}
.AnyTagClassName
{
color: #AD63FD;
}
</style>
background-color css
<style>
a { background-color: #AD63FD; }
a { background-color: rgb(173,99,253); }
div.DivClassName
{
background-color: #AD63FD;
}
.BgClassName
{
background-color: #AD63FD;
}
</style>
border-color css
<style>
span { border-color: #AD63FD; }
span { border-color: rgb(173,99,253); }
td.TdClassName
{
border-color: #AD63FD;
}
.TagClassName
{
border-color: #AD63FD;
}
</style>