Shades of Medium Purple #A66EED
Tints of Medium Purple #A66EED
RGB
CMYK
RGB Variations
Color information
#A66EED (or 0xA66EED) is known color: Medium Purple. HEX triplet: A6, 6E and ED. RGB value is (166,110,237). Sum of RGB (Red+Green+Blue) = 166+110+237=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EED is #599112. Grayscale: #8C8C8C. Windows color (decimal): -5869843 or 15560358. OLE color: 15560358.
HSL color Cylindrical-coordinate representation of color #A66EED: hue angle of 266.46º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66EED is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 110 | 237 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.07 |
| HSL | 266.46º | 0.78% | 0.68% | - |
| HSV(B) | 266.46º | 0.54% | 0.93% | - |
| XYZ | 36.59 | 25.37 | 83.09 | - |
| YUV | 141.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 237 | 0.30 | 0.54 | 0 | 0.07 | 266.46 | 0.78 | 0.68 |
| Hex | A6 | 6E | ED | 1E | 36 | 0 | 7 | 10A | 4E | 44 |
| Octal | 246 | 156 | 355 | 36 | 66 | 0 | 7 | 412 | 116 | 104 |
| Binary | 10100110 | 1101110 | 11101101 | 11110 | 110110 | 0 | 111 | 100001010 | 1001110 | 1000100 |
Color Harmonies of #A66EED
Complementary color
Monochromatic Colors of #A66EED
Black with #A66EED
Text Example
Text Example
White with #A66EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EED; }
p { color: rgb(166,110,237); }
H1.HeaderClassName
{
color: #A66EED;
}
.AnyTagClassName
{
color: #A66EED;
}
</style>
background-color css
<style>
a { background-color: #A66EED; }
a { background-color: rgb(166,110,237); }
div.DivClassName
{
background-color: #A66EED;
}
.BgClassName
{
background-color: #A66EED;
}
</style>
border-color css
<style>
span { border-color: #A66EED; }
span { border-color: rgb(166,110,237); }
td.TdClassName
{
border-color: #A66EED;
}
.TagClassName
{
border-color: #A66EED;
}
</style>