Shades of Medium Purple #AD82FE
Tints of Medium Purple #AD82FE
RGB
CMYK
RGB Variations
Color information
#AD82FE (or 0xAD82FE) is known color: Medium Purple. HEX triplet: AD, 82 and FE. RGB value is (173,130,254). Sum of RGB (Red+Green+Blue) = 173+130+254=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82FE is #527D01. Grayscale: #9C9C9C. Windows color (decimal): -5405954 or 16679597. OLE color: 16679597.
HSL color Cylindrical-coordinate representation of color #AD82FE: hue angle of 260.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD82FE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 130 | 254 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.00 |
| HSL | 260.81º | 0.98% | 0.75% | - |
| HSV(B) | 260.81º | 0.49% | 1% | - |
| XYZ | 43.11 | 32.01 | 97.67 | - |
| YUV | 156.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 254 | 0.32 | 0.49 | 0 | 0.00 | 260.81 | 0.98 | 0.75 |
| Hex | AD | 82 | FE | 20 | 31 | 0 | 0 | 105 | 62 | 4B |
| Octal | 255 | 202 | 376 | 40 | 61 | 0 | 0 | 405 | 142 | 113 |
| Binary | 10101101 | 10000010 | 11111110 | 100000 | 110001 | 0 | 0 | 100000101 | 1100010 | 1001011 |
Color Harmonies of #AD82FE
Complementary color
Monochromatic Colors of #AD82FE
Black with #AD82FE
Text Example
Text Example
White with #AD82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82FE; }
p { color: rgb(173,130,254); }
H1.HeaderClassName
{
color: #AD82FE;
}
.AnyTagClassName
{
color: #AD82FE;
}
</style>
background-color css
<style>
a { background-color: #AD82FE; }
a { background-color: rgb(173,130,254); }
div.DivClassName
{
background-color: #AD82FE;
}
.BgClassName
{
background-color: #AD82FE;
}
</style>
border-color css
<style>
span { border-color: #AD82FE; }
span { border-color: rgb(173,130,254); }
td.TdClassName
{
border-color: #AD82FE;
}
.TagClassName
{
border-color: #AD82FE;
}
</style>