Shades of Medium Purple #AD7CFA
Tints of Medium Purple #AD7CFA
RGB
CMYK
RGB Variations
Color information
#AD7CFA (or 0xAD7CFA) is known color: Medium Purple. HEX triplet: AD, 7C and FA. RGB value is (173,124,250). Sum of RGB (Red+Green+Blue) = 173+124+250=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD7CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFA is #528305. Grayscale: #989898. Windows color (decimal): -5407494 or 16415917. OLE color: 16415917.
HSL color Cylindrical-coordinate representation of color #AD7CFA: hue angle of 263.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7CFA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 124 | 250 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.02 |
| HSL | 263.33º | 0.93% | 0.73% | - |
| HSV(B) | 263.33º | 0.5% | 0.98% | - |
| XYZ | 41.7 | 30.2 | 94.07 | - |
| YUV | 153.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 250 | 0.31 | 0.50 | 0 | 0.02 | 263.33 | 0.93 | 0.73 |
| Hex | AD | 7C | FA | 1F | 32 | 0 | 2 | 107 | 5D | 49 |
| Octal | 255 | 174 | 372 | 37 | 62 | 0 | 2 | 407 | 135 | 111 |
| Binary | 10101101 | 1111100 | 11111010 | 11111 | 110010 | 0 | 10 | 100000111 | 1011101 | 1001001 |
Color Harmonies of #AD7CFA
Complementary color
Monochromatic Colors of #AD7CFA
Black with #AD7CFA
Text Example
Text Example
White with #AD7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CFA; }
p { color: rgb(173,124,250); }
H1.HeaderClassName
{
color: #AD7CFA;
}
.AnyTagClassName
{
color: #AD7CFA;
}
</style>
background-color css
<style>
a { background-color: #AD7CFA; }
a { background-color: rgb(173,124,250); }
div.DivClassName
{
background-color: #AD7CFA;
}
.BgClassName
{
background-color: #AD7CFA;
}
</style>
border-color css
<style>
span { border-color: #AD7CFA; }
span { border-color: rgb(173,124,250); }
td.TdClassName
{
border-color: #AD7CFA;
}
.TagClassName
{
border-color: #AD7CFA;
}
</style>