Shades of Medium Purple #AD66F4
Tints of Medium Purple #AD66F4
RGB
CMYK
RGB Variations
Color information
#AD66F4 (or 0xAD66F4) is known color: Medium Purple. HEX triplet: AD, 66 and F4. RGB value is (173,102,244). Sum of RGB (Red+Green+Blue) = 173+102+244=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD66F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F4 is #52990B. Grayscale: #8A8A8A. Windows color (decimal): -5413132 or 16017069. OLE color: 16017069.
HSL color Cylindrical-coordinate representation of color #AD66F4: hue angle of 270º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD66F4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 102 | 244 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.04 |
| HSL | 270º | 0.87% | 0.68% | - |
| HSV(B) | 270º | 0.58% | 0.96% | - |
| XYZ | 38.31 | 24.92 | 88.38 | - |
| YUV | 139.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 244 | 0.29 | 0.58 | 0 | 0.04 | 270 | 0.87 | 0.68 |
| Hex | AD | 66 | F4 | 1D | 3A | 0 | 4 | 10E | 57 | 44 |
| Octal | 255 | 146 | 364 | 35 | 72 | 0 | 4 | 416 | 127 | 104 |
| Binary | 10101101 | 1100110 | 11110100 | 11101 | 111010 | 0 | 100 | 100001110 | 1010111 | 1000100 |
Color Harmonies of #AD66F4
Complementary color
Monochromatic Colors of #AD66F4
Black with #AD66F4
Text Example
Text Example
White with #AD66F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66F4; }
p { color: rgb(173,102,244); }
H1.HeaderClassName
{
color: #AD66F4;
}
.AnyTagClassName
{
color: #AD66F4;
}
</style>
background-color css
<style>
a { background-color: #AD66F4; }
a { background-color: rgb(173,102,244); }
div.DivClassName
{
background-color: #AD66F4;
}
.BgClassName
{
background-color: #AD66F4;
}
</style>
border-color css
<style>
span { border-color: #AD66F4; }
span { border-color: rgb(173,102,244); }
td.TdClassName
{
border-color: #AD66F4;
}
.TagClassName
{
border-color: #AD66F4;
}
</style>