Shades of Medium Purple #AD84FE
Tints of Medium Purple #AD84FE
RGB
CMYK
RGB Variations
Color information
#AD84FE (or 0xAD84FE) is known color: Medium Purple. HEX triplet: AD, 84 and FE. RGB value is (173,132,254). Sum of RGB (Red+Green+Blue) = 173+132+254=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84FE is #527B01. Grayscale: #9D9D9D. Windows color (decimal): -5405442 or 16680109. OLE color: 16680109.
HSL color Cylindrical-coordinate representation of color #AD84FE: hue angle of 260.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD84FE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 132 | 254 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.00 |
| HSL | 260.16º | 0.98% | 0.76% | - |
| HSV(B) | 260.16º | 0.48% | 1% | - |
| XYZ | 43.37 | 32.54 | 97.76 | - |
| YUV | 158.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 254 | 0.32 | 0.48 | 0 | 0.00 | 260.16 | 0.98 | 0.76 |
| Hex | AD | 84 | FE | 20 | 30 | 0 | 0 | 104 | 62 | 4C |
| Octal | 255 | 204 | 376 | 40 | 60 | 0 | 0 | 404 | 142 | 114 |
| Binary | 10101101 | 10000100 | 11111110 | 100000 | 110000 | 0 | 0 | 100000100 | 1100010 | 1001100 |
Color Harmonies of #AD84FE
Complementary color
Monochromatic Colors of #AD84FE
Black with #AD84FE
Text Example
Text Example
White with #AD84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84FE; }
p { color: rgb(173,132,254); }
H1.HeaderClassName
{
color: #AD84FE;
}
.AnyTagClassName
{
color: #AD84FE;
}
</style>
background-color css
<style>
a { background-color: #AD84FE; }
a { background-color: rgb(173,132,254); }
div.DivClassName
{
background-color: #AD84FE;
}
.BgClassName
{
background-color: #AD84FE;
}
</style>
border-color css
<style>
span { border-color: #AD84FE; }
span { border-color: rgb(173,132,254); }
td.TdClassName
{
border-color: #AD84FE;
}
.TagClassName
{
border-color: #AD84FE;
}
</style>