Shades of Medium Purple #A664EC
Tints of Medium Purple #A664EC
RGB
CMYK
RGB Variations
Color information
#A664EC (or 0xA664EC) is known color: Medium Purple. HEX triplet: A6, 64 and EC. RGB value is (166,100,236). Sum of RGB (Red+Green+Blue) = 166+100+236=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A664EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664EC is #599B13. Grayscale: #868686. Windows color (decimal): -5872404 or 15492262. OLE color: 15492262.
HSL color Cylindrical-coordinate representation of color #A664EC: hue angle of 269.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A664EC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 100 | 236 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.07 |
| HSL | 269.12º | 0.78% | 0.66% | - |
| HSV(B) | 269.12º | 0.58% | 0.93% | - |
| XYZ | 35.42 | 23.28 | 81.98 | - |
| YUV | 135.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 236 | 0.30 | 0.58 | 0 | 0.07 | 269.12 | 0.78 | 0.66 |
| Hex | A6 | 64 | EC | 1E | 3A | 0 | 7 | 10D | 4E | 42 |
| Octal | 246 | 144 | 354 | 36 | 72 | 0 | 7 | 415 | 116 | 102 |
| Binary | 10100110 | 1100100 | 11101100 | 11110 | 111010 | 0 | 111 | 100001101 | 1001110 | 1000010 |
Color Harmonies of #A664EC
Complementary color
Monochromatic Colors of #A664EC
Black with #A664EC
Text Example
Text Example
White with #A664EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664EC; }
p { color: rgb(166,100,236); }
H1.HeaderClassName
{
color: #A664EC;
}
.AnyTagClassName
{
color: #A664EC;
}
</style>
background-color css
<style>
a { background-color: #A664EC; }
a { background-color: rgb(166,100,236); }
div.DivClassName
{
background-color: #A664EC;
}
.BgClassName
{
background-color: #A664EC;
}
</style>
border-color css
<style>
span { border-color: #A664EC; }
span { border-color: rgb(166,100,236); }
td.TdClassName
{
border-color: #A664EC;
}
.TagClassName
{
border-color: #A664EC;
}
</style>