Shades of Medium Purple #AD66F1
Tints of Medium Purple #AD66F1
RGB
CMYK
RGB Variations
Color information
#AD66F1 (or 0xAD66F1) is known color: Medium Purple. HEX triplet: AD, 66 and F1. RGB value is (173,102,241). Sum of RGB (Red+Green+Blue) = 173+102+241=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD66F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F1 is #52990E. Grayscale: #8A8A8A. Windows color (decimal): -5413135 or 15820461. OLE color: 15820461.
HSL color Cylindrical-coordinate representation of color #AD66F1: hue angle of 270.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD66F1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 102 | 241 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.05 |
| HSL | 270.65º | 0.83% | 0.67% | - |
| HSV(B) | 270.65º | 0.58% | 0.95% | - |
| XYZ | 37.86 | 24.74 | 86 | - |
| YUV | 139.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 241 | 0.28 | 0.58 | 0 | 0.05 | 270.65 | 0.83 | 0.67 |
| Hex | AD | 66 | F1 | 1C | 3A | 0 | 5 | 10F | 53 | 43 |
| Octal | 255 | 146 | 361 | 34 | 72 | 0 | 5 | 417 | 123 | 103 |
| Binary | 10101101 | 1100110 | 11110001 | 11100 | 111010 | 0 | 101 | 100001111 | 1010011 | 1000011 |
Color Harmonies of #AD66F1
Complementary color
Monochromatic Colors of #AD66F1
Black with #AD66F1
Text Example
Text Example
White with #AD66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66F1; }
p { color: rgb(173,102,241); }
H1.HeaderClassName
{
color: #AD66F1;
}
.AnyTagClassName
{
color: #AD66F1;
}
</style>
background-color css
<style>
a { background-color: #AD66F1; }
a { background-color: rgb(173,102,241); }
div.DivClassName
{
background-color: #AD66F1;
}
.BgClassName
{
background-color: #AD66F1;
}
</style>
border-color css
<style>
span { border-color: #AD66F1; }
span { border-color: rgb(173,102,241); }
td.TdClassName
{
border-color: #AD66F1;
}
.TagClassName
{
border-color: #AD66F1;
}
</style>