Shades of Medium Purple #AD74FD
Tints of Medium Purple #AD74FD
RGB
CMYK
RGB Variations
Color information
#AD74FD (or 0xAD74FD) is known color: Medium Purple. HEX triplet: AD, 74 and FD. RGB value is (173,116,253). Sum of RGB (Red+Green+Blue) = 173+116+253=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74FD is #528B02. Grayscale: #949494. Windows color (decimal): -5409539 or 16610477. OLE color: 16610477.
HSL color Cylindrical-coordinate representation of color #AD74FD: hue angle of 264.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD74FD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 116 | 253 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.01 |
| HSL | 264.96º | 0.97% | 0.72% | - |
| HSV(B) | 264.96º | 0.54% | 0.99% | - |
| XYZ | 41.21 | 28.47 | 96.25 | - |
| YUV | 148.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 253 | 0.32 | 0.54 | 0 | 0.01 | 264.96 | 0.97 | 0.72 |
| Hex | AD | 74 | FD | 20 | 36 | 0 | 1 | 109 | 61 | 48 |
| Octal | 255 | 164 | 375 | 40 | 66 | 0 | 1 | 411 | 141 | 110 |
| Binary | 10101101 | 1110100 | 11111101 | 100000 | 110110 | 0 | 1 | 100001001 | 1100001 | 1001000 |
Color Harmonies of #AD74FD
Complementary color
Monochromatic Colors of #AD74FD
Black with #AD74FD
Text Example
Text Example
White with #AD74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74FD; }
p { color: rgb(173,116,253); }
H1.HeaderClassName
{
color: #AD74FD;
}
.AnyTagClassName
{
color: #AD74FD;
}
</style>
background-color css
<style>
a { background-color: #AD74FD; }
a { background-color: rgb(173,116,253); }
div.DivClassName
{
background-color: #AD74FD;
}
.BgClassName
{
background-color: #AD74FD;
}
</style>
border-color css
<style>
span { border-color: #AD74FD; }
span { border-color: rgb(173,116,253); }
td.TdClassName
{
border-color: #AD74FD;
}
.TagClassName
{
border-color: #AD74FD;
}
</style>