Shades of Medium Purple #AD83FD
Tints of Medium Purple #AD83FD
RGB
CMYK
RGB Variations
Color information
#AD83FD (or 0xAD83FD) is known color: Medium Purple. HEX triplet: AD, 83 and FD. RGB value is (173,131,253). Sum of RGB (Red+Green+Blue) = 173+131+253=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FD is #527C02. Grayscale: #9D9D9D. Windows color (decimal): -5405699 or 16614317. OLE color: 16614317.
HSL color Cylindrical-coordinate representation of color #AD83FD: hue angle of 260.66º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD83FD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 131 | 253 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.01 |
| HSL | 260.66º | 0.97% | 0.75% | - |
| HSV(B) | 260.66º | 0.48% | 0.99% | - |
| XYZ | 43.08 | 32.21 | 96.87 | - |
| YUV | 157.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 253 | 0.32 | 0.48 | 0 | 0.01 | 260.66 | 0.97 | 0.75 |
| Hex | AD | 83 | FD | 20 | 30 | 0 | 1 | 105 | 61 | 4B |
| Octal | 255 | 203 | 375 | 40 | 60 | 0 | 1 | 405 | 141 | 113 |
| Binary | 10101101 | 10000011 | 11111101 | 100000 | 110000 | 0 | 1 | 100000101 | 1100001 | 1001011 |
Color Harmonies of #AD83FD
Complementary color
Monochromatic Colors of #AD83FD
Black with #AD83FD
Text Example
Text Example
White with #AD83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83FD; }
p { color: rgb(173,131,253); }
H1.HeaderClassName
{
color: #AD83FD;
}
.AnyTagClassName
{
color: #AD83FD;
}
</style>
background-color css
<style>
a { background-color: #AD83FD; }
a { background-color: rgb(173,131,253); }
div.DivClassName
{
background-color: #AD83FD;
}
.BgClassName
{
background-color: #AD83FD;
}
</style>
border-color css
<style>
span { border-color: #AD83FD; }
span { border-color: rgb(173,131,253); }
td.TdClassName
{
border-color: #AD83FD;
}
.TagClassName
{
border-color: #AD83FD;
}
</style>