Shades of Medium Purple #AD64FE
Tints of Medium Purple #AD64FE
RGB
CMYK
RGB Variations
Color information
#AD64FE (or 0xAD64FE) is known color: Medium Purple. HEX triplet: AD, 64 and FE. RGB value is (173,100,254). Sum of RGB (Red+Green+Blue) = 173+100+254=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64FE is #529B01. Grayscale: #8A8A8A. Windows color (decimal): -5413634 or 16671917. OLE color: 16671917.
HSL color Cylindrical-coordinate representation of color #AD64FE: hue angle of 268.44º 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 #AD64FE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 100 | 254 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.00 |
| HSL | 268.44º | 0.99% | 0.69% | - |
| HSV(B) | 268.44º | 0.61% | 1% | - |
| XYZ | 39.68 | 25.15 | 96.53 | - |
| YUV | 139.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 254 | 0.32 | 0.61 | 0 | 0.00 | 268.44 | 0.99 | 0.69 |
| Hex | AD | 64 | FE | 20 | 3D | 0 | 0 | 10C | 63 | 45 |
| Octal | 255 | 144 | 376 | 40 | 75 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101101 | 1100100 | 11111110 | 100000 | 111101 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #AD64FE
Complementary color
Monochromatic Colors of #AD64FE
Black with #AD64FE
Text Example
Text Example
White with #AD64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64FE; }
p { color: rgb(173,100,254); }
H1.HeaderClassName
{
color: #AD64FE;
}
.AnyTagClassName
{
color: #AD64FE;
}
</style>
background-color css
<style>
a { background-color: #AD64FE; }
a { background-color: rgb(173,100,254); }
div.DivClassName
{
background-color: #AD64FE;
}
.BgClassName
{
background-color: #AD64FE;
}
</style>
border-color css
<style>
span { border-color: #AD64FE; }
span { border-color: rgb(173,100,254); }
td.TdClassName
{
border-color: #AD64FE;
}
.TagClassName
{
border-color: #AD64FE;
}
</style>