Shades of Medium Purple #AD81F6
Tints of Medium Purple #AD81F6
RGB
CMYK
RGB Variations
Color information
#AD81F6 (or 0xAD81F6) is known color: Medium Purple. HEX triplet: AD, 81 and F6. RGB value is (173,129,246). Sum of RGB (Red+Green+Blue) = 173+129+246=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD81F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81F6 is #527E09. Grayscale: #9B9B9B. Windows color (decimal): -5406218 or 16155053. OLE color: 16155053.
HSL color Cylindrical-coordinate representation of color #AD81F6: hue angle of 262.56º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD81F6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 129 | 246 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.04 |
| HSL | 262.56º | 0.87% | 0.74% | - |
| HSV(B) | 262.56º | 0.48% | 0.96% | - |
| XYZ | 41.72 | 31.24 | 91.02 | - |
| YUV | 155.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 246 | 0.30 | 0.48 | 0 | 0.04 | 262.56 | 0.87 | 0.74 |
| Hex | AD | 81 | F6 | 1E | 30 | 0 | 4 | 107 | 57 | 4A |
| Octal | 255 | 201 | 366 | 36 | 60 | 0 | 4 | 407 | 127 | 112 |
| Binary | 10101101 | 10000001 | 11110110 | 11110 | 110000 | 0 | 100 | 100000111 | 1010111 | 1001010 |
Color Harmonies of #AD81F6
Complementary color
Monochromatic Colors of #AD81F6
Black with #AD81F6
Text Example
Text Example
White with #AD81F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81F6; }
p { color: rgb(173,129,246); }
H1.HeaderClassName
{
color: #AD81F6;
}
.AnyTagClassName
{
color: #AD81F6;
}
</style>
background-color css
<style>
a { background-color: #AD81F6; }
a { background-color: rgb(173,129,246); }
div.DivClassName
{
background-color: #AD81F6;
}
.BgClassName
{
background-color: #AD81F6;
}
</style>
border-color css
<style>
span { border-color: #AD81F6; }
span { border-color: rgb(173,129,246); }
td.TdClassName
{
border-color: #AD81F6;
}
.TagClassName
{
border-color: #AD81F6;
}
</style>