Shades of Medium Purple #AD5EFB
Tints of Medium Purple #AD5EFB
RGB
CMYK
RGB Variations
Color information
#AD5EFB (or 0xAD5EFB) is known color: Medium Purple. HEX triplet: AD, 5E and FB. RGB value is (173,94,251). Sum of RGB (Red+Green+Blue) = 173+94+251=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EFB is #52A104. Grayscale: #868686. Windows color (decimal): -5415173 or 16473773. OLE color: 16473773.
HSL color Cylindrical-coordinate representation of color #AD5EFB: hue angle of 270.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5EFB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 94 | 251 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.02 |
| HSL | 270.19º | 0.95% | 0.68% | - |
| HSV(B) | 270.19º | 0.63% | 0.98% | - |
| XYZ | 38.65 | 23.85 | 93.83 | - |
| YUV | 135.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 251 | 0.31 | 0.63 | 0 | 0.02 | 270.19 | 0.95 | 0.68 |
| Hex | AD | 5E | FB | 1F | 3F | 0 | 2 | 10E | 5F | 44 |
| Octal | 255 | 136 | 373 | 37 | 77 | 0 | 2 | 416 | 137 | 104 |
| Binary | 10101101 | 1011110 | 11111011 | 11111 | 111111 | 0 | 10 | 100001110 | 1011111 | 1000100 |
Color Harmonies of #AD5EFB
Complementary color
Monochromatic Colors of #AD5EFB
Black with #AD5EFB
Text Example
Text Example
White with #AD5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EFB; }
p { color: rgb(173,94,251); }
H1.HeaderClassName
{
color: #AD5EFB;
}
.AnyTagClassName
{
color: #AD5EFB;
}
</style>
background-color css
<style>
a { background-color: #AD5EFB; }
a { background-color: rgb(173,94,251); }
div.DivClassName
{
background-color: #AD5EFB;
}
.BgClassName
{
background-color: #AD5EFB;
}
</style>
border-color css
<style>
span { border-color: #AD5EFB; }
span { border-color: rgb(173,94,251); }
td.TdClassName
{
border-color: #AD5EFB;
}
.TagClassName
{
border-color: #AD5EFB;
}
</style>