Shades of Medium Purple #AD6FFF
Tints of Medium Purple #AD6FFF
RGB
CMYK
RGB Variations
Color information
#AD6FFF (or 0xAD6FFF) is known color: Medium Purple. HEX triplet: AD, 6F and FF. RGB value is (173,111,255). Sum of RGB (Red+Green+Blue) = 173+111+255=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FFF is #529000. Grayscale: #919191. Windows color (decimal): -5410817 or 16740269. OLE color: 16740269.
HSL color Cylindrical-coordinate representation of color #AD6FFF: hue angle of 265.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6FFF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 111 | 255 | - |
| CMYK | 0.32 | 0.56 | 0 | 0 |
| HSL | 265.83º | 1% | 0.72% | - |
| HSV(B) | 265.83º | 0.56% | 1% | - |
| XYZ | 40.97 | 27.47 | 97.75 | - |
| YUV | 145.95 | 189.54 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 255 | 0.32 | 0.56 | 0 | 0 | 265.83 | 1 | 0.72 |
| Hex | AD | 6F | FF | 20 | 38 | 0 | 0 | 10A | 64 | 48 |
| Octal | 255 | 157 | 377 | 40 | 70 | 0 | 0 | 412 | 144 | 110 |
| Binary | 10101101 | 1101111 | 11111111 | 100000 | 111000 | 0 | 0 | 100001010 | 1100100 | 1001000 |
Color Harmonies of #AD6FFF
Complementary color
Monochromatic Colors of #AD6FFF
Black with #AD6FFF
Text Example
Text Example
White with #AD6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FFF; }
p { color: rgb(173,111,255); }
H1.HeaderClassName
{
color: #AD6FFF;
}
.AnyTagClassName
{
color: #AD6FFF;
}
</style>
background-color css
<style>
a { background-color: #AD6FFF; }
a { background-color: rgb(173,111,255); }
div.DivClassName
{
background-color: #AD6FFF;
}
.BgClassName
{
background-color: #AD6FFF;
}
</style>
border-color css
<style>
span { border-color: #AD6FFF; }
span { border-color: rgb(173,111,255); }
td.TdClassName
{
border-color: #AD6FFF;
}
.TagClassName
{
border-color: #AD6FFF;
}
</style>