Shades of Medium Purple #AD84FD
Tints of Medium Purple #AD84FD
RGB
CMYK
RGB Variations
Color information
#AD84FD (or 0xAD84FD) is known color: Medium Purple. HEX triplet: AD, 84 and FD. RGB value is (173,132,253). Sum of RGB (Red+Green+Blue) = 173+132+253=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84FD is #527B02. Grayscale: #9D9D9D. Windows color (decimal): -5405443 or 16614573. OLE color: 16614573.
HSL color Cylindrical-coordinate representation of color #AD84FD: hue angle of 260.33º 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 #AD84FD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 132 | 253 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.01 |
| HSL | 260.33º | 0.97% | 0.75% | - |
| HSV(B) | 260.33º | 0.48% | 0.99% | - |
| XYZ | 43.21 | 32.48 | 96.92 | - |
| YUV | 158.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 253 | 0.32 | 0.48 | 0 | 0.01 | 260.33 | 0.97 | 0.75 |
| Hex | AD | 84 | FD | 20 | 30 | 0 | 1 | 104 | 61 | 4B |
| Octal | 255 | 204 | 375 | 40 | 60 | 0 | 1 | 404 | 141 | 113 |
| Binary | 10101101 | 10000100 | 11111101 | 100000 | 110000 | 0 | 1 | 100000100 | 1100001 | 1001011 |
Color Harmonies of #AD84FD
Complementary color
Monochromatic Colors of #AD84FD
Black with #AD84FD
Text Example
Text Example
White with #AD84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84FD; }
p { color: rgb(173,132,253); }
H1.HeaderClassName
{
color: #AD84FD;
}
.AnyTagClassName
{
color: #AD84FD;
}
</style>
background-color css
<style>
a { background-color: #AD84FD; }
a { background-color: rgb(173,132,253); }
div.DivClassName
{
background-color: #AD84FD;
}
.BgClassName
{
background-color: #AD84FD;
}
</style>
border-color css
<style>
span { border-color: #AD84FD; }
span { border-color: rgb(173,132,253); }
td.TdClassName
{
border-color: #AD84FD;
}
.TagClassName
{
border-color: #AD84FD;
}
</style>