Shades of Medium Purple #AD63F1
Tints of Medium Purple #AD63F1
RGB
CMYK
RGB Variations
Color information
#AD63F1 (or 0xAD63F1) is known color: Medium Purple. HEX triplet: AD, 63 and F1. RGB value is (173,99,241). Sum of RGB (Red+Green+Blue) = 173+99+241=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63F1 is #529C0E. Grayscale: #888888. Windows color (decimal): -5413903 or 15819693. OLE color: 15819693.
HSL color Cylindrical-coordinate representation of color #AD63F1: hue angle of 271.27º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD63F1 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 99 | 241 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.05 |
| HSL | 271.27º | 0.84% | 0.67% | - |
| HSV(B) | 271.27º | 0.59% | 0.95% | - |
| XYZ | 37.57 | 24.16 | 85.9 | - |
| YUV | 137.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 241 | 0.28 | 0.59 | 0 | 0.05 | 271.27 | 0.84 | 0.67 |
| Hex | AD | 63 | F1 | 1C | 3B | 0 | 5 | 10F | 54 | 43 |
| Octal | 255 | 143 | 361 | 34 | 73 | 0 | 5 | 417 | 124 | 103 |
| Binary | 10101101 | 1100011 | 11110001 | 11100 | 111011 | 0 | 101 | 100001111 | 1010100 | 1000011 |
Color Harmonies of #AD63F1
Complementary color
Monochromatic Colors of #AD63F1
Black with #AD63F1
Text Example
Text Example
White with #AD63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63F1; }
p { color: rgb(173,99,241); }
H1.HeaderClassName
{
color: #AD63F1;
}
.AnyTagClassName
{
color: #AD63F1;
}
</style>
background-color css
<style>
a { background-color: #AD63F1; }
a { background-color: rgb(173,99,241); }
div.DivClassName
{
background-color: #AD63F1;
}
.BgClassName
{
background-color: #AD63F1;
}
</style>
border-color css
<style>
span { border-color: #AD63F1; }
span { border-color: rgb(173,99,241); }
td.TdClassName
{
border-color: #AD63F1;
}
.TagClassName
{
border-color: #AD63F1;
}
</style>