Shades of Medium Purple #AD68FA
Tints of Medium Purple #AD68FA
RGB
CMYK
RGB Variations
Color information
#AD68FA (or 0xAD68FA) is known color: Medium Purple. HEX triplet: AD, 68 and FA. RGB value is (173,104,250). Sum of RGB (Red+Green+Blue) = 173+104+250=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FA is #529705. Grayscale: #8C8C8C. Windows color (decimal): -5412614 or 16410797. OLE color: 16410797.
HSL color Cylindrical-coordinate representation of color #AD68FA: hue angle of 268.36º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD68FA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 104 | 250 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.02 |
| HSL | 268.36º | 0.94% | 0.69% | - |
| HSV(B) | 268.36º | 0.58% | 0.98% | - |
| XYZ | 39.44 | 25.69 | 93.32 | - |
| YUV | 141.28 | 189.36 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 250 | 0.31 | 0.58 | 0 | 0.02 | 268.36 | 0.94 | 0.69 |
| Hex | AD | 68 | FA | 1F | 3A | 0 | 2 | 10C | 5E | 45 |
| Octal | 255 | 150 | 372 | 37 | 72 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101101 | 1101000 | 11111010 | 11111 | 111010 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AD68FA
Complementary color
Monochromatic Colors of #AD68FA
Black with #AD68FA
Text Example
Text Example
White with #AD68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68FA; }
p { color: rgb(173,104,250); }
H1.HeaderClassName
{
color: #AD68FA;
}
.AnyTagClassName
{
color: #AD68FA;
}
</style>
background-color css
<style>
a { background-color: #AD68FA; }
a { background-color: rgb(173,104,250); }
div.DivClassName
{
background-color: #AD68FA;
}
.BgClassName
{
background-color: #AD68FA;
}
</style>
border-color css
<style>
span { border-color: #AD68FA; }
span { border-color: rgb(173,104,250); }
td.TdClassName
{
border-color: #AD68FA;
}
.TagClassName
{
border-color: #AD68FA;
}
</style>