Shades of Medium Purple #AD5EFF
Tints of Medium Purple #AD5EFF
RGB
CMYK
RGB Variations
Color information
#AD5EFF (or 0xAD5EFF) is known color: Medium Purple. HEX triplet: AD, 5E and FF. RGB value is (173,94,255). Sum of RGB (Red+Green+Blue) = 173+94+255=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EFF is #52A100. Grayscale: #878787. Windows color (decimal): -5415169 or 16735917. OLE color: 16735917.
HSL color Cylindrical-coordinate representation of color #AD5EFF: hue angle of 269.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5EFF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 94 | 255 | - |
| CMYK | 0.32 | 0.63 | 0 | 0 |
| HSL | 269.44º | 1% | 0.68% | - |
| HSV(B) | 269.44º | 0.63% | 1% | - |
| XYZ | 39.29 | 24.11 | 97.19 | - |
| YUV | 135.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 255 | 0.32 | 0.63 | 0 | 0 | 269.44 | 1 | 0.68 |
| Hex | AD | 5E | FF | 20 | 3F | 0 | 0 | 10D | 64 | 44 |
| Octal | 255 | 136 | 377 | 40 | 77 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101101 | 1011110 | 11111111 | 100000 | 111111 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AD5EFF
Complementary color
Monochromatic Colors of #AD5EFF
Black with #AD5EFF
Text Example
Text Example
White with #AD5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EFF; }
p { color: rgb(173,94,255); }
H1.HeaderClassName
{
color: #AD5EFF;
}
.AnyTagClassName
{
color: #AD5EFF;
}
</style>
background-color css
<style>
a { background-color: #AD5EFF; }
a { background-color: rgb(173,94,255); }
div.DivClassName
{
background-color: #AD5EFF;
}
.BgClassName
{
background-color: #AD5EFF;
}
</style>
border-color css
<style>
span { border-color: #AD5EFF; }
span { border-color: rgb(173,94,255); }
td.TdClassName
{
border-color: #AD5EFF;
}
.TagClassName
{
border-color: #AD5EFF;
}
</style>