Shades of Medium Purple #AD68FD
Tints of Medium Purple #AD68FD
RGB
CMYK
RGB Variations
Color information
#AD68FD (or 0xAD68FD) is known color: Medium Purple. HEX triplet: AD, 68 and FD. RGB value is (173,104,253). Sum of RGB (Red+Green+Blue) = 173+104+253=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FD is #529702. Grayscale: #8D8D8D. Windows color (decimal): -5412611 or 16607405. OLE color: 16607405.
HSL color Cylindrical-coordinate representation of color #AD68FD: hue angle of 267.79º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD68FD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 104 | 253 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.01 |
| HSL | 267.79º | 0.97% | 0.7% | - |
| HSV(B) | 267.79º | 0.59% | 0.99% | - |
| XYZ | 39.91 | 25.88 | 95.82 | - |
| YUV | 141.62 | 190.86 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 253 | 0.32 | 0.59 | 0 | 0.01 | 267.79 | 0.97 | 0.7 |
| Hex | AD | 68 | FD | 20 | 3B | 0 | 1 | 10C | 61 | 46 |
| Octal | 255 | 150 | 375 | 40 | 73 | 0 | 1 | 414 | 141 | 106 |
| Binary | 10101101 | 1101000 | 11111101 | 100000 | 111011 | 0 | 1 | 100001100 | 1100001 | 1000110 |
Color Harmonies of #AD68FD
Complementary color
Monochromatic Colors of #AD68FD
Black with #AD68FD
Text Example
Text Example
White with #AD68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68FD; }
p { color: rgb(173,104,253); }
H1.HeaderClassName
{
color: #AD68FD;
}
.AnyTagClassName
{
color: #AD68FD;
}
</style>
background-color css
<style>
a { background-color: #AD68FD; }
a { background-color: rgb(173,104,253); }
div.DivClassName
{
background-color: #AD68FD;
}
.BgClassName
{
background-color: #AD68FD;
}
</style>
border-color css
<style>
span { border-color: #AD68FD; }
span { border-color: rgb(173,104,253); }
td.TdClassName
{
border-color: #AD68FD;
}
.TagClassName
{
border-color: #AD68FD;
}
</style>