Shades of Medium Purple #AD62FE
Tints of Medium Purple #AD62FE
RGB
CMYK
RGB Variations
Color information
#AD62FE (or 0xAD62FE) is known color: Medium Purple. HEX triplet: AD, 62 and FE. RGB value is (173,98,254). Sum of RGB (Red+Green+Blue) = 173+98+254=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62FE is #529D01. Grayscale: #898989. Windows color (decimal): -5414146 or 16671405. OLE color: 16671405.
HSL color Cylindrical-coordinate representation of color #AD62FE: hue angle of 268.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD62FE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 98 | 254 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.00 |
| HSL | 268.85º | 0.99% | 0.69% | - |
| HSV(B) | 268.85º | 0.61% | 1% | - |
| XYZ | 39.49 | 24.78 | 96.47 | - |
| YUV | 138.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 254 | 0.32 | 0.61 | 0 | 0.00 | 268.85 | 0.99 | 0.69 |
| Hex | AD | 62 | FE | 20 | 3D | 0 | 0 | 10D | 63 | 45 |
| Octal | 255 | 142 | 376 | 40 | 75 | 0 | 0 | 415 | 143 | 105 |
| Binary | 10101101 | 1100010 | 11111110 | 100000 | 111101 | 0 | 0 | 100001101 | 1100011 | 1000101 |
Color Harmonies of #AD62FE
Complementary color
Monochromatic Colors of #AD62FE
Black with #AD62FE
Text Example
Text Example
White with #AD62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62FE; }
p { color: rgb(173,98,254); }
H1.HeaderClassName
{
color: #AD62FE;
}
.AnyTagClassName
{
color: #AD62FE;
}
</style>
background-color css
<style>
a { background-color: #AD62FE; }
a { background-color: rgb(173,98,254); }
div.DivClassName
{
background-color: #AD62FE;
}
.BgClassName
{
background-color: #AD62FE;
}
</style>
border-color css
<style>
span { border-color: #AD62FE; }
span { border-color: rgb(173,98,254); }
td.TdClassName
{
border-color: #AD62FE;
}
.TagClassName
{
border-color: #AD62FE;
}
</style>