Shades of Medium Purple #AD68FC
Tints of Medium Purple #AD68FC
RGB
CMYK
RGB Variations
Color information
#AD68FC (or 0xAD68FC) is known color: Medium Purple. HEX triplet: AD, 68 and FC. RGB value is (173,104,252). Sum of RGB (Red+Green+Blue) = 173+104+252=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FC is #529703. Grayscale: #8C8C8C. Windows color (decimal): -5412612 or 16541869. OLE color: 16541869.
HSL color Cylindrical-coordinate representation of color #AD68FC: hue angle of 267.97º degrees, saturation: 0.96, 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 #AD68FC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 104 | 252 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.01 |
| HSL | 267.97º | 0.96% | 0.7% | - |
| HSV(B) | 267.97º | 0.59% | 0.99% | - |
| XYZ | 39.75 | 25.81 | 94.98 | - |
| YUV | 141.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 252 | 0.31 | 0.59 | 0 | 0.01 | 267.97 | 0.96 | 0.7 |
| Hex | AD | 68 | FC | 1F | 3B | 0 | 1 | 10C | 60 | 46 |
| Octal | 255 | 150 | 374 | 37 | 73 | 0 | 1 | 414 | 140 | 106 |
| Binary | 10101101 | 1101000 | 11111100 | 11111 | 111011 | 0 | 1 | 100001100 | 1100000 | 1000110 |
Color Harmonies of #AD68FC
Complementary color
Monochromatic Colors of #AD68FC
Black with #AD68FC
Text Example
Text Example
White with #AD68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68FC; }
p { color: rgb(173,104,252); }
H1.HeaderClassName
{
color: #AD68FC;
}
.AnyTagClassName
{
color: #AD68FC;
}
</style>
background-color css
<style>
a { background-color: #AD68FC; }
a { background-color: rgb(173,104,252); }
div.DivClassName
{
background-color: #AD68FC;
}
.BgClassName
{
background-color: #AD68FC;
}
</style>
border-color css
<style>
span { border-color: #AD68FC; }
span { border-color: rgb(173,104,252); }
td.TdClassName
{
border-color: #AD68FC;
}
.TagClassName
{
border-color: #AD68FC;
}
</style>