Shades of Medium Purple #AD80F4
Tints of Medium Purple #AD80F4
RGB
CMYK
RGB Variations
Color information
#AD80F4 (or 0xAD80F4) is known color: Medium Purple. HEX triplet: AD, 80 and F4. RGB value is (173,128,244). Sum of RGB (Red+Green+Blue) = 173+128+244=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD80F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F4 is #527F0B. Grayscale: #9A9A9A. Windows color (decimal): -5406476 or 16023725. OLE color: 16023725.
HSL color Cylindrical-coordinate representation of color #AD80F4: hue angle of 263.28º degrees, saturation: 0.84, 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 #AD80F4 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 128 | 244 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.04 |
| HSL | 263.28º | 0.84% | 0.73% | - |
| HSV(B) | 263.28º | 0.48% | 0.96% | - |
| XYZ | 41.28 | 30.85 | 89.37 | - |
| YUV | 154.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 244 | 0.29 | 0.48 | 0 | 0.04 | 263.28 | 0.84 | 0.73 |
| Hex | AD | 80 | F4 | 1D | 30 | 0 | 4 | 107 | 54 | 49 |
| Octal | 255 | 200 | 364 | 35 | 60 | 0 | 4 | 407 | 124 | 111 |
| Binary | 10101101 | 10000000 | 11110100 | 11101 | 110000 | 0 | 100 | 100000111 | 1010100 | 1001001 |
Color Harmonies of #AD80F4
Complementary color
Monochromatic Colors of #AD80F4
Black with #AD80F4
Text Example
Text Example
White with #AD80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80F4; }
p { color: rgb(173,128,244); }
H1.HeaderClassName
{
color: #AD80F4;
}
.AnyTagClassName
{
color: #AD80F4;
}
</style>
background-color css
<style>
a { background-color: #AD80F4; }
a { background-color: rgb(173,128,244); }
div.DivClassName
{
background-color: #AD80F4;
}
.BgClassName
{
background-color: #AD80F4;
}
</style>
border-color css
<style>
span { border-color: #AD80F4; }
span { border-color: rgb(173,128,244); }
td.TdClassName
{
border-color: #AD80F4;
}
.TagClassName
{
border-color: #AD80F4;
}
</style>