Shades of Medium Purple #AD5DFD
Tints of Medium Purple #AD5DFD
RGB
CMYK
RGB Variations
Color information
#AD5DFD (or 0xAD5DFD) is known color: Medium Purple. HEX triplet: AD, 5D and FD. RGB value is (173,93,253). Sum of RGB (Red+Green+Blue) = 173+93+253=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD5DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DFD is #52A202. Grayscale: #868686. Windows color (decimal): -5415427 or 16604589. OLE color: 16604589.
HSL color Cylindrical-coordinate representation of color #AD5DFD: hue angle of 270º 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 #AD5DFD is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 93 | 253 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.68% | - |
| HSV(B) | 270º | 0.63% | 0.99% | - |
| XYZ | 38.88 | 23.8 | 95.47 | - |
| YUV | 135.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 253 | 0.32 | 0.63 | 0 | 0.01 | 270 | 0.98 | 0.68 |
| Hex | AD | 5D | FD | 20 | 3F | 0 | 1 | 10E | 62 | 44 |
| Octal | 255 | 135 | 375 | 40 | 77 | 0 | 1 | 416 | 142 | 104 |
| Binary | 10101101 | 1011101 | 11111101 | 100000 | 111111 | 0 | 1 | 100001110 | 1100010 | 1000100 |
Color Harmonies of #AD5DFD
Complementary color
Monochromatic Colors of #AD5DFD
Black with #AD5DFD
Text Example
Text Example
White with #AD5DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DFD; }
p { color: rgb(173,93,253); }
H1.HeaderClassName
{
color: #AD5DFD;
}
.AnyTagClassName
{
color: #AD5DFD;
}
</style>
background-color css
<style>
a { background-color: #AD5DFD; }
a { background-color: rgb(173,93,253); }
div.DivClassName
{
background-color: #AD5DFD;
}
.BgClassName
{
background-color: #AD5DFD;
}
</style>
border-color css
<style>
span { border-color: #AD5DFD; }
span { border-color: rgb(173,93,253); }
td.TdClassName
{
border-color: #AD5DFD;
}
.TagClassName
{
border-color: #AD5DFD;
}
</style>