Shades of Medium Purple #AD61F5
Tints of Medium Purple #AD61F5
RGB
CMYK
RGB Variations
Color information
#AD61F5 (or 0xAD61F5) is known color: Medium Purple. HEX triplet: AD, 61 and F5. RGB value is (173,97,245). Sum of RGB (Red+Green+Blue) = 173+97+245=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD61F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61F5 is #529E0A. Grayscale: #888888. Windows color (decimal): -5414411 or 16081325. OLE color: 16081325.
HSL color Cylindrical-coordinate representation of color #AD61F5: hue angle of 270.81º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD61F5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 97 | 245 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.04 |
| HSL | 270.81º | 0.88% | 0.67% | - |
| HSV(B) | 270.81º | 0.6% | 0.96% | - |
| XYZ | 37.99 | 24.03 | 89.02 | - |
| YUV | 136.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 245 | 0.29 | 0.60 | 0 | 0.04 | 270.81 | 0.88 | 0.67 |
| Hex | AD | 61 | F5 | 1D | 3C | 0 | 4 | 10F | 58 | 43 |
| Octal | 255 | 141 | 365 | 35 | 74 | 0 | 4 | 417 | 130 | 103 |
| Binary | 10101101 | 1100001 | 11110101 | 11101 | 111100 | 0 | 100 | 100001111 | 1011000 | 1000011 |
Color Harmonies of #AD61F5
Complementary color
Monochromatic Colors of #AD61F5
Black with #AD61F5
Text Example
Text Example
White with #AD61F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61F5; }
p { color: rgb(173,97,245); }
H1.HeaderClassName
{
color: #AD61F5;
}
.AnyTagClassName
{
color: #AD61F5;
}
</style>
background-color css
<style>
a { background-color: #AD61F5; }
a { background-color: rgb(173,97,245); }
div.DivClassName
{
background-color: #AD61F5;
}
.BgClassName
{
background-color: #AD61F5;
}
</style>
border-color css
<style>
span { border-color: #AD61F5; }
span { border-color: rgb(173,97,245); }
td.TdClassName
{
border-color: #AD61F5;
}
.TagClassName
{
border-color: #AD61F5;
}
</style>