Shades of Medium Purple #AD83FA
Tints of Medium Purple #AD83FA
RGB
CMYK
RGB Variations
Color information
#AD83FA (or 0xAD83FA) is known color: Medium Purple. HEX triplet: AD, 83 and FA. RGB value is (173,131,250). Sum of RGB (Red+Green+Blue) = 173+131+250=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83FA is #527C05. Grayscale: #9C9C9C. Windows color (decimal): -5405702 or 16417709. OLE color: 16417709.
HSL color Cylindrical-coordinate representation of color #AD83FA: hue angle of 261.18º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD83FA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 131 | 250 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.02 |
| HSL | 261.18º | 0.92% | 0.75% | - |
| HSV(B) | 261.18º | 0.48% | 0.98% | - |
| XYZ | 42.61 | 32.02 | 94.38 | - |
| YUV | 157.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 250 | 0.31 | 0.48 | 0 | 0.02 | 261.18 | 0.92 | 0.75 |
| Hex | AD | 83 | FA | 1F | 30 | 0 | 2 | 105 | 5C | 4B |
| Octal | 255 | 203 | 372 | 37 | 60 | 0 | 2 | 405 | 134 | 113 |
| Binary | 10101101 | 10000011 | 11111010 | 11111 | 110000 | 0 | 10 | 100000101 | 1011100 | 1001011 |
Color Harmonies of #AD83FA
Complementary color
Monochromatic Colors of #AD83FA
Black with #AD83FA
Text Example
Text Example
White with #AD83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83FA; }
p { color: rgb(173,131,250); }
H1.HeaderClassName
{
color: #AD83FA;
}
.AnyTagClassName
{
color: #AD83FA;
}
</style>
background-color css
<style>
a { background-color: #AD83FA; }
a { background-color: rgb(173,131,250); }
div.DivClassName
{
background-color: #AD83FA;
}
.BgClassName
{
background-color: #AD83FA;
}
</style>
border-color css
<style>
span { border-color: #AD83FA; }
span { border-color: rgb(173,131,250); }
td.TdClassName
{
border-color: #AD83FA;
}
.TagClassName
{
border-color: #AD83FA;
}
</style>