Shades of Medium Purple #AD83F9
Tints of Medium Purple #AD83F9
RGB
CMYK
RGB Variations
Color information
#AD83F9 (or 0xAD83F9) is known color: Medium Purple. HEX triplet: AD, 83 and F9. RGB value is (173,131,249). Sum of RGB (Red+Green+Blue) = 173+131+249=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83F9 is #527C06. Grayscale: #9C9C9C. Windows color (decimal): -5405703 or 16352173. OLE color: 16352173.
HSL color Cylindrical-coordinate representation of color #AD83F9: hue angle of 261.36º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD83F9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 131 | 249 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.02 |
| HSL | 261.36º | 0.91% | 0.75% | - |
| HSV(B) | 261.36º | 0.47% | 0.98% | - |
| XYZ | 42.45 | 31.96 | 93.55 | - |
| YUV | 157.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 249 | 0.31 | 0.47 | 0 | 0.02 | 261.36 | 0.91 | 0.75 |
| Hex | AD | 83 | F9 | 1F | 2F | 0 | 2 | 105 | 5B | 4B |
| Octal | 255 | 203 | 371 | 37 | 57 | 0 | 2 | 405 | 133 | 113 |
| Binary | 10101101 | 10000011 | 11111001 | 11111 | 101111 | 0 | 10 | 100000101 | 1011011 | 1001011 |
Color Harmonies of #AD83F9
Complementary color
Monochromatic Colors of #AD83F9
Black with #AD83F9
Text Example
Text Example
White with #AD83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83F9; }
p { color: rgb(173,131,249); }
H1.HeaderClassName
{
color: #AD83F9;
}
.AnyTagClassName
{
color: #AD83F9;
}
</style>
background-color css
<style>
a { background-color: #AD83F9; }
a { background-color: rgb(173,131,249); }
div.DivClassName
{
background-color: #AD83F9;
}
.BgClassName
{
background-color: #AD83F9;
}
</style>
border-color css
<style>
span { border-color: #AD83F9; }
span { border-color: rgb(173,131,249); }
td.TdClassName
{
border-color: #AD83F9;
}
.TagClassName
{
border-color: #AD83F9;
}
</style>