Shades of Medium Purple #AD63FB
Tints of Medium Purple #AD63FB
RGB
CMYK
RGB Variations
Color information
#AD63FB (or 0xAD63FB) is known color: Medium Purple. HEX triplet: AD, 63 and FB. RGB value is (173,99,251). Sum of RGB (Red+Green+Blue) = 173+99+251=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63FB is #529C04. Grayscale: #898989. Windows color (decimal): -5413893 or 16475053. OLE color: 16475053.
HSL color Cylindrical-coordinate representation of color #AD63FB: hue angle of 269.21º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD63FB is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 99 | 251 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.02 |
| HSL | 269.21º | 0.95% | 0.69% | - |
| HSV(B) | 269.21º | 0.61% | 0.98% | - |
| XYZ | 39.11 | 24.77 | 93.99 | - |
| YUV | 138.45 | 191.52 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 251 | 0.31 | 0.61 | 0 | 0.02 | 269.21 | 0.95 | 0.69 |
| Hex | AD | 63 | FB | 1F | 3D | 0 | 2 | 10D | 5F | 45 |
| Octal | 255 | 143 | 373 | 37 | 75 | 0 | 2 | 415 | 137 | 105 |
| Binary | 10101101 | 1100011 | 11111011 | 11111 | 111101 | 0 | 10 | 100001101 | 1011111 | 1000101 |
Color Harmonies of #AD63FB
Complementary color
Monochromatic Colors of #AD63FB
Black with #AD63FB
Text Example
Text Example
White with #AD63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63FB; }
p { color: rgb(173,99,251); }
H1.HeaderClassName
{
color: #AD63FB;
}
.AnyTagClassName
{
color: #AD63FB;
}
</style>
background-color css
<style>
a { background-color: #AD63FB; }
a { background-color: rgb(173,99,251); }
div.DivClassName
{
background-color: #AD63FB;
}
.BgClassName
{
background-color: #AD63FB;
}
</style>
border-color css
<style>
span { border-color: #AD63FB; }
span { border-color: rgb(173,99,251); }
td.TdClassName
{
border-color: #AD63FB;
}
.TagClassName
{
border-color: #AD63FB;
}
</style>