Shades of Medium Purple #A670EC
Tints of Medium Purple #A670EC
RGB
CMYK
RGB Variations
Color information
#A670EC (or 0xA670EC) is known color: Medium Purple. HEX triplet: A6, 70 and EC. RGB value is (166,112,236). Sum of RGB (Red+Green+Blue) = 166+112+236=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A670EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670EC is #598F13. Grayscale: #8D8D8D. Windows color (decimal): -5869332 or 15495334. OLE color: 15495334.
HSL color Cylindrical-coordinate representation of color #A670EC: hue angle of 266.13º degrees, saturation: 0.77, 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 #A670EC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 112 | 236 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.07 |
| HSL | 266.13º | 0.77% | 0.68% | - |
| HSV(B) | 266.13º | 0.53% | 0.93% | - |
| XYZ | 36.66 | 25.75 | 82.4 | - |
| YUV | 142.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 236 | 0.30 | 0.53 | 0 | 0.07 | 266.13 | 0.77 | 0.68 |
| Hex | A6 | 70 | EC | 1E | 35 | 0 | 7 | 10A | 4D | 44 |
| Octal | 246 | 160 | 354 | 36 | 65 | 0 | 7 | 412 | 115 | 104 |
| Binary | 10100110 | 1110000 | 11101100 | 11110 | 110101 | 0 | 111 | 100001010 | 1001101 | 1000100 |
Color Harmonies of #A670EC
Complementary color
Monochromatic Colors of #A670EC
Black with #A670EC
Text Example
Text Example
White with #A670EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670EC; }
p { color: rgb(166,112,236); }
H1.HeaderClassName
{
color: #A670EC;
}
.AnyTagClassName
{
color: #A670EC;
}
</style>
background-color css
<style>
a { background-color: #A670EC; }
a { background-color: rgb(166,112,236); }
div.DivClassName
{
background-color: #A670EC;
}
.BgClassName
{
background-color: #A670EC;
}
</style>
border-color css
<style>
span { border-color: #A670EC; }
span { border-color: rgb(166,112,236); }
td.TdClassName
{
border-color: #A670EC;
}
.TagClassName
{
border-color: #A670EC;
}
</style>