Shades of Medium Purple #AD6BFF
Tints of Medium Purple #AD6BFF
RGB
CMYK
RGB Variations
Color information
#AD6BFF (or 0xAD6BFF) is known color: Medium Purple. HEX triplet: AD, 6B and FF. RGB value is (173,107,255). Sum of RGB (Red+Green+Blue) = 173+107+255=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BFF is #529400. Grayscale: #8F8F8F. Windows color (decimal): -5411841 or 16739245. OLE color: 16739245.
HSL color Cylindrical-coordinate representation of color #AD6BFF: hue angle of 266.76º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6BFF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 107 | 255 | - |
| CMYK | 0.32 | 0.58 | 0 | 0 |
| HSL | 266.76º | 1% | 0.71% | - |
| HSV(B) | 266.76º | 0.58% | 1% | - |
| XYZ | 40.54 | 26.62 | 97.61 | - |
| YUV | 143.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 255 | 0.32 | 0.58 | 0 | 0 | 266.76 | 1 | 0.71 |
| Hex | AD | 6B | FF | 20 | 3A | 0 | 0 | 10B | 64 | 47 |
| Octal | 255 | 153 | 377 | 40 | 72 | 0 | 0 | 413 | 144 | 107 |
| Binary | 10101101 | 1101011 | 11111111 | 100000 | 111010 | 0 | 0 | 100001011 | 1100100 | 1000111 |
Color Harmonies of #AD6BFF
Complementary color
Monochromatic Colors of #AD6BFF
Black with #AD6BFF
Text Example
Text Example
White with #AD6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BFF; }
p { color: rgb(173,107,255); }
H1.HeaderClassName
{
color: #AD6BFF;
}
.AnyTagClassName
{
color: #AD6BFF;
}
</style>
background-color css
<style>
a { background-color: #AD6BFF; }
a { background-color: rgb(173,107,255); }
div.DivClassName
{
background-color: #AD6BFF;
}
.BgClassName
{
background-color: #AD6BFF;
}
</style>
border-color css
<style>
span { border-color: #AD6BFF; }
span { border-color: rgb(173,107,255); }
td.TdClassName
{
border-color: #AD6BFF;
}
.TagClassName
{
border-color: #AD6BFF;
}
</style>