Shades of Medium Purple #AD7FEF
Tints of Medium Purple #AD7FEF
RGB
CMYK
RGB Variations
Color information
#AD7FEF (or 0xAD7FEF) is known color: Medium Purple. HEX triplet: AD, 7F and EF. RGB value is (173,127,239). Sum of RGB (Red+Green+Blue) = 173+127+239=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD7FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FEF is #528010. Grayscale: #999999. Windows color (decimal): -5406737 or 15695789. OLE color: 15695789.
HSL color Cylindrical-coordinate representation of color #AD7FEF: hue angle of 264.64º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7FEF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 127 | 239 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.06 |
| HSL | 264.64º | 0.78% | 0.72% | - |
| HSV(B) | 264.64º | 0.47% | 0.94% | - |
| XYZ | 40.4 | 30.29 | 85.38 | - |
| YUV | 153.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 239 | 0.28 | 0.47 | 0 | 0.06 | 264.64 | 0.78 | 0.72 |
| Hex | AD | 7F | EF | 1C | 2F | 0 | 6 | 109 | 4E | 48 |
| Octal | 255 | 177 | 357 | 34 | 57 | 0 | 6 | 411 | 116 | 110 |
| Binary | 10101101 | 1111111 | 11101111 | 11100 | 101111 | 0 | 110 | 100001001 | 1001110 | 1001000 |
Color Harmonies of #AD7FEF
Complementary color
Monochromatic Colors of #AD7FEF
Black with #AD7FEF
Text Example
Text Example
White with #AD7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FEF; }
p { color: rgb(173,127,239); }
H1.HeaderClassName
{
color: #AD7FEF;
}
.AnyTagClassName
{
color: #AD7FEF;
}
</style>
background-color css
<style>
a { background-color: #AD7FEF; }
a { background-color: rgb(173,127,239); }
div.DivClassName
{
background-color: #AD7FEF;
}
.BgClassName
{
background-color: #AD7FEF;
}
</style>
border-color css
<style>
span { border-color: #AD7FEF; }
span { border-color: rgb(173,127,239); }
td.TdClassName
{
border-color: #AD7FEF;
}
.TagClassName
{
border-color: #AD7FEF;
}
</style>