Shades of Medium Purple #A66EE3
Tints of Medium Purple #A66EE3
RGB
CMYK
RGB Variations
Color information
#A66EE3 (or 0xA66EE3) is known color: Medium Purple. HEX triplet: A6, 6E and E3. RGB value is (166,110,227). Sum of RGB (Red+Green+Blue) = 166+110+227=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #A66EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EE3 is #59911C. Grayscale: #8B8B8B. Windows color (decimal): -5869853 or 14904998. OLE color: 14904998.
HSL color Cylindrical-coordinate representation of color #A66EE3: hue angle of 268.72º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66EE3 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 110 | 227 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.11 |
| HSL | 268.72º | 0.68% | 0.66% | - |
| HSV(B) | 268.72º | 0.52% | 0.89% | - |
| XYZ | 35.17 | 24.8 | 75.61 | - |
| YUV | 140.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 227 | 0.27 | 0.52 | 0 | 0.11 | 268.72 | 0.68 | 0.66 |
| Hex | A6 | 6E | E3 | 1B | 34 | 0 | B | 10D | 44 | 42 |
| Octal | 246 | 156 | 343 | 33 | 64 | 0 | 13 | 415 | 104 | 102 |
| Binary | 10100110 | 1101110 | 11100011 | 11011 | 110100 | 0 | 1011 | 100001101 | 1000100 | 1000010 |
Color Harmonies of #A66EE3
Complementary color
Monochromatic Colors of #A66EE3
Black with #A66EE3
Text Example
Text Example
White with #A66EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EE3; }
p { color: rgb(166,110,227); }
H1.HeaderClassName
{
color: #A66EE3;
}
.AnyTagClassName
{
color: #A66EE3;
}
</style>
background-color css
<style>
a { background-color: #A66EE3; }
a { background-color: rgb(166,110,227); }
div.DivClassName
{
background-color: #A66EE3;
}
.BgClassName
{
background-color: #A66EE3;
}
</style>
border-color css
<style>
span { border-color: #A66EE3; }
span { border-color: rgb(166,110,227); }
td.TdClassName
{
border-color: #A66EE3;
}
.TagClassName
{
border-color: #A66EE3;
}
</style>