Shades of Medium Purple #AD7DFF
Tints of Medium Purple #AD7DFF
RGB
CMYK
RGB Variations
Color information
#AD7DFF (or 0xAD7DFF) is known color: Medium Purple. HEX triplet: AD, 7D and FF. RGB value is (173,125,255). Sum of RGB (Red+Green+Blue) = 173+125+255=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DFF is #528200. Grayscale: #999999. Windows color (decimal): -5407233 or 16743853. OLE color: 16743853.
HSL color Cylindrical-coordinate representation of color #AD7DFF: hue angle of 262.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7DFF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 125 | 255 | - |
| CMYK | 0.32 | 0.51 | 0 | 0 |
| HSL | 262.15º | 1% | 0.75% | - |
| HSV(B) | 262.15º | 0.51% | 1% | - |
| XYZ | 42.62 | 30.77 | 98.3 | - |
| YUV | 154.17 | 184.9 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 255 | 0.32 | 0.51 | 0 | 0 | 262.15 | 1 | 0.75 |
| Hex | AD | 7D | FF | 20 | 33 | 0 | 0 | 106 | 64 | 4B |
| Octal | 255 | 175 | 377 | 40 | 63 | 0 | 0 | 406 | 144 | 113 |
| Binary | 10101101 | 1111101 | 11111111 | 100000 | 110011 | 0 | 0 | 100000110 | 1100100 | 1001011 |
Color Harmonies of #AD7DFF
Complementary color
Monochromatic Colors of #AD7DFF
Black with #AD7DFF
Text Example
Text Example
White with #AD7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DFF; }
p { color: rgb(173,125,255); }
H1.HeaderClassName
{
color: #AD7DFF;
}
.AnyTagClassName
{
color: #AD7DFF;
}
</style>
background-color css
<style>
a { background-color: #AD7DFF; }
a { background-color: rgb(173,125,255); }
div.DivClassName
{
background-color: #AD7DFF;
}
.BgClassName
{
background-color: #AD7DFF;
}
</style>
border-color css
<style>
span { border-color: #AD7DFF; }
span { border-color: rgb(173,125,255); }
td.TdClassName
{
border-color: #AD7DFF;
}
.TagClassName
{
border-color: #AD7DFF;
}
</style>