Shades of Medium Purple #AD66F6
Tints of Medium Purple #AD66F6
RGB
CMYK
RGB Variations
Color information
#AD66F6 (or 0xAD66F6) is known color: Medium Purple. HEX triplet: AD, 66 and F6. RGB value is (173,102,246). Sum of RGB (Red+Green+Blue) = 173+102+246=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD66F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F6 is #529909. Grayscale: #8B8B8B. Windows color (decimal): -5413130 or 16148141. OLE color: 16148141.
HSL color Cylindrical-coordinate representation of color #AD66F6: hue angle of 269.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD66F6 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 102 | 246 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.04 |
| HSL | 269.58º | 0.89% | 0.68% | - |
| HSV(B) | 269.58º | 0.59% | 0.96% | - |
| XYZ | 38.62 | 25.04 | 89.99 | - |
| YUV | 139.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 246 | 0.30 | 0.59 | 0 | 0.04 | 269.58 | 0.89 | 0.68 |
| Hex | AD | 66 | F6 | 1E | 3B | 0 | 4 | 10E | 59 | 44 |
| Octal | 255 | 146 | 366 | 36 | 73 | 0 | 4 | 416 | 131 | 104 |
| Binary | 10101101 | 1100110 | 11110110 | 11110 | 111011 | 0 | 100 | 100001110 | 1011001 | 1000100 |
Color Harmonies of #AD66F6
Complementary color
Monochromatic Colors of #AD66F6
Black with #AD66F6
Text Example
Text Example
White with #AD66F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66F6; }
p { color: rgb(173,102,246); }
H1.HeaderClassName
{
color: #AD66F6;
}
.AnyTagClassName
{
color: #AD66F6;
}
</style>
background-color css
<style>
a { background-color: #AD66F6; }
a { background-color: rgb(173,102,246); }
div.DivClassName
{
background-color: #AD66F6;
}
.BgClassName
{
background-color: #AD66F6;
}
</style>
border-color css
<style>
span { border-color: #AD66F6; }
span { border-color: rgb(173,102,246); }
td.TdClassName
{
border-color: #AD66F6;
}
.TagClassName
{
border-color: #AD66F6;
}
</style>