Shades of Medium Purple #AD68F0
Tints of Medium Purple #AD68F0
RGB
CMYK
RGB Variations
Color information
#AD68F0 (or 0xAD68F0) is known color: Medium Purple. HEX triplet: AD, 68 and F0. RGB value is (173,104,240). Sum of RGB (Red+Green+Blue) = 173+104+240=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD68F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68F0 is #52970F. Grayscale: #8B8B8B. Windows color (decimal): -5412624 or 15755437. OLE color: 15755437.
HSL color Cylindrical-coordinate representation of color #AD68F0: hue angle of 270.44º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD68F0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 104 | 240 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.06 |
| HSL | 270.44º | 0.82% | 0.67% | - |
| HSV(B) | 270.44º | 0.57% | 0.94% | - |
| XYZ | 37.91 | 25.08 | 85.28 | - |
| YUV | 140.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 240 | 0.28 | 0.57 | 0 | 0.06 | 270.44 | 0.82 | 0.67 |
| Hex | AD | 68 | F0 | 1C | 39 | 0 | 6 | 10E | 52 | 43 |
| Octal | 255 | 150 | 360 | 34 | 71 | 0 | 6 | 416 | 122 | 103 |
| Binary | 10101101 | 1101000 | 11110000 | 11100 | 111001 | 0 | 110 | 100001110 | 1010010 | 1000011 |
Color Harmonies of #AD68F0
Complementary color
Monochromatic Colors of #AD68F0
Black with #AD68F0
Text Example
Text Example
White with #AD68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68F0; }
p { color: rgb(173,104,240); }
H1.HeaderClassName
{
color: #AD68F0;
}
.AnyTagClassName
{
color: #AD68F0;
}
</style>
background-color css
<style>
a { background-color: #AD68F0; }
a { background-color: rgb(173,104,240); }
div.DivClassName
{
background-color: #AD68F0;
}
.BgClassName
{
background-color: #AD68F0;
}
</style>
border-color css
<style>
span { border-color: #AD68F0; }
span { border-color: rgb(173,104,240); }
td.TdClassName
{
border-color: #AD68F0;
}
.TagClassName
{
border-color: #AD68F0;
}
</style>