Shades of Medium Purple #AD68FE
Tints of Medium Purple #AD68FE
RGB
CMYK
RGB Variations
Color information
#AD68FE (or 0xAD68FE) is known color: Medium Purple. HEX triplet: AD, 68 and FE. RGB value is (173,104,254). Sum of RGB (Red+Green+Blue) = 173+104+254=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD68FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FE is #529701. Grayscale: #8D8D8D. Windows color (decimal): -5412610 or 16672941. OLE color: 16672941.
HSL color Cylindrical-coordinate representation of color #AD68FE: hue angle of 267.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD68FE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 104 | 254 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.00 |
| HSL | 267.6º | 0.99% | 0.7% | - |
| HSV(B) | 267.6º | 0.59% | 1% | - |
| XYZ | 40.07 | 25.94 | 96.66 | - |
| YUV | 141.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 254 | 0.32 | 0.59 | 0 | 0.00 | 267.6 | 0.99 | 0.7 |
| Hex | AD | 68 | FE | 20 | 3B | 0 | 0 | 10C | 63 | 46 |
| Octal | 255 | 150 | 376 | 40 | 73 | 0 | 0 | 414 | 143 | 106 |
| Binary | 10101101 | 1101000 | 11111110 | 100000 | 111011 | 0 | 0 | 100001100 | 1100011 | 1000110 |
Color Harmonies of #AD68FE
Complementary color
Monochromatic Colors of #AD68FE
Black with #AD68FE
Text Example
Text Example
White with #AD68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68FE; }
p { color: rgb(173,104,254); }
H1.HeaderClassName
{
color: #AD68FE;
}
.AnyTagClassName
{
color: #AD68FE;
}
</style>
background-color css
<style>
a { background-color: #AD68FE; }
a { background-color: rgb(173,104,254); }
div.DivClassName
{
background-color: #AD68FE;
}
.BgClassName
{
background-color: #AD68FE;
}
</style>
border-color css
<style>
span { border-color: #AD68FE; }
span { border-color: rgb(173,104,254); }
td.TdClassName
{
border-color: #AD68FE;
}
.TagClassName
{
border-color: #AD68FE;
}
</style>