Shades of Medium Purple #AD81EF
Tints of Medium Purple #AD81EF
RGB
CMYK
RGB Variations
Color information
#AD81EF (or 0xAD81EF) is known color: Medium Purple. HEX triplet: AD, 81 and EF. RGB value is (173,129,239). Sum of RGB (Red+Green+Blue) = 173+129+239=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81EF is #527E10. Grayscale: #9A9A9A. Windows color (decimal): -5406225 or 15696301. OLE color: 15696301.
HSL color Cylindrical-coordinate representation of color #AD81EF: hue angle of 264º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD81EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 129 | 239 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.06 |
| HSL | 264º | 0.77% | 0.72% | - |
| HSV(B) | 264º | 0.46% | 0.94% | - |
| XYZ | 40.66 | 30.82 | 85.47 | - |
| YUV | 154.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 239 | 0.28 | 0.46 | 0 | 0.06 | 264 | 0.77 | 0.72 |
| Hex | AD | 81 | EF | 1C | 2E | 0 | 6 | 108 | 4D | 48 |
| Octal | 255 | 201 | 357 | 34 | 56 | 0 | 6 | 410 | 115 | 110 |
| Binary | 10101101 | 10000001 | 11101111 | 11100 | 101110 | 0 | 110 | 100001000 | 1001101 | 1001000 |
Color Harmonies of #AD81EF
Complementary color
Monochromatic Colors of #AD81EF
Black with #AD81EF
Text Example
Text Example
White with #AD81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81EF; }
p { color: rgb(173,129,239); }
H1.HeaderClassName
{
color: #AD81EF;
}
.AnyTagClassName
{
color: #AD81EF;
}
</style>
background-color css
<style>
a { background-color: #AD81EF; }
a { background-color: rgb(173,129,239); }
div.DivClassName
{
background-color: #AD81EF;
}
.BgClassName
{
background-color: #AD81EF;
}
</style>
border-color css
<style>
span { border-color: #AD81EF; }
span { border-color: rgb(173,129,239); }
td.TdClassName
{
border-color: #AD81EF;
}
.TagClassName
{
border-color: #AD81EF;
}
</style>