Shades of Medium Purple #AD64F1
Tints of Medium Purple #AD64F1
RGB
CMYK
RGB Variations
Color information
#AD64F1 (or 0xAD64F1) is known color: Medium Purple. HEX triplet: AD, 64 and F1. RGB value is (173,100,241). Sum of RGB (Red+Green+Blue) = 173+100+241=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD64F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64F1 is #529B0E. Grayscale: #898989. Windows color (decimal): -5413647 or 15819949. OLE color: 15819949.
HSL color Cylindrical-coordinate representation of color #AD64F1: hue angle of 271.06º degrees, saturation: 0.83, 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 #AD64F1 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 100 | 241 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.05 |
| HSL | 271.06º | 0.83% | 0.67% | - |
| HSV(B) | 271.06º | 0.59% | 0.95% | - |
| XYZ | 37.67 | 24.35 | 85.93 | - |
| YUV | 137.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 241 | 0.28 | 0.59 | 0 | 0.05 | 271.06 | 0.83 | 0.67 |
| Hex | AD | 64 | F1 | 1C | 3B | 0 | 5 | 10F | 53 | 43 |
| Octal | 255 | 144 | 361 | 34 | 73 | 0 | 5 | 417 | 123 | 103 |
| Binary | 10101101 | 1100100 | 11110001 | 11100 | 111011 | 0 | 101 | 100001111 | 1010011 | 1000011 |
Color Harmonies of #AD64F1
Complementary color
Monochromatic Colors of #AD64F1
Black with #AD64F1
Text Example
Text Example
White with #AD64F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64F1; }
p { color: rgb(173,100,241); }
H1.HeaderClassName
{
color: #AD64F1;
}
.AnyTagClassName
{
color: #AD64F1;
}
</style>
background-color css
<style>
a { background-color: #AD64F1; }
a { background-color: rgb(173,100,241); }
div.DivClassName
{
background-color: #AD64F1;
}
.BgClassName
{
background-color: #AD64F1;
}
</style>
border-color css
<style>
span { border-color: #AD64F1; }
span { border-color: rgb(173,100,241); }
td.TdClassName
{
border-color: #AD64F1;
}
.TagClassName
{
border-color: #AD64F1;
}
</style>