Shades of Medium Purple #A66EF4
Tints of Medium Purple #A66EF4
RGB
CMYK
RGB Variations
Color information
#A66EF4 (or 0xA66EF4) is known color: Medium Purple. HEX triplet: A6, 6E and F4. RGB value is (166,110,244). Sum of RGB (Red+Green+Blue) = 166+110+244=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #A66EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EF4 is #59910B. Grayscale: #8D8D8D. Windows color (decimal): -5869836 or 16019110. OLE color: 16019110.
HSL color Cylindrical-coordinate representation of color #A66EF4: hue angle of 265.07º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66EF4 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 110 | 244 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.04 |
| HSL | 265.07º | 0.86% | 0.69% | - |
| HSV(B) | 265.07º | 0.55% | 0.96% | - |
| XYZ | 37.63 | 25.79 | 88.58 | - |
| YUV | 142.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 244 | 0.32 | 0.55 | 0 | 0.04 | 265.07 | 0.86 | 0.69 |
| Hex | A6 | 6E | F4 | 20 | 37 | 0 | 4 | 109 | 56 | 45 |
| Octal | 246 | 156 | 364 | 40 | 67 | 0 | 4 | 411 | 126 | 105 |
| Binary | 10100110 | 1101110 | 11110100 | 100000 | 110111 | 0 | 100 | 100001001 | 1010110 | 1000101 |
Color Harmonies of #A66EF4
Complementary color
Monochromatic Colors of #A66EF4
Black with #A66EF4
Text Example
Text Example
White with #A66EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EF4; }
p { color: rgb(166,110,244); }
H1.HeaderClassName
{
color: #A66EF4;
}
.AnyTagClassName
{
color: #A66EF4;
}
</style>
background-color css
<style>
a { background-color: #A66EF4; }
a { background-color: rgb(166,110,244); }
div.DivClassName
{
background-color: #A66EF4;
}
.BgClassName
{
background-color: #A66EF4;
}
</style>
border-color css
<style>
span { border-color: #A66EF4; }
span { border-color: rgb(166,110,244); }
td.TdClassName
{
border-color: #A66EF4;
}
.TagClassName
{
border-color: #A66EF4;
}
</style>