Shades of Medium Purple #A660EC
Tints of Medium Purple #A660EC
RGB
CMYK
RGB Variations
Color information
#A660EC (or 0xA660EC) is known color: Medium Purple. HEX triplet: A6, 60 and EC. RGB value is (166,96,236). Sum of RGB (Red+Green+Blue) = 166+96+236=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A660EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660EC is #599F13. Grayscale: #848484. Windows color (decimal): -5873428 or 15491238. OLE color: 15491238.
HSL color Cylindrical-coordinate representation of color #A660EC: hue angle of 270º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A660EC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 96 | 236 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.65% | - |
| HSV(B) | 270º | 0.59% | 0.93% | - |
| XYZ | 35.05 | 22.53 | 81.86 | - |
| YUV | 132.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 236 | 0.30 | 0.59 | 0 | 0.07 | 270 | 0.79 | 0.65 |
| Hex | A6 | 60 | EC | 1E | 3B | 0 | 7 | 10E | 4F | 41 |
| Octal | 246 | 140 | 354 | 36 | 73 | 0 | 7 | 416 | 117 | 101 |
| Binary | 10100110 | 1100000 | 11101100 | 11110 | 111011 | 0 | 111 | 100001110 | 1001111 | 1000001 |
Color Harmonies of #A660EC
Complementary color
Monochromatic Colors of #A660EC
Black with #A660EC
Text Example
Text Example
White with #A660EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660EC; }
p { color: rgb(166,96,236); }
H1.HeaderClassName
{
color: #A660EC;
}
.AnyTagClassName
{
color: #A660EC;
}
</style>
background-color css
<style>
a { background-color: #A660EC; }
a { background-color: rgb(166,96,236); }
div.DivClassName
{
background-color: #A660EC;
}
.BgClassName
{
background-color: #A660EC;
}
</style>
border-color css
<style>
span { border-color: #A660EC; }
span { border-color: rgb(166,96,236); }
td.TdClassName
{
border-color: #A660EC;
}
.TagClassName
{
border-color: #A660EC;
}
</style>