Shades of Medium Purple #AD61FE
Tints of Medium Purple #AD61FE
RGB
CMYK
RGB Variations
Color information
#AD61FE (or 0xAD61FE) is known color: Medium Purple. HEX triplet: AD, 61 and FE. RGB value is (173,97,254). Sum of RGB (Red+Green+Blue) = 173+97+254=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61FE is #529E01. Grayscale: #898989. Windows color (decimal): -5414402 or 16671149. OLE color: 16671149.
HSL color Cylindrical-coordinate representation of color #AD61FE: hue angle of 269.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD61FE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 97 | 254 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.00 |
| HSL | 269.04º | 0.99% | 0.69% | - |
| HSV(B) | 269.04º | 0.62% | 1% | - |
| XYZ | 39.4 | 24.59 | 96.44 | - |
| YUV | 137.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 254 | 0.32 | 0.62 | 0 | 0.00 | 269.04 | 0.99 | 0.69 |
| Hex | AD | 61 | FE | 20 | 3E | 0 | 0 | 10D | 63 | 45 |
| Octal | 255 | 141 | 376 | 40 | 76 | 0 | 0 | 415 | 143 | 105 |
| Binary | 10101101 | 1100001 | 11111110 | 100000 | 111110 | 0 | 0 | 100001101 | 1100011 | 1000101 |
Color Harmonies of #AD61FE
Complementary color
Monochromatic Colors of #AD61FE
Black with #AD61FE
Text Example
Text Example
White with #AD61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61FE; }
p { color: rgb(173,97,254); }
H1.HeaderClassName
{
color: #AD61FE;
}
.AnyTagClassName
{
color: #AD61FE;
}
</style>
background-color css
<style>
a { background-color: #AD61FE; }
a { background-color: rgb(173,97,254); }
div.DivClassName
{
background-color: #AD61FE;
}
.BgClassName
{
background-color: #AD61FE;
}
</style>
border-color css
<style>
span { border-color: #AD61FE; }
span { border-color: rgb(173,97,254); }
td.TdClassName
{
border-color: #AD61FE;
}
.TagClassName
{
border-color: #AD61FE;
}
</style>