Shades of Medium Purple #AD81FF
Tints of Medium Purple #AD81FF
RGB
CMYK
RGB Variations
Color information
#AD81FF (or 0xAD81FF) is known color: Medium Purple. HEX triplet: AD, 81 and FF. RGB value is (173,129,255). Sum of RGB (Red+Green+Blue) = 173+129+255=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81FF is #527E00. Grayscale: #9C9C9C. Windows color (decimal): -5406209 or 16744877. OLE color: 16744877.
HSL color Cylindrical-coordinate representation of color #AD81FF: hue angle of 260.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD81FF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 129 | 255 | - |
| CMYK | 0.32 | 0.49 | 0 | 0 |
| HSL | 260.95º | 1% | 0.75% | - |
| HSV(B) | 260.95º | 0.49% | 1% | - |
| XYZ | 43.13 | 31.8 | 98.47 | - |
| YUV | 156.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 255 | 0.32 | 0.49 | 0 | 0 | 260.95 | 1 | 0.75 |
| Hex | AD | 81 | FF | 20 | 31 | 0 | 0 | 105 | 64 | 4B |
| Octal | 255 | 201 | 377 | 40 | 61 | 0 | 0 | 405 | 144 | 113 |
| Binary | 10101101 | 10000001 | 11111111 | 100000 | 110001 | 0 | 0 | 100000101 | 1100100 | 1001011 |
Color Harmonies of #AD81FF
Complementary color
Monochromatic Colors of #AD81FF
Black with #AD81FF
Text Example
Text Example
White with #AD81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81FF; }
p { color: rgb(173,129,255); }
H1.HeaderClassName
{
color: #AD81FF;
}
.AnyTagClassName
{
color: #AD81FF;
}
</style>
background-color css
<style>
a { background-color: #AD81FF; }
a { background-color: rgb(173,129,255); }
div.DivClassName
{
background-color: #AD81FF;
}
.BgClassName
{
background-color: #AD81FF;
}
</style>
border-color css
<style>
span { border-color: #AD81FF; }
span { border-color: rgb(173,129,255); }
td.TdClassName
{
border-color: #AD81FF;
}
.TagClassName
{
border-color: #AD81FF;
}
</style>