Shades of Medium Purple #AD82F2
Tints of Medium Purple #AD82F2
RGB
CMYK
RGB Variations
Color information
#AD82F2 (or 0xAD82F2) is known color: Medium Purple. HEX triplet: AD, 82 and F2. RGB value is (173,130,242). Sum of RGB (Red+Green+Blue) = 173+130+242=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD82F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82F2 is #527D0D. Grayscale: #9B9B9B. Windows color (decimal): -5405966 or 15893165. OLE color: 15893165.
HSL color Cylindrical-coordinate representation of color #AD82F2: hue angle of 263.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD82F2 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 130 | 242 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.05 |
| HSL | 263.04º | 0.81% | 0.73% | - |
| HSV(B) | 263.04º | 0.46% | 0.95% | - |
| XYZ | 41.24 | 31.26 | 87.86 | - |
| YUV | 155.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 242 | 0.29 | 0.46 | 0 | 0.05 | 263.04 | 0.81 | 0.73 |
| Hex | AD | 82 | F2 | 1D | 2E | 0 | 5 | 107 | 51 | 49 |
| Octal | 255 | 202 | 362 | 35 | 56 | 0 | 5 | 407 | 121 | 111 |
| Binary | 10101101 | 10000010 | 11110010 | 11101 | 101110 | 0 | 101 | 100000111 | 1010001 | 1001001 |
Color Harmonies of #AD82F2
Complementary color
Monochromatic Colors of #AD82F2
Black with #AD82F2
Text Example
Text Example
White with #AD82F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82F2; }
p { color: rgb(173,130,242); }
H1.HeaderClassName
{
color: #AD82F2;
}
.AnyTagClassName
{
color: #AD82F2;
}
</style>
background-color css
<style>
a { background-color: #AD82F2; }
a { background-color: rgb(173,130,242); }
div.DivClassName
{
background-color: #AD82F2;
}
.BgClassName
{
background-color: #AD82F2;
}
</style>
border-color css
<style>
span { border-color: #AD82F2; }
span { border-color: rgb(173,130,242); }
td.TdClassName
{
border-color: #AD82F2;
}
.TagClassName
{
border-color: #AD82F2;
}
</style>