Shades of Medium Purple #AD66F3
Tints of Medium Purple #AD66F3
RGB
CMYK
RGB Variations
Color information
#AD66F3 (or 0xAD66F3) is known color: Medium Purple. HEX triplet: AD, 66 and F3. RGB value is (173,102,243). Sum of RGB (Red+Green+Blue) = 173+102+243=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD66F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F3 is #52990C. Grayscale: #8A8A8A. Windows color (decimal): -5413133 or 15951533. OLE color: 15951533.
HSL color Cylindrical-coordinate representation of color #AD66F3: hue angle of 270.21º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD66F3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 102 | 243 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.05 |
| HSL | 270.21º | 0.85% | 0.68% | - |
| HSV(B) | 270.21º | 0.58% | 0.95% | - |
| XYZ | 38.16 | 24.86 | 87.58 | - |
| YUV | 139.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 243 | 0.29 | 0.58 | 0 | 0.05 | 270.21 | 0.85 | 0.68 |
| Hex | AD | 66 | F3 | 1D | 3A | 0 | 5 | 10E | 55 | 44 |
| Octal | 255 | 146 | 363 | 35 | 72 | 0 | 5 | 416 | 125 | 104 |
| Binary | 10101101 | 1100110 | 11110011 | 11101 | 111010 | 0 | 101 | 100001110 | 1010101 | 1000100 |
Color Harmonies of #AD66F3
Complementary color
Monochromatic Colors of #AD66F3
Black with #AD66F3
Text Example
Text Example
White with #AD66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66F3; }
p { color: rgb(173,102,243); }
H1.HeaderClassName
{
color: #AD66F3;
}
.AnyTagClassName
{
color: #AD66F3;
}
</style>
background-color css
<style>
a { background-color: #AD66F3; }
a { background-color: rgb(173,102,243); }
div.DivClassName
{
background-color: #AD66F3;
}
.BgClassName
{
background-color: #AD66F3;
}
</style>
border-color css
<style>
span { border-color: #AD66F3; }
span { border-color: rgb(173,102,243); }
td.TdClassName
{
border-color: #AD66F3;
}
.TagClassName
{
border-color: #AD66F3;
}
</style>