Shades of Medium Purple #AD80F1
Tints of Medium Purple #AD80F1
RGB
CMYK
RGB Variations
Color information
#AD80F1 (or 0xAD80F1) is known color: Medium Purple. HEX triplet: AD, 80 and F1. RGB value is (173,128,241). Sum of RGB (Red+Green+Blue) = 173+128+241=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F1 is #527F0E. Grayscale: #999999. Windows color (decimal): -5406479 or 15827117. OLE color: 15827117.
HSL color Cylindrical-coordinate representation of color #AD80F1: hue angle of 263.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD80F1 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 128 | 241 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.05 |
| HSL | 263.89º | 0.8% | 0.72% | - |
| HSV(B) | 263.89º | 0.47% | 0.95% | - |
| XYZ | 40.83 | 30.67 | 86.99 | - |
| YUV | 154.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 241 | 0.28 | 0.47 | 0 | 0.05 | 263.89 | 0.8 | 0.72 |
| Hex | AD | 80 | F1 | 1C | 2F | 0 | 5 | 108 | 50 | 48 |
| Octal | 255 | 200 | 361 | 34 | 57 | 0 | 5 | 410 | 120 | 110 |
| Binary | 10101101 | 10000000 | 11110001 | 11100 | 101111 | 0 | 101 | 100001000 | 1010000 | 1001000 |
Color Harmonies of #AD80F1
Complementary color
Monochromatic Colors of #AD80F1
Black with #AD80F1
Text Example
Text Example
White with #AD80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80F1; }
p { color: rgb(173,128,241); }
H1.HeaderClassName
{
color: #AD80F1;
}
.AnyTagClassName
{
color: #AD80F1;
}
</style>
background-color css
<style>
a { background-color: #AD80F1; }
a { background-color: rgb(173,128,241); }
div.DivClassName
{
background-color: #AD80F1;
}
.BgClassName
{
background-color: #AD80F1;
}
</style>
border-color css
<style>
span { border-color: #AD80F1; }
span { border-color: rgb(173,128,241); }
td.TdClassName
{
border-color: #AD80F1;
}
.TagClassName
{
border-color: #AD80F1;
}
</style>