Shades of Medium Purple #AD6AFF
Tints of Medium Purple #AD6AFF
RGB
CMYK
RGB Variations
Color information
#AD6AFF (or 0xAD6AFF) is known color: Medium Purple. HEX triplet: AD, 6A and FF. RGB value is (173,106,255). Sum of RGB (Red+Green+Blue) = 173+106+255=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AFF is #529500. Grayscale: #8E8E8E. Windows color (decimal): -5412097 or 16738989. OLE color: 16738989.
HSL color Cylindrical-coordinate representation of color #AD6AFF: hue angle of 266.98º 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 #AD6AFF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 106 | 255 | - |
| CMYK | 0.32 | 0.58 | 0 | 0 |
| HSL | 266.98º | 1% | 0.71% | - |
| HSV(B) | 266.98º | 0.58% | 1% | - |
| XYZ | 40.44 | 26.41 | 97.57 | - |
| YUV | 143.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 255 | 0.32 | 0.58 | 0 | 0 | 266.98 | 1 | 0.71 |
| Hex | AD | 6A | FF | 20 | 3A | 0 | 0 | 10B | 64 | 47 |
| Octal | 255 | 152 | 377 | 40 | 72 | 0 | 0 | 413 | 144 | 107 |
| Binary | 10101101 | 1101010 | 11111111 | 100000 | 111010 | 0 | 0 | 100001011 | 1100100 | 1000111 |
Color Harmonies of #AD6AFF
Complementary color
Monochromatic Colors of #AD6AFF
Black with #AD6AFF
Text Example
Text Example
White with #AD6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AFF; }
p { color: rgb(173,106,255); }
H1.HeaderClassName
{
color: #AD6AFF;
}
.AnyTagClassName
{
color: #AD6AFF;
}
</style>
background-color css
<style>
a { background-color: #AD6AFF; }
a { background-color: rgb(173,106,255); }
div.DivClassName
{
background-color: #AD6AFF;
}
.BgClassName
{
background-color: #AD6AFF;
}
</style>
border-color css
<style>
span { border-color: #AD6AFF; }
span { border-color: rgb(173,106,255); }
td.TdClassName
{
border-color: #AD6AFF;
}
.TagClassName
{
border-color: #AD6AFF;
}
</style>