Shades of Medium Purple #A66FED
Tints of Medium Purple #A66FED
RGB
CMYK
RGB Variations
Color information
#A66FED (or 0xA66FED) is known color: Medium Purple. HEX triplet: A6, 6F and ED. RGB value is (166,111,237). Sum of RGB (Red+Green+Blue) = 166+111+237=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FED is #599012. Grayscale: #8D8D8D. Windows color (decimal): -5869587 or 15560614. OLE color: 15560614.
HSL color Cylindrical-coordinate representation of color #A66FED: hue angle of 266.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66FED is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 111 | 237 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.07 |
| HSL | 266.19º | 0.78% | 0.68% | - |
| HSV(B) | 266.19º | 0.53% | 0.93% | - |
| XYZ | 36.7 | 25.59 | 83.13 | - |
| YUV | 141.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 237 | 0.30 | 0.53 | 0 | 0.07 | 266.19 | 0.78 | 0.68 |
| Hex | A6 | 6F | ED | 1E | 35 | 0 | 7 | 10A | 4E | 44 |
| Octal | 246 | 157 | 355 | 36 | 65 | 0 | 7 | 412 | 116 | 104 |
| Binary | 10100110 | 1101111 | 11101101 | 11110 | 110101 | 0 | 111 | 100001010 | 1001110 | 1000100 |
Color Harmonies of #A66FED
Complementary color
Monochromatic Colors of #A66FED
Black with #A66FED
Text Example
Text Example
White with #A66FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FED; }
p { color: rgb(166,111,237); }
H1.HeaderClassName
{
color: #A66FED;
}
.AnyTagClassName
{
color: #A66FED;
}
</style>
background-color css
<style>
a { background-color: #A66FED; }
a { background-color: rgb(166,111,237); }
div.DivClassName
{
background-color: #A66FED;
}
.BgClassName
{
background-color: #A66FED;
}
</style>
border-color css
<style>
span { border-color: #A66FED; }
span { border-color: rgb(166,111,237); }
td.TdClassName
{
border-color: #A66FED;
}
.TagClassName
{
border-color: #A66FED;
}
</style>