Shades of Medium Purple #AD6DF5
Tints of Medium Purple #AD6DF5
RGB
CMYK
RGB Variations
Color information
#AD6DF5 (or 0xAD6DF5) is known color: Medium Purple. HEX triplet: AD, 6D and F5. RGB value is (173,109,245). Sum of RGB (Red+Green+Blue) = 173+109+245=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD6DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DF5 is #52920A. Grayscale: #8F8F8F. Windows color (decimal): -5411339 or 16084397. OLE color: 16084397.
HSL color Cylindrical-coordinate representation of color #AD6DF5: hue angle of 268.24º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6DF5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 109 | 245 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.04 |
| HSL | 268.24º | 0.87% | 0.69% | - |
| HSV(B) | 268.24º | 0.56% | 0.96% | - |
| XYZ | 39.18 | 26.41 | 89.42 | - |
| YUV | 143.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 245 | 0.29 | 0.56 | 0 | 0.04 | 268.24 | 0.87 | 0.69 |
| Hex | AD | 6D | F5 | 1D | 38 | 0 | 4 | 10C | 57 | 45 |
| Octal | 255 | 155 | 365 | 35 | 70 | 0 | 4 | 414 | 127 | 105 |
| Binary | 10101101 | 1101101 | 11110101 | 11101 | 111000 | 0 | 100 | 100001100 | 1010111 | 1000101 |
Color Harmonies of #AD6DF5
Complementary color
Monochromatic Colors of #AD6DF5
Black with #AD6DF5
Text Example
Text Example
White with #AD6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DF5; }
p { color: rgb(173,109,245); }
H1.HeaderClassName
{
color: #AD6DF5;
}
.AnyTagClassName
{
color: #AD6DF5;
}
</style>
background-color css
<style>
a { background-color: #AD6DF5; }
a { background-color: rgb(173,109,245); }
div.DivClassName
{
background-color: #AD6DF5;
}
.BgClassName
{
background-color: #AD6DF5;
}
</style>
border-color css
<style>
span { border-color: #AD6DF5; }
span { border-color: rgb(173,109,245); }
td.TdClassName
{
border-color: #AD6DF5;
}
.TagClassName
{
border-color: #AD6DF5;
}
</style>