Shades of Medium Purple #AD66FF
Tints of Medium Purple #AD66FF
RGB
CMYK
RGB Variations
Color information
#AD66FF (or 0xAD66FF) is known color: Medium Purple. HEX triplet: AD, 66 and FF. RGB value is (173,102,255). Sum of RGB (Red+Green+Blue) = 173+102+255=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66FF is #529900. Grayscale: #8C8C8C. Windows color (decimal): -5413121 or 16737965. OLE color: 16737965.
HSL color Cylindrical-coordinate representation of color #AD66FF: hue angle of 267.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD66FF is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 102 | 255 | - |
| CMYK | 0.32 | 0.6 | 0 | 0 |
| HSL | 267.84º | 1% | 0.7% | - |
| HSV(B) | 267.84º | 0.6% | 1% | - |
| XYZ | 40.03 | 25.61 | 97.44 | - |
| YUV | 140.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 255 | 0.32 | 0.6 | 0 | 0 | 267.84 | 1 | 0.7 |
| Hex | AD | 66 | FF | 20 | 3C | 0 | 0 | 10C | 64 | 46 |
| Octal | 255 | 146 | 377 | 40 | 74 | 0 | 0 | 414 | 144 | 106 |
| Binary | 10101101 | 1100110 | 11111111 | 100000 | 111100 | 0 | 0 | 100001100 | 1100100 | 1000110 |
Color Harmonies of #AD66FF
Complementary color
Monochromatic Colors of #AD66FF
Black with #AD66FF
Text Example
Text Example
White with #AD66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66FF; }
p { color: rgb(173,102,255); }
H1.HeaderClassName
{
color: #AD66FF;
}
.AnyTagClassName
{
color: #AD66FF;
}
</style>
background-color css
<style>
a { background-color: #AD66FF; }
a { background-color: rgb(173,102,255); }
div.DivClassName
{
background-color: #AD66FF;
}
.BgClassName
{
background-color: #AD66FF;
}
</style>
border-color css
<style>
span { border-color: #AD66FF; }
span { border-color: rgb(173,102,255); }
td.TdClassName
{
border-color: #AD66FF;
}
.TagClassName
{
border-color: #AD66FF;
}
</style>