Shades of Medium Purple #AD80F5
Tints of Medium Purple #AD80F5
RGB
CMYK
RGB Variations
Color information
#AD80F5 (or 0xAD80F5) is known color: Medium Purple. HEX triplet: AD, 80 and F5. RGB value is (173,128,245). Sum of RGB (Red+Green+Blue) = 173+128+245=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F5 is #527F0A. Grayscale: #9A9A9A. Windows color (decimal): -5406475 or 16089261. OLE color: 16089261.
HSL color Cylindrical-coordinate representation of color #AD80F5: hue angle of 263.08º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD80F5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 128 | 245 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.04 |
| HSL | 263.08º | 0.85% | 0.73% | - |
| HSV(B) | 263.08º | 0.48% | 0.96% | - |
| XYZ | 41.43 | 30.92 | 90.17 | - |
| YUV | 154.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 245 | 0.29 | 0.48 | 0 | 0.04 | 263.08 | 0.85 | 0.73 |
| Hex | AD | 80 | F5 | 1D | 30 | 0 | 4 | 107 | 55 | 49 |
| Octal | 255 | 200 | 365 | 35 | 60 | 0 | 4 | 407 | 125 | 111 |
| Binary | 10101101 | 10000000 | 11110101 | 11101 | 110000 | 0 | 100 | 100000111 | 1010101 | 1001001 |
Color Harmonies of #AD80F5
Complementary color
Monochromatic Colors of #AD80F5
Black with #AD80F5
Text Example
Text Example
White with #AD80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80F5; }
p { color: rgb(173,128,245); }
H1.HeaderClassName
{
color: #AD80F5;
}
.AnyTagClassName
{
color: #AD80F5;
}
</style>
background-color css
<style>
a { background-color: #AD80F5; }
a { background-color: rgb(173,128,245); }
div.DivClassName
{
background-color: #AD80F5;
}
.BgClassName
{
background-color: #AD80F5;
}
</style>
border-color css
<style>
span { border-color: #AD80F5; }
span { border-color: rgb(173,128,245); }
td.TdClassName
{
border-color: #AD80F5;
}
.TagClassName
{
border-color: #AD80F5;
}
</style>