Shades of Medium Purple #AD74FA
Tints of Medium Purple #AD74FA
RGB
CMYK
RGB Variations
Color information
#AD74FA (or 0xAD74FA) is known color: Medium Purple. HEX triplet: AD, 74 and FA. RGB value is (173,116,250). Sum of RGB (Red+Green+Blue) = 173+116+250=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD74FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74FA is #528B05. Grayscale: #939393. Windows color (decimal): -5409542 or 16413869. OLE color: 16413869.
HSL color Cylindrical-coordinate representation of color #AD74FA: hue angle of 265.52º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD74FA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 116 | 250 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.02 |
| HSL | 265.52º | 0.93% | 0.72% | - |
| HSV(B) | 265.52º | 0.54% | 0.98% | - |
| XYZ | 40.73 | 28.28 | 93.75 | - |
| YUV | 148.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 250 | 0.31 | 0.54 | 0 | 0.02 | 265.52 | 0.93 | 0.72 |
| Hex | AD | 74 | FA | 1F | 36 | 0 | 2 | 10A | 5D | 48 |
| Octal | 255 | 164 | 372 | 37 | 66 | 0 | 2 | 412 | 135 | 110 |
| Binary | 10101101 | 1110100 | 11111010 | 11111 | 110110 | 0 | 10 | 100001010 | 1011101 | 1001000 |
Color Harmonies of #AD74FA
Complementary color
Monochromatic Colors of #AD74FA
Black with #AD74FA
Text Example
Text Example
White with #AD74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74FA; }
p { color: rgb(173,116,250); }
H1.HeaderClassName
{
color: #AD74FA;
}
.AnyTagClassName
{
color: #AD74FA;
}
</style>
background-color css
<style>
a { background-color: #AD74FA; }
a { background-color: rgb(173,116,250); }
div.DivClassName
{
background-color: #AD74FA;
}
.BgClassName
{
background-color: #AD74FA;
}
</style>
border-color css
<style>
span { border-color: #AD74FA; }
span { border-color: rgb(173,116,250); }
td.TdClassName
{
border-color: #AD74FA;
}
.TagClassName
{
border-color: #AD74FA;
}
</style>