Shades of Medium Purple #AD74FE
Tints of Medium Purple #AD74FE
RGB
CMYK
RGB Variations
Color information
#AD74FE (or 0xAD74FE) is known color: Medium Purple. HEX triplet: AD, 74 and FE. RGB value is (173,116,254). Sum of RGB (Red+Green+Blue) = 173+116+254=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74FE is #528B01. Grayscale: #949494. Windows color (decimal): -5409538 or 16676013. OLE color: 16676013.
HSL color Cylindrical-coordinate representation of color #AD74FE: hue angle of 264.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD74FE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 116 | 254 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.00 |
| HSL | 264.78º | 0.99% | 0.73% | - |
| HSV(B) | 264.78º | 0.54% | 1% | - |
| XYZ | 41.37 | 28.53 | 97.09 | - |
| YUV | 148.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 254 | 0.32 | 0.54 | 0 | 0.00 | 264.78 | 0.99 | 0.73 |
| Hex | AD | 74 | FE | 20 | 36 | 0 | 0 | 109 | 63 | 49 |
| Octal | 255 | 164 | 376 | 40 | 66 | 0 | 0 | 411 | 143 | 111 |
| Binary | 10101101 | 1110100 | 11111110 | 100000 | 110110 | 0 | 0 | 100001001 | 1100011 | 1001001 |
Color Harmonies of #AD74FE
Complementary color
Monochromatic Colors of #AD74FE
Black with #AD74FE
Text Example
Text Example
White with #AD74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74FE; }
p { color: rgb(173,116,254); }
H1.HeaderClassName
{
color: #AD74FE;
}
.AnyTagClassName
{
color: #AD74FE;
}
</style>
background-color css
<style>
a { background-color: #AD74FE; }
a { background-color: rgb(173,116,254); }
div.DivClassName
{
background-color: #AD74FE;
}
.BgClassName
{
background-color: #AD74FE;
}
</style>
border-color css
<style>
span { border-color: #AD74FE; }
span { border-color: rgb(173,116,254); }
td.TdClassName
{
border-color: #AD74FE;
}
.TagClassName
{
border-color: #AD74FE;
}
</style>