Shades of Medium Purple #AD63FE
Tints of Medium Purple #AD63FE
RGB
CMYK
RGB Variations
Color information
#AD63FE (or 0xAD63FE) is known color: Medium Purple. HEX triplet: AD, 63 and FE. RGB value is (173,99,254). Sum of RGB (Red+Green+Blue) = 173+99+254=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD63FE is #529C01. Grayscale: #8A8A8A. Windows color (decimal): -5413890 or 16671661. OLE color: 16671661.
HSL color Cylindrical-coordinate representation of color #AD63FE: hue angle of 268.65º 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 #AD63FE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 99 | 254 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.00 |
| HSL | 268.65º | 0.99% | 0.69% | - |
| HSV(B) | 268.65º | 0.61% | 1% | - |
| XYZ | 39.58 | 24.96 | 96.5 | - |
| YUV | 138.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 254 | 0.32 | 0.61 | 0 | 0.00 | 268.65 | 0.99 | 0.69 |
| Hex | AD | 63 | FE | 20 | 3D | 0 | 0 | 10D | 63 | 45 |
| Octal | 255 | 143 | 376 | 40 | 75 | 0 | 0 | 415 | 143 | 105 |
| Binary | 10101101 | 1100011 | 11111110 | 100000 | 111101 | 0 | 0 | 100001101 | 1100011 | 1000101 |
Color Harmonies of #AD63FE
Complementary color
Monochromatic Colors of #AD63FE
Black with #AD63FE
Text Example
Text Example
White with #AD63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63FE; }
p { color: rgb(173,99,254); }
H1.HeaderClassName
{
color: #AD63FE;
}
.AnyTagClassName
{
color: #AD63FE;
}
</style>
background-color css
<style>
a { background-color: #AD63FE; }
a { background-color: rgb(173,99,254); }
div.DivClassName
{
background-color: #AD63FE;
}
.BgClassName
{
background-color: #AD63FE;
}
</style>
border-color css
<style>
span { border-color: #AD63FE; }
span { border-color: rgb(173,99,254); }
td.TdClassName
{
border-color: #AD63FE;
}
.TagClassName
{
border-color: #AD63FE;
}
</style>