Shades of Medium Purple #A662EC
Tints of Medium Purple #A662EC
RGB
CMYK
RGB Variations
Color information
#A662EC (or 0xA662EC) is known color: Medium Purple. HEX triplet: A6, 62 and EC. RGB value is (166,98,236). Sum of RGB (Red+Green+Blue) = 166+98+236=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A662EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662EC is #599D13. Grayscale: #858585. Windows color (decimal): -5872916 or 15491750. OLE color: 15491750.
HSL color Cylindrical-coordinate representation of color #A662EC: hue angle of 269.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A662EC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 98 | 236 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.07 |
| HSL | 269.57º | 0.78% | 0.65% | - |
| HSV(B) | 269.57º | 0.58% | 0.93% | - |
| XYZ | 35.23 | 22.9 | 81.92 | - |
| YUV | 134.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 236 | 0.30 | 0.58 | 0 | 0.07 | 269.57 | 0.78 | 0.65 |
| Hex | A6 | 62 | EC | 1E | 3A | 0 | 7 | 10E | 4E | 41 |
| Octal | 246 | 142 | 354 | 36 | 72 | 0 | 7 | 416 | 116 | 101 |
| Binary | 10100110 | 1100010 | 11101100 | 11110 | 111010 | 0 | 111 | 100001110 | 1001110 | 1000001 |
Color Harmonies of #A662EC
Complementary color
Monochromatic Colors of #A662EC
Black with #A662EC
Text Example
Text Example
White with #A662EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662EC; }
p { color: rgb(166,98,236); }
H1.HeaderClassName
{
color: #A662EC;
}
.AnyTagClassName
{
color: #A662EC;
}
</style>
background-color css
<style>
a { background-color: #A662EC; }
a { background-color: rgb(166,98,236); }
div.DivClassName
{
background-color: #A662EC;
}
.BgClassName
{
background-color: #A662EC;
}
</style>
border-color css
<style>
span { border-color: #A662EC; }
span { border-color: rgb(166,98,236); }
td.TdClassName
{
border-color: #A662EC;
}
.TagClassName
{
border-color: #A662EC;
}
</style>