Shades of Medium Purple #AD66F8
Tints of Medium Purple #AD66F8
RGB
CMYK
RGB Variations
Color information
#AD66F8 (or 0xAD66F8) is known color: Medium Purple. HEX triplet: AD, 66 and F8. RGB value is (173,102,248). Sum of RGB (Red+Green+Blue) = 173+102+248=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD66F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F8 is #529907. Grayscale: #8B8B8B. Windows color (decimal): -5413128 or 16279213. OLE color: 16279213.
HSL color Cylindrical-coordinate representation of color #AD66F8: hue angle of 269.18º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD66F8 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 102 | 248 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.03 |
| HSL | 269.18º | 0.91% | 0.69% | - |
| HSV(B) | 269.18º | 0.59% | 0.97% | - |
| XYZ | 38.93 | 25.16 | 91.61 | - |
| YUV | 139.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 248 | 0.30 | 0.59 | 0 | 0.03 | 269.18 | 0.91 | 0.69 |
| Hex | AD | 66 | F8 | 1E | 3B | 0 | 3 | 10D | 5B | 45 |
| Octal | 255 | 146 | 370 | 36 | 73 | 0 | 3 | 415 | 133 | 105 |
| Binary | 10101101 | 1100110 | 11111000 | 11110 | 111011 | 0 | 11 | 100001101 | 1011011 | 1000101 |
Color Harmonies of #AD66F8
Complementary color
Monochromatic Colors of #AD66F8
Black with #AD66F8
Text Example
Text Example
White with #AD66F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66F8; }
p { color: rgb(173,102,248); }
H1.HeaderClassName
{
color: #AD66F8;
}
.AnyTagClassName
{
color: #AD66F8;
}
</style>
background-color css
<style>
a { background-color: #AD66F8; }
a { background-color: rgb(173,102,248); }
div.DivClassName
{
background-color: #AD66F8;
}
.BgClassName
{
background-color: #AD66F8;
}
</style>
border-color css
<style>
span { border-color: #AD66F8; }
span { border-color: rgb(173,102,248); }
td.TdClassName
{
border-color: #AD66F8;
}
.TagClassName
{
border-color: #AD66F8;
}
</style>