Shades of Medium Purple #AD5DFE
Tints of Medium Purple #AD5DFE
RGB
CMYK
RGB Variations
Color information
#AD5DFE (or 0xAD5DFE) is known color: Medium Purple. HEX triplet: AD, 5D and FE. RGB value is (173,93,254). Sum of RGB (Red+Green+Blue) = 173+93+254=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFE is #52A201. Grayscale: #868686. Windows color (decimal): -5415426 or 16670125. OLE color: 16670125.
HSL color Cylindrical-coordinate representation of color #AD5DFE: hue angle of 269.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5DFE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 93 | 254 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.00 |
| HSL | 269.81º | 0.99% | 0.68% | - |
| HSV(B) | 269.81º | 0.63% | 1% | - |
| XYZ | 39.04 | 23.87 | 96.32 | - |
| YUV | 135.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 254 | 0.32 | 0.63 | 0 | 0.00 | 269.81 | 0.99 | 0.68 |
| Hex | AD | 5D | FE | 20 | 3F | 0 | 0 | 10E | 63 | 44 |
| Octal | 255 | 135 | 376 | 40 | 77 | 0 | 0 | 416 | 143 | 104 |
| Binary | 10101101 | 1011101 | 11111110 | 100000 | 111111 | 0 | 0 | 100001110 | 1100011 | 1000100 |
Color Harmonies of #AD5DFE
Complementary color
Monochromatic Colors of #AD5DFE
Black with #AD5DFE
Text Example
Text Example
White with #AD5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DFE; }
p { color: rgb(173,93,254); }
H1.HeaderClassName
{
color: #AD5DFE;
}
.AnyTagClassName
{
color: #AD5DFE;
}
</style>
background-color css
<style>
a { background-color: #AD5DFE; }
a { background-color: rgb(173,93,254); }
div.DivClassName
{
background-color: #AD5DFE;
}
.BgClassName
{
background-color: #AD5DFE;
}
</style>
border-color css
<style>
span { border-color: #AD5DFE; }
span { border-color: rgb(173,93,254); }
td.TdClassName
{
border-color: #AD5DFE;
}
.TagClassName
{
border-color: #AD5DFE;
}
</style>