Shades of Medium Purple #A66EF1
Tints of Medium Purple #A66EF1
RGB
CMYK
RGB Variations
Color information
#A66EF1 (or 0xA66EF1) is known color: Medium Purple. HEX triplet: A6, 6E and F1. RGB value is (166,110,241). Sum of RGB (Red+Green+Blue) = 166+110+241=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #A66EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EF1 is #59910E. Grayscale: #8D8D8D. Windows color (decimal): -5869839 or 15822502. OLE color: 15822502.
HSL color Cylindrical-coordinate representation of color #A66EF1: hue angle of 265.65º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66EF1 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 110 | 241 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.05 |
| HSL | 265.65º | 0.82% | 0.69% | - |
| HSV(B) | 265.65º | 0.54% | 0.95% | - |
| XYZ | 37.18 | 25.61 | 86.2 | - |
| YUV | 141.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 241 | 0.31 | 0.54 | 0 | 0.05 | 265.65 | 0.82 | 0.69 |
| Hex | A6 | 6E | F1 | 1F | 36 | 0 | 5 | 10A | 52 | 45 |
| Octal | 246 | 156 | 361 | 37 | 66 | 0 | 5 | 412 | 122 | 105 |
| Binary | 10100110 | 1101110 | 11110001 | 11111 | 110110 | 0 | 101 | 100001010 | 1010010 | 1000101 |
Color Harmonies of #A66EF1
Complementary color
Monochromatic Colors of #A66EF1
Black with #A66EF1
Text Example
Text Example
White with #A66EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EF1; }
p { color: rgb(166,110,241); }
H1.HeaderClassName
{
color: #A66EF1;
}
.AnyTagClassName
{
color: #A66EF1;
}
</style>
background-color css
<style>
a { background-color: #A66EF1; }
a { background-color: rgb(166,110,241); }
div.DivClassName
{
background-color: #A66EF1;
}
.BgClassName
{
background-color: #A66EF1;
}
</style>
border-color css
<style>
span { border-color: #A66EF1; }
span { border-color: rgb(166,110,241); }
td.TdClassName
{
border-color: #A66EF1;
}
.TagClassName
{
border-color: #A66EF1;
}
</style>