Shades of Medium Purple #AD5EFD
Tints of Medium Purple #AD5EFD
RGB
CMYK
RGB Variations
Color information
#AD5EFD (or 0xAD5EFD) is known color: Medium Purple. HEX triplet: AD, 5E and FD. RGB value is (173,94,253). Sum of RGB (Red+Green+Blue) = 173+94+253=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD5EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EFD is #52A102. Grayscale: #878787. Windows color (decimal): -5415171 or 16604845. OLE color: 16604845.
HSL color Cylindrical-coordinate representation of color #AD5EFD: hue angle of 269.81º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5EFD is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 94 | 253 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.01 |
| HSL | 269.81º | 0.98% | 0.68% | - |
| HSV(B) | 269.81º | 0.63% | 0.99% | - |
| XYZ | 38.97 | 23.98 | 95.5 | - |
| YUV | 135.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 253 | 0.32 | 0.63 | 0 | 0.01 | 269.81 | 0.98 | 0.68 |
| Hex | AD | 5E | FD | 20 | 3F | 0 | 1 | 10E | 62 | 44 |
| Octal | 255 | 136 | 375 | 40 | 77 | 0 | 1 | 416 | 142 | 104 |
| Binary | 10101101 | 1011110 | 11111101 | 100000 | 111111 | 0 | 1 | 100001110 | 1100010 | 1000100 |
Color Harmonies of #AD5EFD
Complementary color
Monochromatic Colors of #AD5EFD
Black with #AD5EFD
Text Example
Text Example
White with #AD5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EFD; }
p { color: rgb(173,94,253); }
H1.HeaderClassName
{
color: #AD5EFD;
}
.AnyTagClassName
{
color: #AD5EFD;
}
</style>
background-color css
<style>
a { background-color: #AD5EFD; }
a { background-color: rgb(173,94,253); }
div.DivClassName
{
background-color: #AD5EFD;
}
.BgClassName
{
background-color: #AD5EFD;
}
</style>
border-color css
<style>
span { border-color: #AD5EFD; }
span { border-color: rgb(173,94,253); }
td.TdClassName
{
border-color: #AD5EFD;
}
.TagClassName
{
border-color: #AD5EFD;
}
</style>