Shades of Medium Purple #AD83FE
Tints of Medium Purple #AD83FE
RGB
CMYK
RGB Variations
Color information
#AD83FE (or 0xAD83FE) is known color: Medium Purple. HEX triplet: AD, 83 and FE. RGB value is (173,131,254). Sum of RGB (Red+Green+Blue) = 173+131+254=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FE is #527C01. Grayscale: #9D9D9D. Windows color (decimal): -5405698 or 16679853. OLE color: 16679853.
HSL color Cylindrical-coordinate representation of color #AD83FE: hue angle of 260.49º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD83FE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 131 | 254 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.00 |
| HSL | 260.49º | 0.98% | 0.75% | - |
| HSV(B) | 260.49º | 0.48% | 1% | - |
| XYZ | 43.24 | 32.27 | 97.72 | - |
| YUV | 157.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 254 | 0.32 | 0.48 | 0 | 0.00 | 260.49 | 0.98 | 0.75 |
| Hex | AD | 83 | FE | 20 | 30 | 0 | 0 | 104 | 62 | 4B |
| Octal | 255 | 203 | 376 | 40 | 60 | 0 | 0 | 404 | 142 | 113 |
| Binary | 10101101 | 10000011 | 11111110 | 100000 | 110000 | 0 | 0 | 100000100 | 1100010 | 1001011 |
Color Harmonies of #AD83FE
Complementary color
Monochromatic Colors of #AD83FE
Black with #AD83FE
Text Example
Text Example
White with #AD83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83FE; }
p { color: rgb(173,131,254); }
H1.HeaderClassName
{
color: #AD83FE;
}
.AnyTagClassName
{
color: #AD83FE;
}
</style>
background-color css
<style>
a { background-color: #AD83FE; }
a { background-color: rgb(173,131,254); }
div.DivClassName
{
background-color: #AD83FE;
}
.BgClassName
{
background-color: #AD83FE;
}
</style>
border-color css
<style>
span { border-color: #AD83FE; }
span { border-color: rgb(173,131,254); }
td.TdClassName
{
border-color: #AD83FE;
}
.TagClassName
{
border-color: #AD83FE;
}
</style>