Shades of Medium Purple #AD68FF
Tints of Medium Purple #AD68FF
RGB
CMYK
RGB Variations
Color information
#AD68FF (or 0xAD68FF) is known color: Medium Purple. HEX triplet: AD, 68 and FF. RGB value is (173,104,255). Sum of RGB (Red+Green+Blue) = 173+104+255=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FF is #529700. Grayscale: #8D8D8D. Windows color (decimal): -5412609 or 16738477. OLE color: 16738477.
HSL color Cylindrical-coordinate representation of color #AD68FF: hue angle of 267.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD68FF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 104 | 255 | - |
| CMYK | 0.32 | 0.59 | 0 | 0 |
| HSL | 267.42º | 1% | 0.7% | - |
| HSV(B) | 267.42º | 0.59% | 1% | - |
| XYZ | 40.23 | 26 | 97.51 | - |
| YUV | 141.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 255 | 0.32 | 0.59 | 0 | 0 | 267.42 | 1 | 0.7 |
| Hex | AD | 68 | FF | 20 | 3B | 0 | 0 | 10B | 64 | 46 |
| Octal | 255 | 150 | 377 | 40 | 73 | 0 | 0 | 413 | 144 | 106 |
| Binary | 10101101 | 1101000 | 11111111 | 100000 | 111011 | 0 | 0 | 100001011 | 1100100 | 1000110 |
Color Harmonies of #AD68FF
Complementary color
Monochromatic Colors of #AD68FF
Black with #AD68FF
Text Example
Text Example
White with #AD68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68FF; }
p { color: rgb(173,104,255); }
H1.HeaderClassName
{
color: #AD68FF;
}
.AnyTagClassName
{
color: #AD68FF;
}
</style>
background-color css
<style>
a { background-color: #AD68FF; }
a { background-color: rgb(173,104,255); }
div.DivClassName
{
background-color: #AD68FF;
}
.BgClassName
{
background-color: #AD68FF;
}
</style>
border-color css
<style>
span { border-color: #AD68FF; }
span { border-color: rgb(173,104,255); }
td.TdClassName
{
border-color: #AD68FF;
}
.TagClassName
{
border-color: #AD68FF;
}
</style>