Shades of Medium Purple #AD82F5
Tints of Medium Purple #AD82F5
RGB
CMYK
RGB Variations
Color information
#AD82F5 (or 0xAD82F5) is known color: Medium Purple. HEX triplet: AD, 82 and F5. RGB value is (173,130,245). Sum of RGB (Red+Green+Blue) = 173+130+245=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD82F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82F5 is #527D0A. Grayscale: #9B9B9B. Windows color (decimal): -5405963 or 16089773. OLE color: 16089773.
HSL color Cylindrical-coordinate representation of color #AD82F5: hue angle of 262.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD82F5 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 130 | 245 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.04 |
| HSL | 262.43º | 0.85% | 0.74% | - |
| HSV(B) | 262.43º | 0.47% | 0.96% | - |
| XYZ | 41.7 | 31.44 | 90.26 | - |
| YUV | 155.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 245 | 0.29 | 0.47 | 0 | 0.04 | 262.43 | 0.85 | 0.74 |
| Hex | AD | 82 | F5 | 1D | 2F | 0 | 4 | 106 | 55 | 4A |
| Octal | 255 | 202 | 365 | 35 | 57 | 0 | 4 | 406 | 125 | 112 |
| Binary | 10101101 | 10000010 | 11110101 | 11101 | 101111 | 0 | 100 | 100000110 | 1010101 | 1001010 |
Color Harmonies of #AD82F5
Complementary color
Monochromatic Colors of #AD82F5
Black with #AD82F5
Text Example
Text Example
White with #AD82F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82F5; }
p { color: rgb(173,130,245); }
H1.HeaderClassName
{
color: #AD82F5;
}
.AnyTagClassName
{
color: #AD82F5;
}
</style>
background-color css
<style>
a { background-color: #AD82F5; }
a { background-color: rgb(173,130,245); }
div.DivClassName
{
background-color: #AD82F5;
}
.BgClassName
{
background-color: #AD82F5;
}
</style>
border-color css
<style>
span { border-color: #AD82F5; }
span { border-color: rgb(173,130,245); }
td.TdClassName
{
border-color: #AD82F5;
}
.TagClassName
{
border-color: #AD82F5;
}
</style>