Shades of Medium Purple #AD7CF0
Tints of Medium Purple #AD7CF0
RGB
CMYK
RGB Variations
Color information
#AD7CF0 (or 0xAD7CF0) is known color: Medium Purple. HEX triplet: AD, 7C and F0. RGB value is (173,124,240). Sum of RGB (Red+Green+Blue) = 173+124+240=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF0 is #52830F. Grayscale: #979797. Windows color (decimal): -5407504 or 15760557. OLE color: 15760557.
HSL color Cylindrical-coordinate representation of color #AD7CF0: hue angle of 265.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7CF0 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 124 | 240 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.06 |
| HSL | 265.34º | 0.79% | 0.71% | - |
| HSV(B) | 265.34º | 0.48% | 0.94% | - |
| XYZ | 40.17 | 29.59 | 86.03 | - |
| YUV | 151.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 240 | 0.28 | 0.48 | 0 | 0.06 | 265.34 | 0.79 | 0.71 |
| Hex | AD | 7C | F0 | 1C | 30 | 0 | 6 | 109 | 4F | 47 |
| Octal | 255 | 174 | 360 | 34 | 60 | 0 | 6 | 411 | 117 | 107 |
| Binary | 10101101 | 1111100 | 11110000 | 11100 | 110000 | 0 | 110 | 100001001 | 1001111 | 1000111 |
Color Harmonies of #AD7CF0
Complementary color
Monochromatic Colors of #AD7CF0
Black with #AD7CF0
Text Example
Text Example
White with #AD7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CF0; }
p { color: rgb(173,124,240); }
H1.HeaderClassName
{
color: #AD7CF0;
}
.AnyTagClassName
{
color: #AD7CF0;
}
</style>
background-color css
<style>
a { background-color: #AD7CF0; }
a { background-color: rgb(173,124,240); }
div.DivClassName
{
background-color: #AD7CF0;
}
.BgClassName
{
background-color: #AD7CF0;
}
</style>
border-color css
<style>
span { border-color: #AD7CF0; }
span { border-color: rgb(173,124,240); }
td.TdClassName
{
border-color: #AD7CF0;
}
.TagClassName
{
border-color: #AD7CF0;
}
</style>